Projet

Général

Profil

0003-guerande-use-combo-asset-to-manage-footer-logo.patch

Thomas Jund (congés, retour le 29/04), 11 août 2021 17:32

Télécharger (1,23 ko)

Voir les différences:

Subject: [PATCH 03/11] guerande: use combo asset to manage footer logo

 static/guerande/_custom.scss | 2 +-
 static/guerande/config.json  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
static/guerande/_custom.scss
201 201
			width: 100%;
202 202
		}
203 203
		.site-infos__image {
204
			background: url(img/logo-footer.png) top left no-repeat;
204
			background: url(/assets/footer:logo) top left no-repeat;
205 205
			background-size: contain;
206 206
			display: block;
207 207
			min-width: 165px;
static/guerande/config.json
13 13
        }
14 14
      },
15 15
      "COMBO_ASSET_SLOTS.update": {
16
        "header:logo": { "label": "Têtière : logo" }
16
        "header:logo": { "label": "Têtière : logo" },
17
        "footer:logo": { "label": "Pied de page : logo" }
17 18
      }
18 19
    }
19 20
  }
20
-