28 lines
418 B
JSON
28 lines
418 B
JSON
{
|
|
"status": "active",
|
|
"project": {
|
|
"name": "PROJECT"
|
|
},
|
|
"language": "en",
|
|
"currency": "usd",
|
|
"company": {
|
|
"identifier": null,
|
|
"tax": null,
|
|
"name": null,
|
|
"offer": false,
|
|
"sim": null,
|
|
"mail": null
|
|
},
|
|
"search": {
|
|
"enabled": true,
|
|
"position": "fixed"
|
|
},
|
|
"cart": {
|
|
"enabled": true
|
|
},
|
|
"css": {
|
|
"catalog-button-cart-background": "#40a7e3",
|
|
"product-button-cart-background": "#40a7e3"
|
|
}
|
|
}
|