{
    "tool-name": "Karten-Codegenerator",
    "tool-tags": "karte, portal, html, generator",
    "tool-description": "Beispiel für ein automatisch geladenes JSON-Werkzeug.",
    "tool-category": "Eigene Werkzeuge",
    "tool-icon": "▧",
    "tool-level": "Geführt",
    "tool-output-name": "karten-generator",
    "tool-fields": [
        {
            "id": "title",
            "label": "Titel",
            "type": "text",
            "default": "Wichtiger Bereich"
        },
        {
            "id": "text",
            "label": "Beschreibung",
            "type": "textarea",
            "default": "Kurzer Inhalt der Karte."
        },
        {
            "id": "accent",
            "label": "Akzentfarbe",
            "type": "color",
            "default": "#5a7aa2"
        },
        {
            "id": "radius",
            "label": "Radius",
            "type": "range",
            "default": 16,
            "min": 0,
            "max": 40,
            "step": 1
        }
    ],
    "tool-template": "<article class=\"json-card\"><h3>{{title|html}}</h3><p>{{text|html}}</p></article>",
    "tool-css": ".json-card{padding:24px;border-left:7px solid {{accent}};border-radius:{{radius}}px;background:#fff;box-shadow:0 14px 34px rgba(25,40,60,.12);font-family:Segoe UI,Arial,sans-serif}.json-card h3{margin:0 0 8px}.json-card p{margin:0;color:#66758a}",
    "tool-js": ""
}