This PR moves the app over to a YAML-based configuration in which cms/config.yaml is the primary source of truth. The CLI builds the YAML in /assets/cms/content.json. In theory, the data could be split into separate files, but we should talk that over before going ahead.
This PR moves the app over to a YAML-based configuration in which
cms/config.yaml
is the primary source of truth. The CLI builds the YAML in/assets/cms/content.json
. In theory, the data could be split into separate files, but we should talk that over before going ahead.