After submit data by using textarea width ckeditor5 type
After submit data by using textarea width ckeditor5 type
DanielShin
Posts: 1Questions: 1Answers: 0
in Editor
i set up ckeditor5 as plugin on textarea.
It looked good so i edited font color and background color etc.
but after i saved, only basic tags seemed to be allowed such as bold, italtic etc.
Styles or some tags are not allowed in editor?
Answers
Its been a long time since I used CKEditor but I believe you will need to use the
opts
option in the field definition. See the CKEditor5 options docs. In theopts
you will need to configure the desired toolbar. See this CKEditor toolbar doc for details.See this thread for example code.
Kevin