forked from plentymarkets/plugin-ceres-vanilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
33 lines (33 loc) · 1.58 KB
/
config.json
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
[
{
"tab" : "Templates",
"key" : "templates.override",
"label" : "Override partials and templates",
"type" : "multi_select",
"possibleValues" :
{
"page_design" : "Page design",
"head" : "Head",
"header" : "Header",
"footer" : "Footer",
"homepage" : "Homepage",
"basket" : "Shopping cart",
"checkout" : "Checkout",
"order_confirmation" : "Order confirmation",
"login" : "Login",
"register" : "Register",
"item" : "Single item view",
"category_view" : "Category item view",
"my_account" : "My account",
"cancellation_rights" : "Cancellation rights",
"legal_disclosure" : "Legal disclosure",
"privacy_policy" : "Privacy policy",
"terms_conditions" : "Terms and conditions",
"item_not_found" : "Item not found",
"page_not_found" : "Page not found",
"category_content" : "Content category template",
"category_item" : "Item category template"
},
"default" : ""
}
]