Acceptable Schema Field Types

Below is a list of all acceptable Schema Field Types:

{

    "boolean": [
        "Boolean",
        "True or false option"
    ],
    "combo": [
        "combo",
        "Create your own custom fields with a combination of other fields"
    ],
    "date": [
        "Datetime",
        "Date and time fields"
    ],
    "embed": [
        "Embed",
        "Embed multimedia just by adding the link to your media (oEmbed)"
    ],
    "file": [
        "File",
        "Upload images or other files"
    ],
    "json": [
        "JSON",
        "Add data in JSON format"
    ],
    "blockeditor": [
        "Block Editor",
        "Rich Text editor that outputs json formatted content"
    ],
    "number": [
        "Number",
        "Insert only numeric values"
    ],
    "text": [
        "Plain Text",
        "Simple text with no formatting"
    ],
    "tags": [
        "Tags",
        "Attach “labels” to your document by adding descriptive words or phrases"
    ],
    "relationship": [
        "Relationship",
        "Create relations with other documents, belonging to the same or different schemas"
    ],
    "rich": [
        "Block Editor",
        "Text editor with formatting options (WYSIWYG)"
    ],
    "section": [
        "Section",
        "Add a tab to separate your document into sections. Any fields directly after this, will be viewed in a separate tab"
    ],
    "slug": [
        "Slug",
        "Select any text field and slugify it"
    ],
    "subdocument": [
        "Subdocument",
        "Add subschema documents in your document, ideal for templating (e.g. page sections)"
    ]
}