facelordgists
3/18/2015 - 10:53 PM

Factory 2.0 DMS field definitions

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
    }
]}