Hello,
I have a site property with the ckeditor config:
My site property is like this:
SyntaxEditor Code Snippet
"toolbar:[
['Cut', 'Copy', 'Paste', '-', 'Undo', 'Redo'], ['Link','Unlink'], ['Table', 'HorizontalRule', 'SpecialChar'], '/',
['FontSize'], ['Bold','Italic','Underline'],
['NumberedList','BulletedList','Outdent','Indent','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['TextColor','BGColor'],
['Font', 'Styles', 'Format']
]
config.autoParagraph = false;"
but this do not work.
Whats the correct sintax to hide it?