{
    "schema": [
        {
            "name": "Display properties",
            "fields": [
                {
                    "label": "Highlight menu item",
                    "field": "displayHighlightMenuItem",
                    "type": "boolean",
                    "default": false
                },
                {
                    "label": "Highlight category tag",
                    "field": "displayHighlightCategoryTag",
                    "type": "boolean",
                    "default": false
                },
                {
                    "label": "Description",
                    "field": "displayDescription",
                    "type": "string",
                    "translatable": true
                },
                {
                    "label": "Custom CSS class",
                    "field": "displayClassname",
                    "type": "string",
                    "translatable": false
                },
                {
                    "label": "Image",
                    "field": "displayMedia",
                    "type": "media",
                    "options": {
                        "ratio": "4:1"
                    }
                }
            ]
        },
        {
            "name": "SEO",
            "fields": [
                {
                    "label": "Title",
                    "field": "seoTitle",
                    "type": "string",
                    "translatable": true
                },
                {
                    "label": "Description",
                    "field": "seoDescription",
                    "type": "string",
                    "translatable": true
                },
                {
                    "label": "Keywords",
                    "field": "seoKeywords",
                    "type": "string",
                    "translatable": true
                }
            ]
        }
    ]
}
