🔧 Add REACT_APP_SCRIPTING_HIDDEN front env (#1845)

* 🔧 Add `scripting.enabled` helm value

* 🔧 Add `REACT_APP_SCRIPTING_HIDDEN` front env

* 🔧 Change `REACT_APP_SCRIPTING_HIDDEN` front env
This commit is contained in:
Serhii Ponomarenko
2026-02-09 23:39:33 +02:00
committed by GitHub
parent 8fac9a5ad5
commit 633a17a0e0
4 changed files with 124 additions and 115 deletions

View File

@@ -12,6 +12,7 @@ import (
)
type ScriptingConfig struct {
Enabled bool `yaml:"enabled" json:"enabled" default:"false"`
Env map[string]interface{} `yaml:"env" json:"env" default:"{}"`
Source string `yaml:"source" json:"source" default:""`
Sources []string `yaml:"sources" json:"sources" default:"[]"`