This commit is contained in:
Peli de Halleux 2015-03-26 09:01:24 -07:00
Родитель 2b1ce34863
Коммит 2baeca6d24
2 изменённых файлов: 30 добавлений и 19 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -3718,7 +3718,7 @@ var templates: ScriptTemplate[] = [{
name: 'ADJ craft',
description: lf("A Minecraft Pi app."),
section: sectMinecraft,
scriptid: 'cptje',
scriptid: 'uggce',
editorMode: 1,
}, {
title: lf("blank creeper"),
@ -3727,7 +3727,7 @@ var templates: ScriptTemplate[] = [{
name: 'ADJ creeper',
description: lf("A Minecraft creeper app."),
section: sectMinecraft,
scriptid: 'alati',
scriptid: 'ehtt',
editorMode: 1,
},
/*{
@ -3773,6 +3773,15 @@ var templates: ScriptTemplate[] = [{
section: sectAzure,
scriptid: 'gexxa',
editorMode: 3,
}, {
title: lf("blank azure event hubs app"),
id: 'blankazureeventhubs',
icon: 'Stacks',
name: 'azure ADJ event api',
description: lf("A web app that uploads data to Azure Event Hubs."),
section: sectAzure,
scriptid: 'otkma',
editorMode: 3,
}, {
title: lf("blank node library"),
id: 'blanknodelibrary',