-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevent.yaml
50 lines (49 loc) · 928 Bytes
/
event.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
event_submenu:
view:
label: Detail
url:
0: 'admin/view'
id: $_GET*id
select: action
update:
label: Update
url:
0: 'admin/update'
id: $_GET*id
select: action
filter:
label: Filter(s)
url:
0: 'admin/filter'
id: $_GET*id
select: action
batch:
label: Batchs
url:
0: 'o/batch/manage'
id: $_GET*id
select: controller
registered:
label: Registereds
url:
0: 'registered/admin/manage'
id: $_GET*id
select: controller
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:
update:
label: Settings
url: ['setting/admin/update']
select: action
category:
label: Categories
url: ['setting/category']
select: controller