Using CKEditor5,
Cant seem to find how to add the html standard input to the editor radio,checboxes, textarea, selects,text
Thank you
cc @oleq & @oskarwrobel
I was able to do it using ck4
Now I don't understand what you want to do. I thought you want to write CKEditor 5 plugins which add some other things to the toolbar than simple buttons or split buttons. After your last comment I don't think that this is it.
Could you explain what you want to achieve?
Thats what I was looking for. But since I didnt find it, I found that nice builder for ck4( there is no ck5 builder as far as I know), So using the ck4 builder I got what I wanted , which was the editor with form elements. using the form plug in
Oh, I understand now. So you wanted the form plugin (ability to insert inputs/radio/buttons/etc into the content). It does not exist for CKEditor 5 and it's very low chance that we'll implement it. If you need it, CKEditor 4 is the way to go.
I'll close this ticket due to low chance that we'll ever work on this.