-
Notifications
You must be signed in to change notification settings - Fork 0
/
digital.yaml
executable file
·86 lines (76 loc) · 3.02 KB
/
digital.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
code : 12000
name : Digital
description : Digital
folder_name : digital
version : 0.1.0
created_date : 2012-08-30 14:03
author : Putra Sudaryanto [[email protected]]
db_table_name :
db_sql_filename :
plugin_menu :
- urlTitle: View Digitals
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/admin/manage, attr: -, icon: -}
- urlTitle: Settings
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/setting/edit, attr: -, icon: -}
submenu :
- urlTitle: Categories
urlRules: {siteType: "0,1", userLevel: 1}
urlPath: {url: o/category/manage, attr: -, icon: -}
- urlTitle: Languages
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/language/manage, attr: -, icon: -}
- urlTitle: Publishers
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/publisher/manage, attr: -, icon: -}
- urlTitle: Authors
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/author/manage, attr: -, icon: -}
- urlTitle: Subjects
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/subject/manage, attr: -, icon: -}
- urlTitle: Tags
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/tag/manage, attr: -, icon: -}
- urlTitle: Likes
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/likes/manage, attr: -, icon: -}
- urlTitle: Views
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/views/manage, attr: -, icon: -}
content_menu :
# controller o/admin
- urlTitle: Add Materi Digital
urlRules: {digital, o/admin, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
- urlTitle: Back to manage
urlRules: {digital, o/admin, "add,edit,view", siteType: "0,1", userLevel: "1,2"}
urlPath: {url: manage, attr: -, icon: -}
- urlTitle: Upload file digital
urlRules: {digital, o/admin, edit, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: upload, attr: id=$_GET*id, icon: -}
# controller o/category
- urlTitle: Add Category
urlRules: {digital, o/category, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/language
- urlTitle: Add Language
urlRules: {digital, o/language, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/publisher
- urlTitle: Add Publisher
urlRules: {digital, o/publisher, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/author
- urlTitle: Add Author
urlRules: {digital, o/author, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/subjects
- urlTitle: Back to Subject Manage
urlRules: {digital, o/subjects, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/subject/manage, attr: -, icon: -}
# controller o/tags
- urlTitle: Back to Tag Manage
urlRules: {digital, o/tags, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/tag/manage, attr: -, icon: -}