forked from lemonstand/lscloud-theme-bones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.yaml
15 lines (15 loc) · 993 Bytes
/
theme.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: 'Bones Theme'
author: LemonStand
website: 'https://lemonstand.com'
engine: twig
404: '404'
customFields:
storeTitle: { type: text, title: 'Title of your Store', default: Bones }
logoImage: { type: image, title: 'Logo Image', default: '@images/bones-logo.png', comment: 'Upload your logo! Recommended height of 37px.' }
faviconImage: { type: image, title: 'Favicon Image', default: '@images/favicon.ico', comment: 'Upload your favicon! Recommended dimmensions of 16px by 16px. You must use a .png file.' }
footerLogo: { type: image, title: 'Footer Logo', default: '@images/lemonstand-logo.png', comment: 'Upload your footer logo! Recommended height of 40px.' }
facebookUrl: { type: text, title: 'Facebook URL', default: 'http://facebook.com/lemonstand' }
twitterUrl: { type: text, title: 'Twitter URL', default: 'http://twitter.com/lemonstand' }
linkedInUrl: { type: text, title: 'LinkedIn URL', default: 'http://www.linkedin.com/company/lemonstand' }
---