Arquivos
deepforge/src/plugins/CreateExecution/metadata.json
T
2016-06-28 15:01:44 -05:00

24 linhas
588 B
JSON

{
"id": "CreateExecution",
"name": "Create Execution",
"version": "0.1.0",
"description": "",
"icon": {
"class": "glyphicon glyphicon-cog",
"src": ""
},
"disableServerSideExecution": false,
"disableBrowserSideExecution": false,
"writeAccessRequired": false,
"configStructure": [
{
"name": "snapshot",
"displayName": "Snapshot",
"description": "Freeze the operation definitions and attributes at current value",
"value": true,
"valueType": "boolean",
"readOnly": false
}
]
}