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.
📢 Disclaimer: Don't fork this project; use, contribute, and/or open issues with your feature requests.
You must add store.content
to your blocks.json
just like the example below:
"store.content": {
"children": ["flex-layout.row#content-body"]
},
"flex-layout.row#content-body": {
"children": ["rich-text"]
}