|
|
Line 63: |
Line 63: |
| { | | { |
| "params": { | | "params": { |
| "sensordata":{ | | "data1":{ |
| "type": "boolean",
| |
| "default": "0",
| |
| "required": true,
| |
| "suggested": true,
| |
| "description": "State whether this type of device is used by the project."},
| |
| "solarenergy":{
| |
| "type": "boolean",
| |
| "default": "0",
| |
| "required": true,
| |
| "suggested": true,
| |
| "description": "State whether this type of device is used by the project."},
| |
| "digitalfabrication":{
| |
| "type": "boolean",
| |
| "default": "0",
| |
| "required": true,
| |
| "suggested": true,
| |
| "description": "State whether this type of device is used by the project."},
| |
| "biomaterials":{
| |
| "type": "boolean",
| |
| "default": "0",
| |
| "required": true,
| |
| "suggested": true,
| |
| "description": "State whether this type of device is used by the project."},
| |
| "roboticintelligence":{
| |
| "type": "boolean",
| |
| "default": "0",
| |
| "required": true,
| |
| "suggested": true,
| |
| "description": "State whether this type of device is used by the project."},
| |
| "reactivematerials":{
| |
| "type": "boolean",
| |
| "default": "0",
| |
| "required": true,
| |
| "suggested": true,
| |
| "description": "State whether this type of device is used by the project."},
| |
| "airdepuration":{
| |
| "type": "boolean",
| |
| "default": "0",
| |
| "required": true,
| |
| "suggested": true,
| |
| "description": "State whether this type of device is used by the project."},
| |
| "ledtech":{
| |
| "type": "boolean",
| |
| "default": "0",
| |
| "required": true,
| |
| "suggested": true,
| |
| "description": "State whether this type of device is used by the project."},
| |
| "processactivators":{
| |
| "type": "boolean", | | "type": "boolean", |
| "default": "0", | | "default": "0", |
Line 119: |
Line 71: |
| }, | | }, |
| "paramOrder": [ | | "paramOrder": [ |
| "sensordata", | | "data1" |
| "solarenergy",
| |
| "digitalfabrication",
| |
| "biomaterials",
| |
| "roboticintelligence",
| |
| "reactivematerials",
| |
| "airdepuration",
| |
| "ledtech",
| |
| "processactivators"
| |
| ], | | ], |
| "description": "Template for adding a devices section to a project page", | | "description": "Template for selecting parameters", |
| "format": "block" | | "format": "block" |
| } | | } |
| </templatedata> | | </templatedata> |
| </noinclude> | | </noinclude> |