-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.yaml
89 lines (77 loc) · 3.26 KB
/
support.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
name: Support
description: Support module from Ommu Platform
folder_name: support
model: Supports
author:
name: Putra Sudaryanto
phone: (+62)856-299-4114
email: putra@sudaryanto.id
homepage: https://sudaryanto.id
db_table_name :
db_sql_filename :
plugin_menu :
- urlTitle: Feedbacks
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/feedback/manage, attr: -, icon: -}
content_menu :
# controller o/admin
- urlTitle: Subjects
urlRules: {support, o/feedback, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/subject/manage, attr: -, icon: -}
- urlTitle: Manual Book
urlRules: {support, o/feedback, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/setting/manual, attr: -, icon: -}
# controller o/admin
- urlTitle: Back to Feedbacks
urlRules: {support, o/subject, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/feedback/manage, attr: -, icon: -}
- urlTitle: Add Subject
urlRules: {support, o/subject, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/subject/add, attr: -, icon: -}
# controller o/view
- urlTitle: Back to Feedbacks
urlRules: {support, o/view, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/feedback/manage, attr: -, icon: -}
- urlTitle: View Feedback Views Data
urlRules: {support, o/view, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: history/view/manage, attr: -, icon: -}
# controller history/view
- urlTitle: Back to Feedback Views
urlRules: {support, history/view, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/view/manage, attr: -, icon: -}
# controller o/user
- urlTitle: Back to Feedbacks
urlRules: {support, o/user, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/feedback/manage, attr: -, icon: -}
- urlTitle: View Feedback Users Data
urlRules: {support, o/user, manage, siteType: "0,1", userLevel: "1,2"}
# controller o/contact
- urlTitle: Add Contact
urlRules: {support, o/contact, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
- urlTitle: Categories
urlRules: {support, o/contact, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/category/manage, attr: -, icon: -}
- urlTitle: Widgets
urlRules: {support, o/contact, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/widget/manage, attr: -, icon: -}
- urlTitle: Address
urlRules: {support, o/contact, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/contact/address, attr: -, icon: -}
- urlTitle: Back to Contacts
urlRules: {support, o/contact, address, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/contact/manage, attr: -, icon: -}
# controller o/category
- urlTitle: Back to Contacts
urlRules: {support, o/category, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/contact/manage, attr: -, icon: -}
- urlTitle: Add Category
urlRules: {support, o/category, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/widget
- urlTitle: Back to Contacts
urlRules: {support, o/widget, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/contact/manage, attr: -, icon: -}
- urlTitle: Add Widget
urlRules: {support, o/widget, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}