Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I think this config would help.
(TinyMceConfiguration).Default() //or any specific content model
.AddSetting("forced_root_block", string.Empty)
.AddSetting("force_p_newlines", false)
Will this make all blocks as inline?
If the requirement is to be able to inline only some of the blocks, the following works:
Sadly, I can't share the exact code.
We are using Episerver CMS 11.13.2.0
When dragging a block into the TinyMCE editor, it creates a new paragraph (<p/>) in effect and the rest of the content is above/below that block area. Our users would like to be able to drag and drop a block and have the block be inline with the other content. Has anyone seen this done before?