-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalbum.yaml
128 lines (112 loc) · 4.62 KB
/
album.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
code : 24000
name : Article
description : Article
folder_name : article
version : 0.1.0
created_date :
author : Putra Sudaryanto [[email protected]]
db_table_name :
db_sql_filename :
plugin_menu :
- urlTitle: View Albums
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/admin/manage, attr: -, icon: -}
- urlTitle: Datas
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: -, attr: -, icon: -}
submenu :
- urlTitle: Categories
urlRules: {siteType: "0,1", userLevel: 1}
urlPath: {url: o/category/manage, attr: -, icon: -}
- urlTitle: Photos
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/photo/manage, attr: -, icon: -}
- urlTitle: Album Tags
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/tag/manage, attr: -, icon: -}
- urlTitle: Photo Tags
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/phototag/manage, attr: -, icon: -}
- urlTitle: Views
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/view/manage, attr: -, icon: -}
- urlTitle: Likes
urlRules: {siteType: 1, userLevel: "1,2"}
urlPath: {url: o/like/manage, attr: -, icon: -}
- urlTitle: Settings
urlRules: {siteType: "0,1", userLevel: 1}
urlPath: {url: o/setting/edit, attr: -, icon: -}
- urlTitle: Album Manual Book
urlRules: {siteType: "0,1", userLevel: 2}
urlPath: {url: o/setting/manual, attr: -, icon: -}
content_menu :
# controller o/admin
- urlTitle: Add Album
urlRules: {album, o/admin, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
- urlTitle: Back to Manage
urlRules: {album, o/admin, "add,edit", siteType: "0,1", userLevel: "1,2"}
urlPath: {url: manage, attr: -, icon: -}
# controller o/category
- urlTitle: Add Category
urlRules: {album, o/category, manage, siteType: "0,1", userLevel: 1}
urlPath: {url: add, attr: -, icon: -}
- urlTitle: Back to Manage
urlRules: {album, o/category, "add,edit,view", siteType: "0,1", userLevel: 1}
urlPath: {url: manage, attr: -, icon: -}
- urlTitle: View Category
urlRules: {album, o/category, edit, siteType: "0,1", userLevel: 1}
urlPath: {url: view, attr: id=$_GET*id, icon: -}
- urlTitle: Update Category
urlRules: {album, o/category, view, siteType: "0,1", userLevel: 1}
urlPath: {url: edit, attr: id=$_GET*id, icon: -}
# controller o/photo
- urlTitle: Back to Albums
urlRules: {album, o/photo, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/admin/manage, attr: -, icon: -}
- urlTitle: Back to Manage
urlRules: {album, o/photo, "edit,view", siteType: "0,1", userLevel: "1,2"}
urlPath: {url: manage, attr: -, icon: -}
- urlTitle: View Photo
urlRules: {album, o/photo, edit, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: view, attr: id=$_GET*id, icon: -}
- urlTitle: Update Photo
urlRules: {album, o/photo, view, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: edit, attr: id=$_GET*id, icon: -}
- urlTitle: Delete Photo
urlRules: {album, o/photo, "edit,view", siteType: "0,1", userLevel: "1,2"}
urlPath: {url: delete, attr: id=$_GET*id, icon: -}
# controller o/tag
- urlTitle: Back to Albums
urlRules: {album, o/tag, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/admin/manage, attr: -, icon: -}
# controller o/phototag
- urlTitle: Back to Albums
urlRules: {album, o/phototag, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/admin/manage, attr: -, icon: -}
# controller o/view
- urlTitle: Back to Albums
urlRules: {album, o/view, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/admin/manage, attr: -, icon: -}
- urlTitle: View Album Views Data
urlRules: {album, o/view, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: history/view/manage, attr: -, icon: -}
# controller history/view
- urlTitle: Back to Album Views
urlRules: {album, history/view, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/view/manage, attr: -, icon: -}
# controller o/like
- urlTitle: Back to Albums
urlRules: {album, o/like, manage, siteType: 1, userLevel: "1,2"}
urlPath: {url: o/admin/manage, attr: -, icon: -}
- urlTitle: View Album Likes Data
urlRules: {album, o/like, manage, siteType: 1, userLevel: "1,2"}
urlPath: {url: history/like/manage, attr: -, icon: -}
# controller history/like
- urlTitle: Back to Album Likes
urlRules: {album, history/like, manage, siteType: 1, userLevel: "1,2"}
urlPath: {url: o/like/manage, attr: -, icon: -}
# controller o/setting
- urlTitle: Album Manual Book
urlRules: {album, o/setting, edit, siteType: "0,1", userLevel: 1}
urlPath: {url: manual, attr: -, icon: -}