mirror of
https://github.com/gantry/gantry5.git
synced 2025-02-25 18:55:21 -06:00
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
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']
|
|
|
|
layout.sections:
|
|
type: select.selectize
|
|
label: Sections Layout
|
|
description: Default layout behavior for Sections
|
|
default: 0
|
|
options:
|
|
0: Fullwidth (Boxed Content)
|
|
2: Fullwidth (Flushed Content)
|
|
1: Boxed
|
|
|
|
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>
|