mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 13:56:23 +00:00
Make deploy button texts configurable from config.ts
This commit is contained in:
@ -29,6 +29,12 @@ export const config = {
|
||||
defaultCode: 'Loading your file...',
|
||||
defaultLanguage: 'text',
|
||||
deployProcessName: 'webservice',
|
||||
deployButtonText: {
|
||||
'TODEPLOY': 'Deploy',
|
||||
'DEPLOYED': 'Deployed',
|
||||
'DEPLOYING': 'Reloading app...',
|
||||
'FAILED': 'Deployment failed. Retry'
|
||||
},
|
||||
showDeployButton: true,
|
||||
reloadIframeOnDeploy: false,
|
||||
showConsoleOnDeploy: true,
|
||||
|
Reference in New Issue
Block a user