This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.yaml
83 lines (70 loc) · 2.72 KB
/
video.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
code : 25000
name : Video Feeder
description : Video Feeder
folder_name : video
version : 0.1.0
created_date :
author : Putra Sudaryanto [putra@sudaryanto.id]
db_table_name :
db_sql_filename :
plugin_menu :
- urlTitle: View Videos
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: Views
urlRules: {siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/views/manage, attr: -, icon: -}
- urlTitle: Likes
urlRules: {siteType: 1, userLevel: "1,2"}
urlPath: {url: o/likes/manage, attr: -, icon: -}
- urlTitle: Settings
urlRules: {siteType: "0,1", userLevel: 1}
urlPath: {url: o/setting/edit, attr: -, icon: -}
- urlTitle: Video Manual
urlRules: {siteType: "0,1", userLevel: 2}
urlPath: {url: o/setting/manual, attr: -, icon: -}
content_menu :
# controller o/admin
- urlTitle: Add Video
urlRules: {video, o/admin, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: add, attr: -, icon: -}
# controller o/category
- urlTitle: Add Category
urlRules: {video, o/category, manage, siteType: "0,1", userLevel: 1}
urlPath: {url: add, attr: -, icon: -}
# controller o/views
- urlTitle: Back to Videos
urlRules: {video, o/views, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/admin/manage, attr: -, icon: -}
- urlTitle: View Video Views Data
urlRules: {video, o/views, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/viewdetail/manage, attr: -, icon: -}
# controller o/viewdetail
- urlTitle: Back to Album Views
urlRules: {video, o/viewdetail, manage, siteType: "0,1", userLevel: "1,2"}
urlPath: {url: o/views/manage, attr: -, icon: -}
# controller o/likes
- urlTitle: Back to Videos
urlRules: {video, o/likes, manage, siteType: 1, userLevel: "1,2"}
urlPath: {url: o/admin/manage, attr: -, icon: -}
- urlTitle: View Video Likes Data
urlRules: {video, o/likes, manage, siteType: 1, userLevel: "1,2"}
urlPath: {url: o/likedetail/manage, attr: -, icon: -}
# controller o/likedetail
- urlTitle: Back to Album Likes
urlRules: {video, o/likedetail, manage, siteType: 1, userLevel: "1,2"}
urlPath: {url: o/likes/manage, attr: -, icon: -}
# controller o/setting
- urlTitle: Add Category
urlRules: {video, o/setting, edit, siteType: "0,1", userLevel: 1}
urlPath: {url: o/category/add, attr: -, icon: -}
- urlTitle: Video Manual
urlRules: {video, o/setting, edit, siteType: "0,1", userLevel: 1}
urlPath: {url: manual, attr: -, icon: -}