-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.yaml
21 lines (21 loc) · 1.62 KB
/
theme.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
name: Coastal
author: 'Adam Campbell (@hotmeteor)'
website: 'http://hotmeteor.com'
engine: twig
404: '404'
customFields:
logoText: { type: text, title: 'Logo text', default: COASTAL, comment: 'Replaces all instance of your logo name around the site' }
faviconImage: { type: image, title: 'Favicon Image (Image you see on the chrome)', default: '@/images/ic-heart-hover.png' }
heroImage: { type: image, title: 'Home: Banner Image', default: 'https://farm1.staticflickr.com/52/142306999_627074060b_b.jpg' }
socialFacebookUrl: { type: text, title: 'Facebook URL', default: '' }
socialTwitterUrl: { type: text, title: 'Twitter URL', default: '' }
socialInstagramUrl: { type: text, title: 'Instagram URL', default: '' }
socialPinterestUrl: { type: text, title: 'Pinterest URL', default: '' }
footerTagline: { type: text, title: 'Footer tagline', default: 'This is the free Coastal theme.', comment: 'Suggested length is less than 40 characters' }
topbarColor: { type: color, title: 'Color - top bar', default: '', comment: 'Remove color for default' }
footerColor: { type: color, title: 'Color - footer', default: '', comment: 'Remove color for default' }
ratingToggle: { type: checkbox, title: 'Product Ratings', default: checked, comment: 'Activate product ratings for this theme.' }
socialToggle: { type: checkbox, title: 'Social Links', default: checked, comment: 'Activate social media links.' }
crossSellToggle: { type: checkbox, title: 'Show Cross Sell/Upsell Items', default: 'checked', comment: 'Show or hide product cross sell and upsell items if a product has cross sell or upsell items.'}
---