{ "name": "{{COMPONENT_KEY}}", "label": "{{COMPONENT_LABEL}}", "description": "{{DESCRIPTION}}", "organization": "{{ORGANIZATION}}", "version": "{{VERSION}}", "library": "{{LIBRARY}}", "componentKey": "{{COMPONENT_KEY}}", "type": "{{TYPE}}", "subtype": {{{SUB_TYPE}}}, "subtypeLabel": "{{SUB_TYPE_LABEL}}", "icon": "images/pz-url-active.svg", "properties": [ { "format": "SELECT", "name": "countryCode", "label": "Country code", "defaultValue": "USA", "source": [ { "key": "USA", "value": "United States" }, { "key": "CAN", "value": "Canada" }, { "key": "AUS", "value": "Australia" }, { "key": "JPN", "value": "Japan" }, { "key": "IND", "value": "India" }, { "key": "TUR", "value": "Turkey" } ] }, { "label": "Advanced", "format": "GROUP", "collapsible": true, "properties": [ { "name": "testId", "label": "Test ID", "format": "TEXT", "ignorePattern": "[^-_\\p{N}\\p{L}]", "includeAnnotations": false } ] } ], "defaultConfig": { "label": "@L $this.label", "detailFVLItem": true, "isFormWidth" : false, "isContainerWidth" : false } }