|
@@ -54,7 +54,8 @@ class TestFreeAnswer extends Basic
|
|
|
['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord'],
|
|
|
['Undo', 'Redo', '-', 'SelectAll', 'Find', '-', 'RemoveFormat'],
|
|
|
['Link', 'Unlink', 'Anchor', 'Glossary'],
|
|
|
- ['Image', 'Mapping', 'Video', 'Oembed', 'Youtube', 'Flash', 'Audio', 'leaflet', 'Smiley', 'SpecialChar', 'Asciimath', ],
|
|
|
+ ['Image', 'Mapping', 'Video', 'Oembed', 'Youtube', 'Flash', 'Audio', 'leaflet', 'Smiley', 'SpecialChar'],
|
|
|
+ ['Asciimath', 'Asciisvg'],
|
|
|
'/',
|
|
|
['Table', '-', 'CreateDiv'],
|
|
|
['BulletedList', 'NumberedList', 'HorizontalRule', '-', 'Outdent', 'Indent', 'Blockquote'],
|
|
@@ -98,7 +99,7 @@ class TestFreeAnswer extends Basic
|
|
|
return [
|
|
|
$this->getNewPageBlock(),
|
|
|
['Undo', 'Redo'],
|
|
|
- ['Link', 'Image', 'Video', 'Flash', 'Audio', 'Table', 'Asciimath'],
|
|
|
+ ['Link', 'Image', 'Video', 'Flash', 'Audio', 'Table', 'Asciimath', 'Asciisvg'],
|
|
|
['BulletedList', 'NumberedList', 'HorizontalRule'],
|
|
|
['JustifyLeft', 'JustifyCenter', 'JustifyBlock'],
|
|
|
['Format', 'Font', 'FontSize', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor'],
|