ccIDE/blocks/_Template/index.json
damp11113 b77dc34ec6 update 1.1.4 add new Settings block
add new Settings block for env settings
and merge IDE block to system for default
2024-07-20 16:49:13 +07:00

23 lines
576 B
JSON

{
"name": "Template",
"author": "DPSoftware Foundation",
"description": "Template for creating custom blocks in ccIDE",
"version": "1.0.0",
"category": "",
"keyword": "template, custom block, ccIDE",
"license": "GPL-3.0-or-later",
"peripherals": false,
"library": false,
"require_network": false,
"dependencies": {},
"design_for_computer": {
"basic": false,
"adv": false,
"command": false,
"pocket": false,
"advpocket": false,
"turtle": false,
"advturtle": false
}
}