File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
DependencyInjection/Configuration/Parser Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,11 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
130130 ->example ('10 ' )
131131 ->info ('The ID of the user used for everyone who is not logged in. ' )
132132 ->end ()
133+ ->scalarNode ('users_group_root_subtree_path ' )
134+ ->cannotBeEmpty ()
135+ ->example ('/1/5 ' )
136+ ->info ('The subtree path of root users group. ' )
137+ ->end ()
133138 ->arrayNode ('user ' )
134139 ->children ()
135140 ->scalarNode ('layout ' )
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ parameters:
9898 ibexa.site_access.config.default.binary_dir : " original"
9999 ibexa.site_access.config.default.anonymous_user_id : 10 # The ID of the user to be used for everyone who is not logged in
100100 ibexa.site_access.config.default.user_content_type_identifier : ['user']
101+ ibexa.site_access.config.default.users_group_root_subtree_path : ' /1/5'
101102 ibexa.site_access.config.default.api_keys : { google_maps: ~ } # Google Maps APIs v3 key (https://developers.google.com/maps/documentation/javascript/get-api-key)
102103
103104 # IO
You can’t perform that action at this time.
0 commit comments