Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 2b1cab6

Browse files
committed
Merge pull request #71 from symfony-cmf/create-route
[WIP] Create routes configuration
2 parents 6deec2e + 1d01ca8 commit 2b1cab6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bundles/create.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ Configuration
148148
# RDFa types used for elements to be edited in plain text
149149
# plain_text_types: ['dcterms:title']
150150
151+
# RDFa types for which to create the corresponding routes after
152+
# content of these types has been added with Create.js. This is
153+
# not necessary with the SimpleCmsBundle, as the content and the
154+
# routes are in the same repository tree.
155+
# create_routes_types: ['http://schema.org/NewsArticle']
156+
151157
The provided javascript file configures create.js and the hallo editor. It
152158
enables some plugins like the tag editor to edit ``skos:related`` collections of
153159
attributes. We hope to add some configuration options to tweak the

0 commit comments

Comments
 (0)