Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 794 Bytes

CONTENT_PAGE.md

File metadata and controls

26 lines (17 loc) · 794 Bytes

VTEX Custom Content

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.

📢 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:

  "store.content": {
    "children": ["flex-layout.row#content-body"]
  },
  "flex-layout.row#content-body": {
    "children": ["rich-text"]
  }

Continuous Integrations

Travis CI

Build Status](https://travis-ci.org/vtex-apps/pages-editor)