mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fixed indentation
This commit is contained in:
@@ -10,11 +10,11 @@ tinymce.init({
|
||||
'insertdatetime media table contextmenu paste code',
|
||||
'autosave'
|
||||
],
|
||||
autosave_ask_before_unload: false,
|
||||
autosave_interval: "20s",
|
||||
autosave_prefix: "tinymce-autosave-{path}{query}-{id}-",
|
||||
autosave_restore_when_empty: false,
|
||||
autosave_retention: "30m",
|
||||
autosave_ask_before_unload: false,
|
||||
autosave_interval: "20s",
|
||||
autosave_prefix: "tinymce-autosave-{path}{query}-{id}-",
|
||||
autosave_restore_when_empty: false,
|
||||
autosave_retention: "30m",
|
||||
toolbar: 'undo redo | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image',
|
||||
content_css: '//www.tinymce.com/css/codepen.min.css'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user