Skip to content

package_v0.2.0_v3.1.0

Choose a tag to compare

@SofiaSousa SofiaSousa released this 03 Jul 09:06

@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.customGutenberg props were removed (blocks and categories props 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