Skip to content

Commit

Permalink
Add support for ENABLE_ANGULAR_MULTI_LANGUAGE conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mdantonio committed Apr 7, 2024
1 parent aec9a58 commit a62446f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions controller/confs/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:
PROJECT_KEYWORDS: "${PROJECT_KEYWORDS}"
ENABLE_ANGULAR_SSR: ${ENABLE_ANGULAR_SSR}
ENABLE_YARN_PNP: ${ENABLE_YARN_PNP}
ENABLE_ANGULAR_MULTI_LANGUAGE: ${ENABLE_ANGULAR_MULTI_LANGUAGE}
FORCE_SSR_SERVER_MODE: ${FORCE_SSR_SERVER_MODE}
SPINNER_TYPE: ${SPINNER_TYPE}
SHOW_LOGIN: ${SHOW_LOGIN}
Expand Down
1 change: 1 addition & 0 deletions controller/confs/projects_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ variables:
ENABLE_FOOTER: 1
ENABLE_ANGULAR_SSR: 1
ENABLE_YARN_PNP: 0
ENABLE_ANGULAR_MULTI_LANGUAGE: 0
FORCE_SSR_SERVER_MODE: 0
SPINNER_TYPE: "ball-scale-multiple"

Expand Down
1 change: 1 addition & 0 deletions controller/utilities/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ class BaseEnvModel(BaseModel):
ENABLE_FOOTER: zero_or_one
ENABLE_ANGULAR_SSR: zero_or_one
ENABLE_YARN_PNP: zero_or_one
ENABLE_ANGULAR_MULTI_LANGUAGE: zero_or_one
FORCE_SSR_SERVER_MODE: zero_or_one
SPINNER_TYPE: SPINNER_TYPES
ACTIVATE_AUTH: zero_or_one
Expand Down

0 comments on commit a62446f

Please sign in to comment.