ccIDE/blocks/CCTextutils/index.json
damp11113 5a4cbb455a update 1.2
add new block: CCSystem and CCTextutils
Fixed some bug
2024-07-28 23:50:52 +07:00

23 lines
568 B
JSON

{
"name": "CC: Textutils",
"author": "DPSoftware Foundation",
"description": "Helpful utilities for formatting and manipulating strings.",
"version": "1.0.0",
"category": "utils",
"keyword": "utils",
"license": "GPL-3.0-or-later",
"peripherals": false,
"library": true,
"require_network": false,
"dependencies": {},
"design_for_computer": {
"basic": true,
"adv": true,
"command": true,
"pocket": true,
"advpocket": true,
"turtle": true,
"advturtle": true
}
}