My editor is split into seperate "sections" eg
- History
- Examination
- Results
- Evaluation
which are edited seperately and different semantics (content type) affects functionality inside. Each section would be designated by Header (section title) and Content eg
History
...text here...
Examination
...text here...
The header has to be readonly so that it's content is not editable and header element itself can never be removed.
How would I implement this in draft.js?