forked from elcodi/bamboo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
visithor.yml.dist
193 lines (172 loc) · 6.95 KB
/
visithor.yml.dist
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
defaults:
verb: GET
profiles:
admin:
firewall: admin_area
role: ROLE_ADMIN
urls:
#
# Store
#
- [store_homepage, 200]
- [store_categories_nav, 200]
- [[store_category_products_list, {'slug': 'women-shirts', 'id': 1}], 200]
- [[store_category_products_list, {'slug': 'another-name', 'id': 1}], 301]
- [[store_product_view, {'slug': 'ibiza-lips-en', 'id': 1}], 200]
- [[store_product_view, {'slug': 'another-name', 'id': 1}], 301]
- [store_password_recover_sent, 200]
- [store_login, 200]
- [store_user_nav, 200]
- [store_user, 302]
- [store_cart_view, 200]
- [store_cart_nav, 200]
- [store_order_list, 302]
- [store_currency_nav, 200]
- [store_blog_view, 200]
- [[store_blog_post_view, {'slug': 'hola-mundo', 'id': 1}], 200]
- [store_address_list, 302]
- [store_language_nav, 200]
#
# Admin User
#
- [admin_admin_user_list, 200, {profile: admin}]
- [admin_admin_user_list_component, 200, {profile: admin}]
- [[admin_admin_user_edit, {id: 1}], 200, {profile: admin}]
- [[admin_admin_user_edit_component, {id: 1}], 200, {profile: admin}]
- [admin_admin_user_new, 200, {profile: admin}]
- [admin_admin_user_new_component, 200, {profile: admin}]
#
# Customer
#
- [admin_customer_list, 200, {profile: admin}]
- [admin_customer_list_component, 200, {profile: admin}]
- [[admin_customer_edit, {id: 1}], 200, {profile: admin}]
- [[admin_customer_edit_component, {id: 1}], 200, {profile: admin}]
- [admin_customer_new, 200, {profile: admin}]
- [admin_customer_new_component, 200, {profile: admin}]
- [[admin_customer_order_list_component, {customerId: 1}], 200, {profile: admin}]
- [[admin_customer_order_list_component, {customerId: 1}], 200, {profile: admin}]
#
# Security
#
- [admin_password_recover_sent, 200, {profile: admin}]
- [admin_profile_view, 200, {profile: admin}]
#
# Orders
#
- [admin_order_list, 200, {profile: admin}]
- [admin_order_list_component, 200, {profile: admin}]
#
# Products
#
- [[admin_product_view, {id:1}], 200, {profile: admin}]
- [admin_product_list, 200, {profile: admin}]
- [admin_product_list_component, 200, {profile: admin}]
- [[admin_product_edit, {id: 1}], 200, {profile: admin}]
- [[admin_product_edit_component, {id: 1}], 200, {profile: admin}]
- [admin_product_new, 200, {profile: admin}]
- [admin_product_new_component, 200, {profile: admin}]
#
# Product Variants
#
- [[admin_product_variant_list_component, {productId: 1}], 200, {profile: admin}]
- [[admin_product_variant_edit, {productId: 1, id:1}], 200, {profile: admin}]
- [[admin_product_variant_edit_component, {productId: 1, id:1}], 200, {profile: admin}]
- [[admin_product_variant_new, {productId: 1}], 200, {profile: admin}]
- [[admin_product_variant_new_component, {productId: 1}], 200, {profile: admin}]
#
# Attributes
#
- [admin_attribute_list, 200, {profile: admin}]
- [admin_attribute_new, 200, {profile: admin}]
- [admin_attribute_list_component, 200, {profile: admin}]
- [admin_attribute_new_component, 200, {profile: admin}]
- [[admin_attribute_edit, {id: 1}], 200, {profile: admin}]
#
# Categories
#
- [admin_category_list, 200, {profile: admin}]
- [admin_category_list_component, 200, {profile: admin}]
- [[admin_category_edit, {id: 1}], 200, {profile: admin}]
- [[admin_category_edit_component, {id: 1}], 200, {profile: admin}]
- [admin_category_new, 200, {profile: admin}]
- [admin_category_new_component, 200, {profile: admin}]
#
# Manufacturers
#
- [admin_manufacturer_list, 200, {profile: admin}]
- [admin_manufacturer_list_component, 200, {profile: admin}]
- [[admin_manufacturer_edit, {id: 1}], 200, {profile: admin}]
- [[admin_manufacturer_edit_component, {id: 1}], 200, {profile: admin}]
- [admin_manufacturer_new, 200, {profile: admin}]
- [admin_manufacturer_new_component, 200, {profile: admin}]
#
# Carriers
#
- [admin_carrier_list, 200, {profile: admin}]
- [admin_carrier_list_component, 200, {profile: admin}]
- [[admin_carrier_edit, {id: 1}], 200, {profile: admin}]
- [[admin_carrier_edit_component, {id: 1}], 200, {profile: admin}]
- [admin_carrier_new, 200, {profile: admin}]
- [admin_carrier_new_component, 200, {profile: admin}]
#
# Currencies
#
- [admin_currency_list_component, 200, {profile: admin}]
- [admin_currency_nav, 200, {profile: admin}]
- [admin_currency_list, 200, {profile: admin}]
#
# Shipping Ranges
#
- [[admin_shipping_range_list_component, {carrierId: 1}], 200, {profile: admin}]
- [[admin_shipping_range_edit_component, {carrierId: 1, id: 2}], 200, {profile: admin}]
- [[admin_shipping_range_new_component, {carrierId: 1}], 200, {profile: admin}]
- [[admin_shipping_range_edit, {carrierId: 1, id: 2}], 200, {profile: admin}]
- [[admin_shipping_range_new, {carrierId: 1}], 200, {profile: admin}]
#
# Images
#
- [admin_image_list_component, 200, {profile: admin}]
- [admin_image_list, 200, {profile: admin}]
#
# Blog, Emails & Pages
#
- [admin_blog_post_list, 200, {profile: admin}]
- [admin_blog_post_list_component, 200, {profile: admin}]
- [[admin_blog_post_edit, {id: 1}], 200, {profile: admin}]
- [[admin_blog_post_edit_component, {id: 1}], 200, {profile: admin}]
- [admin_blog_post_new, 200, {profile: admin}]
- [admin_blog_post_new_component, 200, {profile: admin}]
- [admin_email_list_component, 200, {profile: admin}]
- [admin_page_list_component, 200, {profile: admin}]
- [[admin_page_edit_component, {id: 1}], 200, {profile: admin}]
- [admin_page_new_component, 200, {profile: admin}]
- [[admin_email_edit, {id: 4}], 200, {profile: admin}]
- [admin_email_list, 200, {profile: admin}]
- [admin_page_list, 200, {profile: admin}]
- [[admin_page_edit, {id: 1}], 200, {profile: admin}]
- [admin_page_new, 200, {profile: admin}]
#
# Metrics & Reports
#
- [admin_metric_panel_today, 200, {profile: admin}]
- [admin_metric_panel_yesterday, 200, {profile: admin}]
- [admin_metric_panel_last_week, 200, {profile: admin}]
- [admin_metric_panel_last_month, 200, {profile: admin}]
- [admin_metric_panel_last_quarter, 200, {profile: admin}]
- [admin_reports_today, 200, {profile: admin}]
- [admin_reports_yesterday, 200, {profile: admin}]
- [admin_reports_last_week, 200, {profile: admin}]
- [admin_reports_last_month, 200, {profile: admin}]
- [admin_reports_last_quarter, 200, {profile: admin}]
#
# Languages
#
- [admin_language_list_component, 200, {profile: admin}]
- [admin_language_list, 200, {profile: admin}]
#
# Miscelania
#
- [admin_homepage, 200, {profile: admin}]
- [admin_template_list, 200, {profile: admin}]
- [admin_plugin_list, 200, {profile: admin}]