Files
gantry5/engines/common/nucleus/blueprints/page/body.yaml

39 lines
886 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
body.id:
type: input.text
label: Body Id
default:
body.class:
type: input.selectize
label: Body Classes
default: gantry
body.extra:
type: collection.keyvalue
label: Tag Attributes
description: Extra Tag attributes.
key_placeholder: Key (data-*, style, ...)
value_placeholder: Value
exclude: ['id', 'class']
body.after_open:
type: textarea.textarea
label: After <body>
description: Anything in this field will be appended to the <head>
body.before_close:
type: textarea.textarea
label: Before </body>
description: Anything in this field will be appended to the <head>