This page is about version 4.56.4 of the app, which is not the most recent version. The latest stable version is 4.58.0.
Description
This is just an easier way to create content pages in your store. It provides an editor for you to create new routes and their content in a single form. You can edit the content using the Side Editor later as well.
:loudspeaker: Disclaimer: Don't fork this project; use, contribute, and/or open issues with your feature requests.
Usage
You must add store.content
to your blocks.json
just like the example below:
_10 "store.content": {_10 "children": ["flex-layout.row#content-body"]_10 },_10 "flex-layout.row#content-body": {_10 "children": ["rich-text"]_10 }