385
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<h1 style="text-align: center; visibility: | <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 | ||
}, | }, | ||
" | "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": " | "type": "string", | ||
"default": " | "default": "hidden" | ||
} | } | ||
}, | }, | ||
Line 38: | Line 38: | ||
"section-title", | "section-title", | ||
"content", | "content", | ||
" | "section-title-visibility", | ||
"justify", | "justify", | ||
"align", | "align", |
edits