|
|
|
@ -56,11 +56,11 @@ class Wiki extends Basic |
|
|
|
|
'-', |
|
|
|
|
'Find' |
|
|
|
|
], |
|
|
|
|
['Wikilink','Link','Unlink','Anchor'], |
|
|
|
|
['Image','Video','Flash','Oembed','Youtube','Audio','Asciimath'], |
|
|
|
|
['Table','HorizontalRule','Smiley','SpecialChar','leaflet'], |
|
|
|
|
['Format','Font','FontSize'], |
|
|
|
|
['Bold','Italic','Underline'], |
|
|
|
|
['Wikilink', 'Link', 'Unlink', 'Anchor'], |
|
|
|
|
['Image', 'Video', 'Flash', 'Oembed', 'Youtube', 'Audio', 'Asciimath'], |
|
|
|
|
['Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'leaflet'], |
|
|
|
|
['Format', 'Font', 'FontSize'], |
|
|
|
|
['Bold', 'Italic', 'Underline'], |
|
|
|
|
[ |
|
|
|
|
'Subscript', |
|
|
|
|
'Superscript', |
|
|
|
@ -97,7 +97,7 @@ class Wiki extends Basic |
|
|
|
|
['Wikilink', 'Link', 'Image', 'Video', 'Flash', 'Audio', 'Table', 'Asciimath', 'Asciisvg'], |
|
|
|
|
['BulletedList', 'NumberedList', 'HorizontalRule'], |
|
|
|
|
['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], |
|
|
|
|
['Styles','Format', 'Font', 'FontSize', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor', 'Source'], |
|
|
|
|
['Styles', 'Format', 'Font', 'FontSize', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor', 'Source'], |
|
|
|
|
api_get_setting('enabled_wiris') == 'true' ? ['ckeditor_wiris_formulaEditor', 'ckeditor_wiris_CAS'] : [''], |
|
|
|
|
['Toolbarswitch'] |
|
|
|
|
]; |
|
|
|
|