London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?