From 4b69e6dcc3c358ec09f99cad773f8d5f872960a9 Mon Sep 17 00:00:00 2001 From: HeleneCreusot Date: Fri, 23 Aug 2024 16:00:36 +0200 Subject: [PATCH] docs(theme istex-legacy): compatible V7 --- .../themes/istex-legacy/lodex-theme.json | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/custom/themes/istex-legacy/lodex-theme.json b/src/app/custom/themes/istex-legacy/lodex-theme.json index 3243a32ba..31d620d12 100644 --- a/src/app/custom/themes/istex-legacy/lodex-theme.json +++ b/src/app/custom/themes/istex-legacy/lodex-theme.json @@ -1,24 +1,24 @@ { - "version": "6", - "restricted": true, - "name": { - "fr": "ISTEX", - "en": "ISTEX" - }, - "description": { - "fr": "Thème ISTEX historique (restreint)", - "en": "ISTEX theme legacy(restricted)" - }, - "configuration": { - "files": { - "index": "index.ejs", - "palette": "customTheme.js" + "version": "7", + "restricted": true, + "name": { + "fr": "ISTEX", + "en": "ISTEX" }, - "variables": { - "host": "/", - "title": "Services", - "summary": "Les technologies et les outils ISTEX pour les projets de recherche.", - "matomoID": "39" + "description": { + "fr": "Thème ISTEX historique (restreint)", + "en": "ISTEX theme legacy(restricted)" + }, + "configuration": { + "files": { + "index": "index.ejs", + "palette": "customTheme.js" + }, + "variables": { + "host": "/", + "title": "Services", + "summary": "Les technologies et les outils ISTEX pour les projets de recherche.", + "matomoID": "39" + } } - } }