Files
gantry5/engines/common/nucleus/blueprints/page/body.yaml
2015-10-08 17:27:00 -07:00

40 lines
883 B
YAML

name: Body Attributes
description: Settings that can be applied to the page.
type: global
form:
fields:
doctype:
type: input.hidden
label: Doctype
default: html
attribs.id:
type: input.text
label: Body Id
default:
attribs.class:
type: input.selectize
label: Body Classes
default: gantry
attribs.extra:
type: collection.keyvalue
label: Tag Attributes
description: Extra Tag attributes.
key_placeholder: Key (data-*, style, ...)
value_placeholder: Value
exclude: ['id', 'class']
body_top:
type: textarea.textarea
label: After <body>
description: Anything in this field will be appended to the <head>
body_bottom:
type: textarea.textarea
label: Before </body>
description: Anything in this field will be appended to the <head>