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