/home/coolpkct/www/websites/cake3.cool.rocks/_themes/base/pagetypes/basic.ini
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Optional variables                                 ;
; These must be set if they are used in the template ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[ss_pageTitle]
exposed = "true"
section = "Page Content"
type = "text"
value = "New basic page"
label = "Page title"

[ss_pageDescription]
section = "Page Content"
type = "text"
value = ""
exposed = "true"
label = "Page description"
tooltip = "Search engine metadata, does not normally show in browser"

[ss_pageBody]
section = "Page Content"
exposed = "true"
type = "editor"
value = "<p>body text</p>"

[pageBodyLayout]
section = "Override Theme Settings"
exposed = "true"
type = "select"
label = "Body text layout"
value = ""
values[] = ""
values[] = "restricted"
values[] = "columns-2"
values[] = "columns-3"
options[] = "1-column wide"
options[] = "1-column narrow"
options[] = "2-column"
options[] = "3-column"
tooltip = "Internet Explorer 9 and earlier do not support multi-columns and will show a single column."

[backgroundImageStyle]
section = "Override Theme Settings"
type = "select"
exposed = "true"
value = ""
label = "Background image style"
values[] = ""
values[] = "background-image background-cover"
values[] = "background-image background-repeat"
values[] = "background-image background-repeat-x"
values[] = "background-image background-repeat-y"
options[] = "None"
options[] = "Cover"
options[] = "Tile"
options[] = "Tile horizontal"
options[] = "Tile vertical"

[backgroundImageSrc]
section = "Override Theme Settings"
exposed = "true"
type = "imagesrc"
value = ""
label = "Background URL"
tooltip = "URL for page background image."