grav-theme-disroot/blueprints/modular/fullbar.yaml

44 lines
1.1 KiB
YAML

title: fullbar
'@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: '#FFFFFF'
options:
'#FFF': 'White'
'#7A7A7A': 'Dark Gray'
'#1F5C60': 'Teal'
'#8EB726': 'Green'
header.text_align:
type: toggle
label: Text alignment
highlight: center
default: center
options:
left: left
center: center
right: right
validate:
type: bool