{
    "collectionName": "components_elements_service_items",
    "info": {
        "displayName": "serviceItem",
        "icon": "bulletList"
    },
    "options": {},
    "attributes": {
        "title": {
            "type": "string"
        },
        "description": {
            "type": "text"
        },
        "iconName": {
            "type": "enumeration",
            "enum": [
                "FaRocket",
                "FaCode",
                "FaChartLine",
                "FaMobileAlt",
                "FaGlobe",
                "FaBullhorn"
            ]
        },
        "tags": {
            "type": "component",
            "component": "elements.tag-item",
            "repeatable": true
        }
    },
    "config": {}
}
