Template:Kalispell FHC Section: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<h1 style="text-align: center; visibility: hidden">{{{title}}}</h1>
<h1 style="text-align: center; visibility: {{{section-title-visibility}}}">{{{section-title}}}</h1>
<div style="display: flex; flex-flow: row wrap; justify-content: {{{justify}}}; align-items: {{{align}}}; background-color: {{{background-color}}};">
<div style="display: flex; flex-flow: row wrap; justify-content: {{{justify}}}; align-items: {{{align}}}; background-color: {{{background-color}}};">
{{{content}}}
{{{content}}}
Line 29: Line 29:
"required": true
"required": true
},
},
"show-section-title": {
"section-title-visibility": {
"description": "Determines whether the title should be visible when rendered.",
"description": "Determines whether the title should be visible when rendered. css visibility: hidden | visible",
"type": "boolean",
"type": "string",
"default": "false"
"default": "hidden"
}
}
},
},
Line 38: Line 38:
"section-title",
"section-title",
         "content",
         "content",
"show-section-title",
"section-title-visibility",
"justify",
"justify",
"align",
"align",
385

edits