added contrib theme basic

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-21 22:15:52 +01:00
parent fc8365264d
commit 9c6a1ce9a9
83 changed files with 4035 additions and 0 deletions
@@ -0,0 +1,33 @@
basic.settings:
type: theme_settings
label: 'Basic theme settings'
mapping:
browser_sync:
type: mapping
label: 'Enable Browser Sync'
mapping:
enabled:
type: boolean
label: 'Enable Browser Sync'
host:
type: string
label: 'Host'
port:
type: integer
label: 'Port'
clear_registry:
type: boolean
label: 'Enable clear Registry'
ie_enabled:
type: boolean
label: 'Enable IE support HTML classes'
ie_enabled_versions:
type: mapping
label: 'IE versions supported'
mapping:
ie8:
type: boolean
label: 'Support IE8'
ie9:
type: boolean
label: 'Support IE8'