From 9a2b63625f7b4c9f7f721107570cfcf333dde2c4 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <arnaud.levy@noesya.coop> Date: Tue, 11 Feb 2025 20:54:20 +0100 Subject: [PATCH] Ajout de l'id du site dans la config (#2713) --- .../websites/configs/production_config/static.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/admin/communication/websites/configs/production_config/static.html.erb b/app/views/admin/communication/websites/configs/production_config/static.html.erb index 5f43d6394..8001a945e 100644 --- a/app/views/admin/communication/websites/configs/production_config/static.html.erb +++ b/app/views/admin/communication/websites/configs/production_config/static.html.erb @@ -2,6 +2,11 @@ baseURL: <%= @website.url %> +## OSUNY +osuny: + website: + id: <%= @website.id %> + ## LANGUAGE defaultContentLanguage: <%= @website.default_language.iso_code %> defaultContentLanguageInSubdir: <%= @website.active_languages.many? %> -- GitLab