-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.yaml
More file actions
105 lines (103 loc) · 2.01 KB
/
article.yaml
File metadata and controls
105 lines (103 loc) · 2.01 KB
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
article_submenu:
0:
view:
label: Detail
url:
0: 'admin/view'
id: $_GET*id
select: action
update:
label: Update
url:
0: 'admin/update'
id: $_GET*id
select: action
1:
photo:
label: Photo(s)
url:
0: 'o/image/manage'
article: $_GET*id
select: controller
document:
label: Document(s)
url:
0: 'o/file/manage'
article: $_GET*id
select: controller
2:
views:
label: View(s)
url:
0: 'view/admin/manage'
article: $_GET*id
select: controller
like:
label: Like(s)
url:
0: 'like/admin/manage'
article: $_GET*id
select: controller
download:
label: Download(s)
url:
0: 'download/admin/manage'
article: $_GET*id
select: controller
4:
delete:
label: Delete
url:
0: 'admin/delete'
id: $_GET*id
htmlOptions:
data-confirm: Are you sure you want to delete this item?
data-method: post
select: action
setting_submenu:
0:
category:
label: Categories
url: ['setting/category']
select: controller
1:
tag:
label: Tags
url: ['setting/tag']
select: controller
2:
update:
label: Settings
url: ['setting/admin/update']
select: controller
category_submenu:
0:
setting:
label: Back to Category Setting(s)
url:
0: 'setting/category/index'
select: action
backTo: true
1:
view:
label: Detail
url:
0: 'setting/category/view'
id: $_GET*id
select: action
update:
label: Update
url:
0: 'setting/category/update'
id: $_GET*id
select: action
2:
delete:
label: Delete
url:
0: 'setting/category/delete'
id: $_GET*id
htmlOptions:
data-confirm: Are you sure you want to delete this item?
data-method: post
select: action