misc: remove atreal/overlay references from merged themes (#58242)

This commit is contained in:
Frédéric Péters 2022-05-02 09:48:39 +02:00
parent d4affaeeeb
commit 625d854257
4 changed files with 4 additions and 16 deletions

View File

@ -1,10 +1,7 @@
{
"label": "Ville d'Avray",
"module": "publik-base",
"overlay": "atreal",
"variables": {
"favicon": "avray/img/favicon-32x32.png",
"theme_color": "#004171",
"no_extra_js": true
"theme_color": "#004171"
}
}

View File

@ -1,10 +1,7 @@
{
"label": "Concarneau",
"module": "publik-base",
"overlay": "atreal",
"variables": {
"favicon": "concarneau/img/favicon-32x32.png",
"theme_color": "#f39200",
"no_extra_js": true
"theme_color": "#f39200"
}
}

View File

@ -1,11 +1,8 @@
{
"label": "Coprec",
"module": "publik-base",
"overlay": "atreal",
"variables": {
"favicon": "coprec/img/favicon-32x32.png",
"theme_color": "#00d3cc",
"no_extra_js": true
"theme_color": "#00d3cc"
},
"settings": {
"combo": {

View File

@ -1,10 +1,7 @@
{
"label": "Malakoff",
"module": "publik-base",
"overlay": "atreal",
"variables": {
"favicon": "malakoff/img/favicon-32x32.png",
"theme_color": "#641d55",
"no_extra_js": true
"theme_color": "#641d55"
}
}