package_v0.2.0_v3.1.0
@frontkom/gutenberg v0.2.0
- Gutenberg modules are now availabe in @frontkom/gutenberg package. Check docs to see how to initialize the editor.
- Most of
window.customGutenbergprops were removed (blocksandcategoriesprops were removed and now are set in Storypage module).
StoryPage module
The StoryPage module was added to @frontkom/gutenberg and contains:
blocks: Post, Row and Section- and
components: PostPanel
which could be registered and added to the editor.
Publish, Save and Autosave
Publish, Save and Autosave flags were moved from postType object to editor settingsand are called by canPublish, canSave and canAutosave
Sidebar plugins
- Check docs to see how to add PostPanel to Document tab