-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy paththeme.yaml
29 lines (29 loc) · 2.18 KB
/
theme.yaml
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
---
name: 'Slate'
description: 'A minimalistic industrial product theme'
author: 'Daniel Park (@D_Hanul_Park)'
website: 'http://dparkd.com'
engine: twig
404: '404'
customFields:
storeTitle: {type: text, title:'Title of your Store', default:'Slate'}
faviconImage: {type: image, title:'Favicon Image you see in the browser. PNG image is required.', default:'@img/icon.png'}
logoImage: { type: image, title: 'Global: Logo Image', default: '@/img/logo.png'}
navbarBackgroundColor: { type:color, title:'Global: Navbar Background Color', default:'white'}
navbarLinkColor: { type: color, title:'Global: Navbar Link Color', default:'black'}
homeImageOne: { type: image, title: 'Home: Introduction Image Left', default: '@img/bg1.jpg'}
homeImageTwo: { type: image, title: 'Home: Introduction Image Right', default: '@img/bg2.jpg'}
homeFeature: { type: text, title: 'Home: Feature Items Title', default: 'TOP PICKS'}
homeContactNumber: {type: text, title: 'Home: Contact Phone Number', default: '829-192-9382'}
homeContactEmail: {type: textt, title: 'Home: Contact Email Address', default: '[email protected]'}
homeContactAddress: {type:text, title: 'Home: Contact Address', default: '9203 Pender St, Vancouver BC, J2K 2J2'}
socialFacebookUrl: { type: text, title: 'Global: Facebook URL', default: 'http://facebook.com/lemonstand' }
socialTwitterUrl: { type: text, title: 'Global: Twitter URL', default: 'http://twitter.com/D_Hanul_Park' }
socialInstagramUrl: { type: text, title: 'Global: Instagram URL', default: 'http://instagram.com' }
socialPinterestUrl: {type: text, title: 'Global: Pinterest URL', default: 'https://www.pinterest.com'}
importantButton: { type:color, title:'Global: Important Button Color', default: 'black' }
payButton: { type:color, title:'Global: Payment button color', default: '#5cb85c'}
shopItemsPerPage: { type:text, title:'Shop: Number of products displayed per page.', default:'15'}
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.' }
---