Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bundles/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ Configuration
# RDFa types used for elements to be edited in plain text
# plain_text_types: ['dcterms:title']

# RDFa types for which to create the corresponding routes after
# content of these types has been added with Create.js. This is
# not necessary with the SimpleCmsBundle, as the content and the
# routes are in the same repository tree.
# create_routes_types: ['http://schema.org/NewsArticle']

The provided javascript file configures create.js and the hallo editor. It
enables some plugins like the tag editor to edit ``skos:related`` collections of
attributes. We hope to add some configuration options to tweak the
Expand Down