Make webide deploy button optional

This commit is contained in:
Kristóf Tóth
2018-03-21 16:44:51 +01:00
parent 0682e53511
commit 7d145e95ae
3 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,8 @@ export const config = {
'autoSaveInterval': 1000,
'defaultCode': 'Loading your file...',
'defaultLanguage': 'text',
'deployProcessName': 'login'
'deployProcessName': 'login',
'showDeployButton': true
},
terminal: {
'route': 'shell'