You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"value": "- This is not a conversation, do not include justifcation, suggestions, or explanation\n- The output should be usable as is, without requiring editing or modification\n- Format it with HTML markup so it will work in the TinyMCE rich text editor"
Copy file name to clipboardExpand all lines: core/components/tinymcerte/lexicon/en/setting.inc.php
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@
34
34
$_lang['setting_tinymcerte.links_across_contexts'] = 'Links across contexts';
35
35
$_lang['setting_tinymcerte.links_across_contexts_desc'] = 'Lists resources from other contexts when creating internal links in the editor. Otherwise only Resources from the same context appear.';
$_lang['setting_tinymcerte.max_height_desc'] = 'The max_height option has two kinds of behaviors depending on the state of the autoresize plugin. Without the autoresize plugin, this option allows you to set the maximum height that a user can stretch the entire TinyMCE interface (by grabbing the dragable area in the bottom right of the editor interface). With the autoresize plugin, this option sets the maximum height the editor can automatically expand to.';
37
+
$_lang['setting_tinymcerte.max_height_desc'] = 'The max_height option has two kinds of behaviors depending on the state of the autoresize plugin. Without the autoresize plugin, this option allows you to set the maximum height that a user can stretch the entire TinyMCE interface (by grabbing the draggable area in the bottom right of the editor interface). With the autoresize plugin, this option sets the maximum height the editor can automatically expand to.';
$_lang['setting_tinymcerte.min_height_desc'] = 'The min_height option has two kinds of behaviors depending on the state of the autoresize plugin. Without the autoresize plugin, this option allows you to set the minimum height that a user can shrink the entire TinyMCE interface (by grabbing the draggable area in the bottom right of the editor interface). With the autoresize plugin, this option sets the minimum height the editor can automatically shrink to.';
38
40
$_lang['setting_tinymcerte.menubar'] = 'Menubar';
39
41
$_lang['setting_tinymcerte.menubar_desc'] = 'This option allows you to configure the menus you want to appear in the menu bar. <a href="https://www.tiny.cloud/docs/configure/editor-appearance/#menubar">https://www.tiny.cloud/docs/configure/editor-appearance/#menubar</a>';
$_lang['setting_tinymcerte.toolbar3_desc'] = 'This controls what buttons you want show up in the toolbar. <a href="https://www.tiny.cloud/docs/configure/editor-appearance/#toolbar">https://www.tiny.cloud/docs/configure/editor-appearance/#toolbar</a>';
$_lang['setting_tinymcerte.valid_elements_desc'] = 'This option defines which elements will remain in the edited text when the editor saves. You can use this to limit the returned HTML to a subset. <a href="https://www.tiny.cloud/docs/configure/content-filtering/#valid_elements">https://www.tiny.cloud/docs/configure/content-filtering/#valid_elements</a>.';
$_lang['setting_tinymcerte.selection_toolbar_desc'] = 'This option defines what is shown in the toolbar when selecting text. <a href="https://www.tiny.cloud/docs/tinymce/latest/quickbars/#quickbars_selection_toolbar">https://www.tiny.cloud/docs/tinymce/latest/quickbars/#quickbars_selection_toolbar</a>.';
$_lang['setting_tinymcerte.insert_toolbar_desc'] = 'This option defines what is shown in the toolbar when the cursor is at the start of an empty line. <a href="https://www.tiny.cloud/docs/tinymce/latest/quickbars/#quickbars_insert_toolbar">https://www.tiny.cloud/docs/tinymce/latest/quickbars/#quickbars_insert_toolbar</a>.';
0 commit comments