20a4673f98
* First draft of storage APIs * bumped pxt-core * using fixed instances to seprate temp from permanent * send console to storage * sim support * missing sim stubs * adding storage blocks * more sim support * remove storage from default package * fix rendering of ms * render raw ms * slize at better place * duplicate bundled dir * refactor limit * simplify limit logic
14 lines
807 B
JSON
14 lines
807 B
JSON
{
|
|
"storage.Storage.appendCSV|block": "storage %source|%filename|append CSV %data",
|
|
"storage.Storage.appendLine|block": "storage %source|%filename|append line %data",
|
|
"storage.Storage.append|block": "storage %source|%filename|append %data",
|
|
"storage.Storage.exists|block": "storage %source|%filename|exists",
|
|
"storage.Storage.limit|block": "storage %source|limit %filename|to %size|bytes",
|
|
"storage.Storage.overwrite|block": "storage %source|%filename|overwrite with|%data",
|
|
"storage.Storage.read|block": "storage %source|read %filename|as string",
|
|
"storage.Storage.remove|block": "storage %source|remove %filename",
|
|
"storage.Storage.size|block": "storage %source|%filename|size",
|
|
"storage.temporary|block": "temporary",
|
|
"storage|block": "storage",
|
|
"{id:category}Storage": "Storage"
|
|
} |