Stats
I have integration CKEditor5 with custom field
this is my code:
//CKEditor.php
//forms.components.CKEditor.php
I have 2 problem
1. if in forms.components.CKEditor.php i remove editor: null then state work but cosur alway first line,
2. if I add editor: null then problem 1 resolve but state not update data. please help fix
1 Reply
Solution
I have resloved