Hi
I understand the RTE is a CKEditor config but I am struggling to find documentation on it. I need a full list of every possible built in toolbar option. For example, justify, embed… Does anyone know where/what they are and if what they’re called?
thanks
i.e.
{toolbar: [ ‘Styles’, ‘Bold’, ‘Italic’, ‘Link’, ‘Anchor’, ‘Unlink’, ‘BulletedList’ ],
what more is there?
EDIT: Should have googled CKE4 documentation.
Here’s a good sample of stuff that works.
toolbar: [ 'Bold', 'Italic', 'Underline', 'RemoveFormat', 'NumberedList', 'BulletedList', 'Outdent', 'Indent', 'Blockquote', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'Table', 'Undo', 'Redo' ] }