You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mobiledoc could store meta data from the editor, ala "type". For example "listicle" or "listicle-style-one". this means an API on the editor. postEditor.setMetadata(newData) and editor.post.metadata to read punting in favor of encouraging this kind of thing be stored on a proper model.
Possibly a validation API, but more likely this can just be a walker API that hits the post or a completed mobiledoc
Pass buttons to content-kit instances for the toolbarMobiledoc could store meta data from the editor, ala "type". For example "listicle" or "listicle-style-one". this means an API on the editor.punting in favor of encouraging this kind of thing be stored on a proper model.postEditor.setMetadata(newData)
andeditor.post.metadata
to readThree levels of interaction.Add disableEditing, enableEditing #82Text can be edited and sections created.Sections cannot be created/deleted, but text could be edited.The text was updated successfully, but these errors were encountered: