View page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sections: | |
- | |
type: simple_content | |
bg_type: bg_gray | |
description: vuejs | |
text_alignment: left | |
image_position: right | |
- | |
type: extended_content | |
body: |
View latest html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ sections }} | |
... | |
{{ if type == 'extended_content' }} | |
<div class="section-empty"> | |
<div class="container content"> | |
{{ if type == "text" }} | |
<div class="text"> | |
{{ text }} | |
</div> |
View Bard Replicator - flexible.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sections: | |
main: | |
display: Main | |
fields: | |
sections: | |
type: replicator | |
display: Sections | |
sets: | |
logo_slider: | |
display: 'Logo Slider' |