Skip to content

Commit 9b67e10

Browse files
committed
allow anonymous inline editing (fixes #207)
1 parent 62572ba commit 9b67e10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/config/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ cmf_simple_cms:
123123

124124
cmf_create:
125125
editor_base_path: /bundles/cmfcreate/vendor/ckeditor/
126+
# for demo purposes we are allowing anonymous inline editing
127+
role: IS_AUTHENTICATED_ANONYMOUSLY
126128

127129
sonata_block:
128130
default_contexts: [cms]

0 commit comments

Comments
 (0)