Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Created March 18, 2015 22:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save facelordgists/00143f89c0610daebc24 to your computer and use it in GitHub Desktop.
Save facelordgists/00143f89c0610daebc24 to your computer and use it in GitHub Desktop.
Factory 2.0 DMS field definitions
{"fields":[
{
"title":"Icon",
"token":"icon",
"type":"select_icon",
"help":"Font Awesome Icon",
"default":"fa fa-heart"
},
{
"title":"Heading",
"token":"heading",
"type":"text",
"help":"",
"default":"I love bacon"
},
{
"title":"Text",
"token":"text",
"type":"textarea",
"help":"",
"default":"Bacon ipsum dolor sit amet leberkas corned beef beef hamburger chicken rump ham. Short ribs bresaola shank, chicken pancetta ground round cow prosciutto."
},
{
"title":"Alignment",
"token":"alignment",
"type":"select",
"help":"",
"default":"align-center",
"options":[
{
"title":"Left Align",
"value":"align-left"
},
{
"title":"Center Align",
"value":"align-center"
},
{
"title":"Right Align",
"value":"align-right"
},
{
"title":"None",
"value":false
}
]
},
{
"title":"Alignment",
"token":"alignment",
"type":"select",
"help":"",
"default":"align-center",
"options":"",
"data_source":"font-size-classes"
},
{
"title":"Display in box?",
"token":"boxed",
"type":"check",
"help":"Should all cards have a box around them? This option applies to all cards with this template",
"default":false,
"global":true
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment