grav-theme-disroot/blueprints/modular/3col.yaml

33 lines
789 B
YAML
Raw Normal View History

2019-01-29 15:14:13 +01:00
title: 3col
'@extends':
type: default
form:
fields:
tabs:
type: tabs
active: 1
fields:
content:
type: tab
title: PLUGIN_ADMIN.CONTENT
fields:
header.bgcolor:
type: select
label: Background color
Default: '#8EB726'
options:
'#FFF': 'White'
'#1F5C60': 'Teal'
'#8EB726': 'Green'
header.fontcolor:
type: select
label: Font color
default: '#7A7A7A'
options:
'#FFF': 'White'
'#7A7A7A': 'Dark Gray'
'#1F5C60': 'Teal'
'#8EB726': 'Green'