From 8f5fee9f7675d2f27199bad32aeabe7053312a0b Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Tue, 1 Aug 2023 15:09:10 +0200 Subject: [PATCH] Add cache buster to injected icons CSS in block grid (#14621) * Inject icons css via shadow DOM * Fix typo * Import icons.less instead --- .../blockgridentryeditors/gridblock/gridblock.editor.html | 2 -- .../gridinlineblock/gridinlineblock.editor.html | 2 -- .../gridsortblock/gridsortblock.editor.html | 2 -- .../unsupportedblock/unsupportedblock.editor.html | 2 -- .../src/views/propertyeditors/blockgrid/blockgridui.less | 3 +-- .../blockgrid/umbblockgridblock.component.js | 6 +++++- 6 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html index 938ae384db..31d759188c 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/blockgridentryeditors/gridblock/gridblock.editor.html @@ -1,6 +1,4 @@ + ${ model.stylesheet ? ` ` : '' } +
+ ng-include="api.internal.sortMode ? api.internal.sortModeView : '${model.view}'"> + `; $compile(shadowRoot)($scope);