Created
July 20, 2017 12:40
-
-
Save renepardon/4e34f01339c65698f4ef9d0c7a10e3ea to your computer and use it in GitHub Desktop.
This file contains hidden or 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
--- | |
# Some more definitions above... | |
- | |
type: ezselection | |
name: Abstract Position | |
identifier: abstract_position | |
required: true | |
default-value: left | |
field-settings: | |
isMultiple: true | |
options: [ left, middle, right ] | |
- | |
type: ezselection | |
name: Abstract Style (not applicable to position middle) | |
identifier: abstract_style | |
required: true | |
field-settings: | |
isMultiple: true | |
options: | |
- blue_box: "Blue box and white text" | |
- white_box: "White box and blue text" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment