1{ 2 "name": "block", 3 "version": [ 4 { 5 "name": "v3.0" 6 } 7 ], 8 "description": [ 9 { 10 "name": "'Logic control block." 11 } 12 ], 13 "attributes": [ 14 { 15 "name": "for", 16 "required": false, 17 "description": [ 18 { 19 "name": "Expands the current element based on the configured data list." 20 } 21 ], 22 "type": "string" 23 }, 24 { 25 "name": "if", 26 "required": false, 27 "description": [ 28 { 29 "name": "Whether the element is added or removed." 30 } 31 ], 32 "type": "enum", 33 "options": [ 34 { 35 "name": "true" 36 }, 37 { 38 "name": "false" 39 } 40 ] 41 } 42 ], 43 "events": [], 44 "supportedSubComponents": true, 45 "supportedSubComponentsRestriction": [], 46 "unSupportSubComponentsRestriction": [], 47 "parentComponentsRestriction": [] 48} 49