project-field-templates

[
  {
    "evaluator": "context-project",
    "config": {
      "project-field-templates": {
        "templates": [
          {
            "key": "text",
            "title": "Text",
            "type": "string/text",
            "description": "Text value. e.g. title, name, header",
            "icon": "fa fa-align-left"
          },
          {
            "key": "number",
            "title": "Number",
            "type": "number/number",
            "description": "Numeric value. e.g. score, rating, age, price",
            "icon": "fa fa-hashtag"
          },
          {
            "key": "checkbox",
            "title": "Checkbox",
            "type": "boolean/checkbox",
            "description": "True/false checkbox e.g. \"Check to accept our terms...\"",
            "icon": "fa fa-check-square"
          },
          {
            "key": "radio",
            "title": "Radio",
            "type": "string/radio",
            "description": "Radio select. e.g. gender, race",
            "icon": "fa fa-check-circle-o"
          },
          {
            "key": "email",
            "title": "Email",
            "type": "string/email",
            "description": "Auto validates an email address. e.g. my@example.com",
            "icon": "fa fa-envelope"
          },
          {
            "key": "content",
            "title": "Content",
            "type": "string/ckeditor",
            "description": "WYSIWYG HTML web editor. e.g. article, body",
            "icon": "fa fa-pencil-square-o"
          },
          {
            "key": "dropdown",
            "title": "Dropdown",
            "type": "string/select",
            "description": "Select from a dropdown list. e.g. genre, suffix",
            "icon": "fa fa-caret-square-o-down"
          },
          {
            "key": "object",
            "title": "Object",
            "type": "object/object",
            "description": "An Object has multiple fields. e.g. employee, player",
            "icon": "fa fa-cube"
          },
          {
            "key": "array",
            "title": "Array",
            "type": "array/array",
            "description": "An Array contains multiple sub-items. e.g. a list of things",
            "icon": "fa fa-cubes"
          },
          {
            "key": "related-node",
            "title": "Related Node",
            "type": "object/node-picker",
            "description": "A Picker to browse and connect to one or more related content nodes",
            "icon": "fa fa-file-text-o"
          },
          {
            "key": "related-file",
            "title": "Related File",
            "type": "object/file-picker",
            "description": "A Picker that lets you browse and search one or more folders and files",
            "icon": "fa fa-files-o"
          },
          {
            "key": "attachment",
            "title": "Attachment",
            "type": "object/attachment-picker",
            "description": "Upload an attachment. e.g. book cover, author photo",
            "icon": "fa fa-paperclip"
          },
          {
            "key": "markdown",
            "title": "Markdown",
            "type": "string/markdown",
            "description": "A visual Markdown editor on top of a text field",
            "icon": "fa fa-code"
          }
        ]
      }
    }
  }
]```