Hello everyone,
is there a way to limit the editor window to one section (when using the section edit feature)? Currently when clicking on the edit icon on the right of a heading,
I get an editor window for the full page. I would like to limit this to the section I want to edit. Is there some way to do this?
The only option I know of is to disable the in-place editor, but you should be aware that editing sections are identified by their index which is very fragile. If someone forces the edit lock while you are editing a section (only that section) and either removes a heading before, or inserts a new heading before then the section index will change, and thus you won’t be updating anymore the section you expect… this is why the in-place editor edits and submits the entire content (and you won’t even get a merge conflict on save if someone edited / removed or added a different section in the meantime).
Hope this helps,
Marius