{
    "$schema": "https:\/\/json-schema.org\/draft\/2020-12\/schema",
    "$id": "https:\/\/www.totalcms.co\/schemas\/preset-item.json",
    "type": "object",
    "id": "preset-item",
    "description": "A named preset of property settings",
    "properties": {
        "id": {
            "$ref": "https:\/\/www.totalcms.co\/schemas\/properties\/slug.json",
            "label": "Preset ID",
            "field": "id",
            "factory": "uid",
            "placeholder": "styledtext-simple"
        },
        "settings": {
            "$ref": "https:\/\/www.totalcms.co\/schemas\/properties\/json.json",
            "field": "json",
            "label": "Settings",
            "placeholder": "{\"height\": 400, \"wordCounterCount\": true}",
            "settings": {
                "rows": 20
            }
        }
    },
    "required": [
        "id",
        "settings"
    ],
    "index": []
}