diff --git a/src/front/Config/Module/preprod.json b/src/front/Config/Module/preprod.json index b2464999..ad7eef2a 100644 --- a/src/front/Config/Module/preprod.json +++ b/src/front/Config/Module/preprod.json @@ -257,6 +257,13 @@ } } }, + "OfficesRib": { + "enabled": true, + "props": { + "path": "/offices/rib", + "labelKey": "officeRib" + } + }, "404": { "enabled": true, "props": { diff --git a/src/front/Config/Module/production.json b/src/front/Config/Module/production.json index b2464999..ad7eef2a 100644 --- a/src/front/Config/Module/production.json +++ b/src/front/Config/Module/production.json @@ -257,6 +257,13 @@ } } }, + "OfficesRib": { + "enabled": true, + "props": { + "path": "/offices/rib", + "labelKey": "officeRib" + } + }, "404": { "enabled": true, "props": { diff --git a/src/front/Config/Module/staging.json b/src/front/Config/Module/staging.json index b2464999..ad7eef2a 100644 --- a/src/front/Config/Module/staging.json +++ b/src/front/Config/Module/staging.json @@ -257,6 +257,13 @@ } } }, + "OfficesRib": { + "enabled": true, + "props": { + "path": "/offices/rib", + "labelKey": "officeRib" + } + }, "404": { "enabled": true, "props": {