mirror of
https://github.com/gantry/gantry5.git
synced 2025-02-25 18:55:21 -06:00
Added Sections Layout options in Page Settings and Implemented Fullwidth (Flushed Content) option (#747)
This commit is contained in:
@@ -28,6 +28,16 @@ form:
|
||||
value_placeholder: Value
|
||||
exclude: ['id', 'class']
|
||||
|
||||
layout.sections:
|
||||
type: select.selectize
|
||||
label: Sections Layout
|
||||
description: Default layout behavior for Sections
|
||||
default: fullwidth
|
||||
options:
|
||||
0: Fullwidth (Boxed Content)
|
||||
1: Fullwidth (Flushed Content)
|
||||
2: Boxed
|
||||
|
||||
body_top:
|
||||
type: textarea.textarea
|
||||
label: After <body>
|
||||
|
||||
Reference in New Issue
Block a user