From b73af27d1b340864c114aa7ea8b39a392f62a212 Mon Sep 17 00:00:00 2001 From: McLayn Date: Sun, 10 Nov 2024 13:53:44 +0100 Subject: [PATCH] Add a 'scope' attribute to tags --- .../components/Admin/Module/UniqueValues.vue | 10 ++++----- .../PageBlocks/Navigation/Configurator.vue | 11 +++++----- .../Navigation/NavTypes/Dropdown.vue | 7 ++++--- .../PageBlocks/TabsConfigurator.vue | 7 ++++--- .../compose/src/views/Admin/Modules/Edit.vue | 21 ++++++++++++------- .../compose/src/views/Admin/Pages/Edit.vue | 6 ++++-- 6 files changed, 36 insertions(+), 26 deletions(-) diff --git a/client/web/compose/src/components/Admin/Module/UniqueValues.vue b/client/web/compose/src/components/Admin/Module/UniqueValues.vue index f36c8064f..e4e7a6a31 100644 --- a/client/web/compose/src/components/Admin/Module/UniqueValues.vue +++ b/client/web/compose/src/components/Admin/Module/UniqueValues.vue @@ -71,19 +71,19 @@ > - + {{ $t("field") }} - + {{ $t("type") }} - + {{ $t("valueModifiers") }} - + {{ $t("multiValues") }} - + diff --git a/client/web/compose/src/components/PageBlocks/Navigation/Configurator.vue b/client/web/compose/src/components/PageBlocks/Navigation/Configurator.vue index 745af9a9b..85eba86b1 100644 --- a/client/web/compose/src/components/PageBlocks/Navigation/Configurator.vue +++ b/client/web/compose/src/components/PageBlocks/Navigation/Configurator.vue @@ -97,28 +97,29 @@ > - + - + {{ $t("navigation.type") }} - + {{ $t("navigation.color") }} - + {{ $t("navigation.background") }} {{ $t("navigation.enabled") }} - + diff --git a/client/web/compose/src/components/PageBlocks/Navigation/NavTypes/Dropdown.vue b/client/web/compose/src/components/PageBlocks/Navigation/NavTypes/Dropdown.vue index 5bc97e506..0689480bc 100644 --- a/client/web/compose/src/components/PageBlocks/Navigation/NavTypes/Dropdown.vue +++ b/client/web/compose/src/components/PageBlocks/Navigation/NavTypes/Dropdown.vue @@ -43,17 +43,18 @@ > - + {{ $t("navigation.text") }} - + {{ $t("navigation.url") }} - + {{ $t('navigation.openIn') }} {{ $t("navigation.delimiter") }} diff --git a/client/web/compose/src/components/PageBlocks/TabsConfigurator.vue b/client/web/compose/src/components/PageBlocks/TabsConfigurator.vue index 49f77ea15..d4ecabd45 100644 --- a/client/web/compose/src/components/PageBlocks/TabsConfigurator.vue +++ b/client/web/compose/src/components/PageBlocks/TabsConfigurator.vue @@ -122,9 +122,9 @@ > - + - + {{ $t('tabs.table.columns.title.label') }} {{ $t('tabs.table.columns.block.label') }} - + diff --git a/client/web/compose/src/views/Admin/Modules/Edit.vue b/client/web/compose/src/views/Admin/Modules/Edit.vue index b4c873104..a3d707340 100644 --- a/client/web/compose/src/views/Admin/Modules/Edit.vue +++ b/client/web/compose/src/views/Admin/Modules/Edit.vue @@ -229,9 +229,10 @@ > - +
- + {{ $t('general:label.type') }} - - + + - + {{ $t('general:label.required') }} - + {{ $t('general:label.multi') }} - + @@ -313,10 +315,11 @@ > - + {{ $t('general:label.name') }} @@ -324,6 +327,7 @@ {{ $t('general.label.title') }} @@ -332,6 +336,7 @@ {{ $t('general:label.type') }} diff --git a/client/web/compose/src/views/Admin/Pages/Edit.vue b/client/web/compose/src/views/Admin/Pages/Edit.vue index 09f5bf68e..9843ce9a3 100644 --- a/client/web/compose/src/views/Admin/Pages/Edit.vue +++ b/client/web/compose/src/views/Admin/Pages/Edit.vue @@ -258,20 +258,22 @@ > - + {{ $t('page-layout.title') }} {{ $t('page-layout.handle') }} - +