Created
August 3, 2020 00:11
-
-
Save mikemartin/fb4731f1051f97b6a51aae6753036979 to your computer and use it in GitHub Desktop.
Little Bard
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
title: Little Bard | |
fields: | |
- | |
handle: text | |
field: | |
sets: | |
button: | |
display: Button | |
fields: | |
- | |
handle: label | |
field: | |
input_type: text | |
type: text | |
localizable: false | |
listable: hidden | |
display: Label | |
width: 50 | |
- | |
handle: link | |
field: | |
input_type: text | |
type: text | |
localizable: false | |
listable: hidden | |
display: Link | |
width: 50 | |
download: | |
display: Download Button | |
fields: | |
- | |
handle: label | |
field: | |
input_type: text | |
type: text | |
localizable: false | |
listable: hidden | |
display: Label | |
width: 50 | |
- | |
handle: download_link | |
field: | |
mode: list | |
container: assets | |
folder: downloads | |
restrict: false | |
allow_uploads: true | |
max_files: 1 | |
type: assets | |
localizable: false | |
listable: hidden | |
display: Download | |
width: 50 | |
ticks: | |
display: 'Ticks List' | |
fields: | |
- | |
handle: ticks | |
field: | |
type: list | |
localizable: false | |
listable: hidden | |
display: Ticks | |
buttons: | |
- h3 | |
- h4 | |
- bold | |
- italic | |
- removeformat | |
- anchor | |
save_html: true | |
toolbar_mode: floating | |
link_noopener: true | |
link_noreferrer: true | |
target_blank: true | |
reading_time: true | |
fullscreen: true | |
allow_source: true | |
type: bard | |
localizable: false | |
listable: hidden | |
replicator_preview: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment