-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmember.yaml
68 lines (63 loc) · 2.33 KB
/
member.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
code :
name : Curriculum Vitae (CV)
description : Curriculum Vitae (CV)
folder_name : cv
version : 0.1.0
created_date :
author : Putra Sudaryanto [[email protected]]
db_table_name :
db_sql_filename :
plugin_menu :
- urlTitle: Members
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: Profiles
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/profile/manage, attr: -, icon: -}
- urlTitle: Levels
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/level/manage, attr: -, icon: -}
- urlTitle: Companies
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/company/manage, attr: -, icon: -}
- urlTitle: Users
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/user/manage, attr: -, icon: -}
- urlTitle: Likes
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/like/manage, attr: -, icon: -}
- urlTitle: Views
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/views/manage, attr: -, icon: -}
- urlTitle: Setting
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/setting/edit, attr: -, icon: -}
content_menu :
# controller o/admin
- urlTitle: Add Member
urlRules: {member, o/admin, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/profile
- urlTitle: Add Profile
urlRules: {member, o/profile, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/level
- urlTitle: Add level
urlRules: {member, o/level, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/userhistory
- urlTitle: Back to users
urlRules: {member, o/userhistory, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/user/manage, attr: -, icon: -}
# controller o/likedetail
- urlTitle: Back to likes
urlRules: {member, o/likedetail, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/like/manage, attr: -, icon: -}
# controller o/viewdetail
- urlTitle: Back to views
urlRules: {member, o/viewdetail, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/views/manage, attr: -, icon: -}