diff --git a/config/default-settings.json b/config/default-settings.json new file mode 100644 index 0000000..7c3c859 --- /dev/null +++ b/config/default-settings.json @@ -0,0 +1,46 @@ +{ + "name": "Default options", + "style_code": "default", + "settings": { + "main": { + "store": { + "storeTitle": "This Shop", + "storeLogo": "@images\/dist\/bones-logo.svg", + "enableHomeBlogPreview": true, + "enableHomeAbout": true, + "enableHomeHero": true, + "homeHeroImage": "https:\/\/placehold.it\/1200x400" + }, + "headfoot": { + "footerLegalText": "\u00a9 2017 LemonStand eCommerce Inc.", + "stickyHeader": true + }, + "links": { + "facebookLink": "", + "twitterLink": "", + "instagramLink": "" + }, + "fonts": { + "googleFontURL": "https:\/\/fonts.googleapis.com\/css?family=Bungee|Quicksand" + } + }, + "none": { + "fillWindow": true, + "autoSubmitOnlyShippingMethod": true + }, + "product": { + "product": { + "enableReviews": true, + "enableRatings": true, + "enableCartCrossSells": true, + "enableCartUpsells": true + }, + "categories": { + "categoryListImageEqualizeStrategy": "stretch" + }, + "summary": { + "productListImageEqualizeStrategy": "stretch" + } + } + } +} \ No newline at end of file diff --git a/config/options.json b/config/options.json new file mode 100644 index 0000000..04606c5 --- /dev/null +++ b/config/options.json @@ -0,0 +1,84 @@ +{ + "main": { + "name": "General settings", + "store": { + "name": "Store settings", + "order": "", + "field": { + "type": "image", + "name": "Home Page - Hero Image" + } + }, + "headfoot": { + "name": "Header and footers", + "order": "", + "field": { + "type": "checkbox", + "name": "Keep header menu on the page as user scrolls" + } + }, + "links": { + "name": "Links", + "order": "", + "field": { + "type": "text", + "name": "Instagram Social Account Link" + } + }, + "fonts": { + "name": "Fonts", + "order": "", + "field": { + "type": "text", + "name": "Google Font URL" + } + } + }, + "none": { + "name": null, + "order": "", + "field": { + "type": "checkbox", + "name": "Checkout Page - Auto-submit shipping option if there is only one option" + } + }, + "product": { + "name": "Product settings", + "product": { + "name": "Products", + "order": "", + "field": { + "type": "checkbox", + "name": "Cart Page - Show upsells" + } + }, + "categories": { + "name": "Categories", + "order": "", + "field": { + "type": "dropdown", + "options": { + "stretch": "Stretch", + "top": "Align Top", + "middle": "Align Middle", + "bottom": "Align Bottom" + }, + "name": "Category List - Image Height Equalization Strategy" + } + }, + "summary": { + "name": "Summary", + "order": "", + "field": { + "type": "dropdown", + "options": { + "stretch": "Stretch", + "top": "Align Top", + "middle": "Align Middle", + "bottom": "Align Bottom" + }, + "name": "Product List - Image Height Equalization Strategy" + } + } + } +} \ No newline at end of file diff --git a/options.json b/options.json deleted file mode 100644 index e69de29..0000000