YAML
preferences:
enable: [ feature_wiki , feature_categories , feature_blogs, feature_forums, feature_fgal ]
objects:
-
type: category
ref: cat_a
data:
name: A
items:
- [ blog, $object1 ]
- [ forum, $ob2 ]
-
type: category
ref: cat_b
data:
name: B
items:
- [ blog, $object1 ]
- [ fgal, $ob3 ]
-
type: category
ref: cat_c
data:
name: C
items:
- [ forum, $ob2 ]
- [ fgal, $ob3 ]
-
type: blog
ref: object1
data:
name: Bloggie
-
type: forum
ref: ob2
data:
name: Forex
-
type: fgal
ref: ob3
data:
name: Filegal
permissions:
A:
objects:
-
type: category
id: $cat_a
allow: [ read_blog, forum_read, forum_post_topic, forum_post ]
B:
objects:
-
type: category
id: $cat_b
allow: [ read_blog, blog_post, download_files ]
C:
objects:
-
type: category
id: $cat_c
allow: [ upload_files, edit_gallery_file, view_fgal_explorer, forum_read ]
Masters:
objects:
-
type: category
id: $cat_a
allow: [ read_blog, forum_read, forum_post_topic, forum_post ]
-
type: category
id: $cat_b
allow: [ read_blog, blog_post, download_files ]
-
type: category
id: $cat_c
allow: [ upload_files, edit_gallery_file, view_fgal_explorer, forum_read ]