We want to be able add and use arbitrary state to sections. The primary example is "editable". Other examples will be dependent on the Section type. I.e. when we create a type that we might use for comment-period that is supposed to specify a period end-date, then when that type is first created it might be in an "unititalized" state, and then after the editor sets the period end-date, it would be in a "initialized" state and the UI element would render it as a count-down timer, or "days left"
We want to be able add and use arbitrary state to sections. The primary example is "editable". Other examples will be dependent on the Section type. I.e. when we create a type that we might use for comment-period that is supposed to specify a period end-date, then when that type is first created it might be in an "unititalized" state, and then after the editor sets the period end-date, it would be in a "initialized" state and the UI element would render it as a count-down timer, or "days left"
meta: BTreeMap<String, String>field to section_editableto indicate editability of a section