mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
34 lines
811 B
JSON
34 lines
811 B
JSON
[
|
|
{
|
|
"name": "EditorExtensionMaker",
|
|
"text": "Antedit Extension",
|
|
"version": "0.0.1-a",
|
|
"actions" : [
|
|
{
|
|
"text": "__(New Extension)",
|
|
"name": "create"
|
|
},
|
|
{
|
|
"text": "__(Build)",
|
|
"name": "build"
|
|
},
|
|
{
|
|
"text": "__(Run)",
|
|
"name": "run"
|
|
},
|
|
{
|
|
"text": "__(Build release)",
|
|
"name": "release"
|
|
},
|
|
{
|
|
"text": "__(Install extension from file)",
|
|
"name": "install"
|
|
},
|
|
{
|
|
"text": "__(Install extension from URL)",
|
|
"name": "installFromURL"
|
|
}
|
|
]
|
|
}
|
|
]
|