3 frontend.ide
therealkrispet edited this page 2019-11-18 10:54:02 +01:00
  • Description: Configures the IDE component on the frontend.
  • Subscribers: FrontendProxyHandler, IdeConfigService
{
    "key": "frontend.ide"
}
Parameter Type Required Description
autoSaveInterval number Saves the currently edited file at every n seconds automatically.
showDeployButton boolean Displays the deploy button in the upper right corner of the IDE.
deployButtonText object Customizes the status messages of the deploy button. It expects key-value pairs, where the possible keys are: TODEPLOY, DEPLOYED, DEPLOYING, FAILED. Important: You have set all of them, otherwise you will see empty buttons in the undefined states.

Example:

{
    "key": "frontend.ide",
    "showDeployButton": true
}