From 7d5cb28e156ad45c2a3f934de7c50c78dc870ec8 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:38:08 +0100 Subject: [PATCH 1/2] TASK: Followup 4330 remove plugin views With the UI adjusted https://github.com/neos/neos-ui/pull/3689 we can get rid of the dummy endpoints. --- .../Controller/Backend/ContentController.php | 39 ------------------- Neos.Neos/Configuration/Policy.yaml | 2 +- Neos.Neos/Configuration/Routes.Backend.yaml | 14 ------- .../Translations/ar/NodeTypes/PluginView.xlf | 19 --------- .../Translations/cs/NodeTypes/PluginView.xlf | 19 --------- .../Translations/da/NodeTypes/PluginView.xlf | 19 --------- .../Translations/de/NodeTypes/PluginView.xlf | 19 --------- .../Translations/el/NodeTypes/PluginView.xlf | 19 --------- .../Translations/en/NodeTypes/PluginView.xlf | 21 ---------- .../Translations/es/NodeTypes/PluginView.xlf | 23 ----------- .../Translations/fi/NodeTypes/PluginView.xlf | 19 --------- .../Translations/fr/NodeTypes/PluginView.xlf | 19 --------- .../Translations/hu/NodeTypes/PluginView.xlf | 19 --------- .../id_ID/NodeTypes/PluginView.xlf | 19 --------- .../Translations/it/NodeTypes/PluginView.xlf | 19 --------- .../Translations/ja/NodeTypes/PluginView.xlf | 19 --------- .../Translations/km/NodeTypes/PluginView.xlf | 19 --------- .../Translations/lv/NodeTypes/PluginView.xlf | 19 --------- .../Translations/nl/NodeTypes/PluginView.xlf | 23 ----------- .../Translations/no/NodeTypes/PluginView.xlf | 19 --------- .../Translations/pl/NodeTypes/PluginView.xlf | 19 --------- .../Translations/pt/NodeTypes/PluginView.xlf | 23 ----------- .../pt_BR/NodeTypes/PluginView.xlf | 19 --------- .../Translations/ru/NodeTypes/PluginView.xlf | 19 --------- .../Translations/sr/NodeTypes/PluginView.xlf | 23 ----------- .../Translations/sv/NodeTypes/PluginView.xlf | 19 --------- .../tl_PH/NodeTypes/PluginView.xlf | 19 --------- .../Translations/tr/NodeTypes/PluginView.xlf | 19 --------- .../Translations/uk/NodeTypes/PluginView.xlf | 19 --------- .../Translations/vi/NodeTypes/PluginView.xlf | 19 --------- .../Translations/zh/NodeTypes/PluginView.xlf | 19 --------- .../zh_TW/NodeTypes/PluginView.xlf | 19 --------- 32 files changed, 1 insertion(+), 623 deletions(-) delete mode 100644 Neos.Neos/Resources/Private/Translations/ar/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/cs/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/da/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/de/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/el/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/en/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/es/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/fi/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/fr/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/hu/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/id_ID/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/it/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/ja/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/km/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/lv/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/nl/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/no/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/pl/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/pt/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/pt_BR/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/ru/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/sr/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/sv/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/tl_PH/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/tr/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/uk/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/vi/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/zh/NodeTypes/PluginView.xlf delete mode 100644 Neos.Neos/Resources/Private/Translations/zh_TW/NodeTypes/PluginView.xlf diff --git a/Neos.Neos/Classes/Controller/Backend/ContentController.php b/Neos.Neos/Classes/Controller/Backend/ContentController.php index 9b89d665ac8..622bc4ac083 100644 --- a/Neos.Neos/Classes/Controller/Backend/ContentController.php +++ b/Neos.Neos/Classes/Controller/Backend/ContentController.php @@ -371,45 +371,6 @@ protected function getAssetProperties(AssetInterface $asset) return $assetProperties; } - /** - * Fetch the configured views for the given master plugin - * - * @param string $identifier Specifies the node to look up - * @param string $workspaceName Name of the workspace to use for querying the node - * @param array $dimensions Optional list of dimensions and their values which should be used - * for querying the specified node - * @return string - * @throws \Neos\Eel\Exception - * @throws \Neos\Flow\Mvc\Routing\Exception\MissingActionNameException - * @deprecated remove with UI editors - */ - public function pluginViewsAction($identifier = null, $workspaceName = 'live', array $dimensions = []) - { - $this->response->setContentType('application/json'); - - $views = []; - return json_encode((object)$views, JSON_THROW_ON_ERROR); - } - - /** - * Fetch all master plugins that are available in the current - * workspace. - * - * @param string $workspaceName Name of the workspace to use for querying the node - * @param array $dimensions Optional list of dimensions and their values - * which should be used for querying the specified node - * @return string JSON encoded array of node path => label - * @throws \Neos\Eel\Exception - * @deprecated remove with UI editors - */ - public function masterPluginsAction(string $workspaceName = 'live', array $dimensions = []) - { - $this->response->setContentType('application/json'); - $masterPlugins = []; - - return json_encode((object)$masterPlugins, JSON_THROW_ON_ERROR); - } - /** * Signals that a new asset has been uploaded through the Neos Backend * diff --git a/Neos.Neos/Configuration/Policy.yaml b/Neos.Neos/Configuration/Policy.yaml index 6fb5d917727..b9732955c06 100644 --- a/Neos.Neos/Configuration/Policy.yaml +++ b/Neos.Neos/Configuration/Policy.yaml @@ -54,7 +54,7 @@ privilegeTargets: 'Neos.Neos:Backend.EditContent': label: General access to content editing - matcher: 'method(Neos\Neos\Service\Controller\NodeController->(show|getPrimaryChildNode|getChildNodesForTree|filterChildNodesForTree|getChildNodes|getChildNodesFromParent|create|createAndRender|createNodeForTheTree|move|moveBefore|moveAfter|moveInto|moveAndRender|copy|copyBefore|copyAfter|copyInto|copyAndRender|update|updateAndRender|delete|searchPage|error)Action()) || method(Neos\Neos\Controller\Backend\ContentController->(uploadAsset|assetsWithMetadata|imageWithMetadata|pluginViews|createImageVariant|masterPlugins|error)Action()) || method(Neos\Neos\Controller\Service\AssetProxiesController->(index|show|import|error)Action()) || method(Neos\Neos\Controller\Service\AssetsController->(index|show|error)Action()) || method(Neos\Neos\Controller\Service\NodesController->(index|show|create|error)Action())' + matcher: 'method(Neos\Neos\Service\Controller\NodeController->(show|getPrimaryChildNode|getChildNodesForTree|filterChildNodesForTree|getChildNodes|getChildNodesFromParent|create|createAndRender|createNodeForTheTree|move|moveBefore|moveAfter|moveInto|moveAndRender|copy|copyBefore|copyAfter|copyInto|copyAndRender|update|updateAndRender|delete|searchPage|error)Action()) || method(Neos\Neos\Controller\Backend\ContentController->(uploadAsset|assetsWithMetadata|imageWithMetadata|createImageVariant|error)Action()) || method(Neos\Neos\Controller\Service\AssetProxiesController->(index|show|import|error)Action()) || method(Neos\Neos\Controller\Service\AssetsController->(index|show|error)Action()) || method(Neos\Neos\Controller\Service\NodesController->(index|show|create|error)Action())' 'Neos.Neos:Backend.PublishToLiveWorkspace': label: Allowed to publish to the live workspace diff --git a/Neos.Neos/Configuration/Routes.Backend.yaml b/Neos.Neos/Configuration/Routes.Backend.yaml index 48652c84960..056fcb04c48 100644 --- a/Neos.Neos/Configuration/Routes.Backend.yaml +++ b/Neos.Neos/Configuration/Routes.Backend.yaml @@ -41,20 +41,6 @@ '@action': 'createImageVariant' httpMethods: ['POST'] -- - name: 'Content Module - Plugin Views' - uriPattern: 'content/plugin-views' - defaults: - '@controller': 'Backend\Content' - '@action': 'pluginViews' - -- - name: 'Content Module - Master Plugins' - uriPattern: 'content/master-plugins' - defaults: - '@controller': 'Backend\Content' - '@action': 'masterPlugins' - - name: 'Schema - NodeType' uriPattern: 'schema/node-type' diff --git a/Neos.Neos/Resources/Private/Translations/ar/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/ar/NodeTypes/PluginView.xlf deleted file mode 100644 index 796b9058b58..00000000000 --- a/Neos.Neos/Resources/Private/Translations/ar/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - معاينة البرنامج المساعد - - Plugin Views - معاينات متعددة للبرنامج المساعد - - Master View - العرض الرئيسي - - Plugin View - معاينة البرنامج المساعد - - - diff --git a/Neos.Neos/Resources/Private/Translations/cs/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/cs/NodeTypes/PluginView.xlf deleted file mode 100644 index 084610edeb1..00000000000 --- a/Neos.Neos/Resources/Private/Translations/cs/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Plugin View - - Plugin Views - Plugin Views - - Master View - Master View - - Plugin View - Plugin View - - - diff --git a/Neos.Neos/Resources/Private/Translations/da/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/da/NodeTypes/PluginView.xlf deleted file mode 100644 index fe87dbf91a6..00000000000 --- a/Neos.Neos/Resources/Private/Translations/da/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Plugin-visning - - Plugin Views - Plugin-visninger - - Master View - Primærvisning - - Plugin View - Plugin-visning - - - diff --git a/Neos.Neos/Resources/Private/Translations/de/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/de/NodeTypes/PluginView.xlf deleted file mode 100644 index a52e8a06f8e..00000000000 --- a/Neos.Neos/Resources/Private/Translations/de/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Plugin Ansicht - - Plugin Views - Plugin-Ansichten - - Master View - Master Ansicht - - Plugin View - Plugin Ansicht - - - diff --git a/Neos.Neos/Resources/Private/Translations/el/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/el/NodeTypes/PluginView.xlf deleted file mode 100644 index b7bd641ab11..00000000000 --- a/Neos.Neos/Resources/Private/Translations/el/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Plugin View - - Plugin Views - Plugin Views - - Master View - Master View - - Plugin View - Plugin View - - - diff --git a/Neos.Neos/Resources/Private/Translations/en/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/en/NodeTypes/PluginView.xlf deleted file mode 100644 index 227166e9d4d..00000000000 --- a/Neos.Neos/Resources/Private/Translations/en/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - Plugin View - - - - Plugin Views - - - Master View - - - - Plugin View - - - - diff --git a/Neos.Neos/Resources/Private/Translations/es/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/es/NodeTypes/PluginView.xlf deleted file mode 100644 index 62cc5fe336e..00000000000 --- a/Neos.Neos/Resources/Private/Translations/es/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - Plugin View - Mostrar el Plugin - - - Plugin Views - Vistas de la extensión - - - Master View - Vista general - - - Plugin View - Vista de la extensión - - - - diff --git a/Neos.Neos/Resources/Private/Translations/fi/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/fi/NodeTypes/PluginView.xlf deleted file mode 100644 index 1cb9d9487b2..00000000000 --- a/Neos.Neos/Resources/Private/Translations/fi/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Laajennusnkäymä - - Plugin Views - Liitäinnäisnäkymät - - Master View - Päänäkymä - - Plugin View - Laajennusnkäymä - - - diff --git a/Neos.Neos/Resources/Private/Translations/fr/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/fr/NodeTypes/PluginView.xlf deleted file mode 100644 index 74aa7a7c834..00000000000 --- a/Neos.Neos/Resources/Private/Translations/fr/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Vue "Plugin" - - Plugin Views - Vues plugin - - Master View - Vue "Maître" - - Plugin View - Vue "Plugin" - - - diff --git a/Neos.Neos/Resources/Private/Translations/hu/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/hu/NodeTypes/PluginView.xlf deleted file mode 100644 index a911a36463d..00000000000 --- a/Neos.Neos/Resources/Private/Translations/hu/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Bővítmény nézet - - Plugin Views - Bővítmény nézetek - - Master View - Fő nézet - - Plugin View - Bővítmény nézet - - - diff --git a/Neos.Neos/Resources/Private/Translations/id_ID/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/id_ID/NodeTypes/PluginView.xlf deleted file mode 100644 index a25edff27a1..00000000000 --- a/Neos.Neos/Resources/Private/Translations/id_ID/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Lihat plugin - - Plugin Views - Tampilan Plugin - - Master View - Tampilan Master - - Plugin View - Lihat plugin - - - diff --git a/Neos.Neos/Resources/Private/Translations/it/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/it/NodeTypes/PluginView.xlf deleted file mode 100644 index 36a42c568d5..00000000000 --- a/Neos.Neos/Resources/Private/Translations/it/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Visualizzazione di plugin - - Plugin Views - Visualizza Plugin - - Master View - Visualizzazione Principale - - Plugin View - Visualizzazione di plugin - - - diff --git a/Neos.Neos/Resources/Private/Translations/ja/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/ja/NodeTypes/PluginView.xlf deleted file mode 100644 index 7fb8f424ffd..00000000000 --- a/Neos.Neos/Resources/Private/Translations/ja/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - プラグイン表示 - - Plugin Views - プラグイン表示 - - Master View - マスター表示 - - Plugin View - プラグイン表示 - - - diff --git a/Neos.Neos/Resources/Private/Translations/km/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/km/NodeTypes/PluginView.xlf deleted file mode 100644 index 069ece73050..00000000000 --- a/Neos.Neos/Resources/Private/Translations/km/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - ត្រួតពិនិត្យកម្មវិធីជំនួយ - - Plugin Views - ត្រួតពិនិត្យកម្មវិធីជំនួយ - - Master View - ការត្រួតពិនិត្យលើមេ - - Plugin View - ត្រួតពិនិត្យកម្មវិធីជំនួយ - - - diff --git a/Neos.Neos/Resources/Private/Translations/lv/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/lv/NodeTypes/PluginView.xlf deleted file mode 100644 index 30a1183feac..00000000000 --- a/Neos.Neos/Resources/Private/Translations/lv/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Spraudņa skats - - Plugin Views - Spraudņa skats - - Master View - Šablona skats - - Plugin View - Spraudņa skats - - - diff --git a/Neos.Neos/Resources/Private/Translations/nl/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/nl/NodeTypes/PluginView.xlf deleted file mode 100644 index 341b715f9a2..00000000000 --- a/Neos.Neos/Resources/Private/Translations/nl/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - Plugin View - Pluginweergave - - - Plugin Views - Plugin weergaves - - - Master View - Hoofdweergave - - - Plugin View - Plugin weergave - - - - diff --git a/Neos.Neos/Resources/Private/Translations/no/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/no/NodeTypes/PluginView.xlf deleted file mode 100644 index 2f23d2bae9c..00000000000 --- a/Neos.Neos/Resources/Private/Translations/no/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Pluginvisning - - Plugin Views - Pluginvisninger - - Master View - Hovedvisning - - Plugin View - Pluginvisning - - - diff --git a/Neos.Neos/Resources/Private/Translations/pl/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/pl/NodeTypes/PluginView.xlf deleted file mode 100644 index df4a69c85ca..00000000000 --- a/Neos.Neos/Resources/Private/Translations/pl/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Widok wtyczki - - Plugin Views - Widoki wtyczki - - Master View - Główny widok - - Plugin View - Widok wtyczki - - - diff --git a/Neos.Neos/Resources/Private/Translations/pt/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/pt/NodeTypes/PluginView.xlf deleted file mode 100644 index 03034affb22..00000000000 --- a/Neos.Neos/Resources/Private/Translations/pt/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - Plugin View - Plugin View - - - Plugin Views - Plugin Views - - - Master View - Visualização principal - - - Plugin View - Plugin View - - - - diff --git a/Neos.Neos/Resources/Private/Translations/pt_BR/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/pt_BR/NodeTypes/PluginView.xlf deleted file mode 100644 index 86aa18b95d0..00000000000 --- a/Neos.Neos/Resources/Private/Translations/pt_BR/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Exibição de Plugin - - Plugin Views - Exibições de Plugin - - Master View - Exibição Mestre - - Plugin View - Exibição de Plugin - - - diff --git a/Neos.Neos/Resources/Private/Translations/ru/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/ru/NodeTypes/PluginView.xlf deleted file mode 100644 index 5c417fb7027..00000000000 --- a/Neos.Neos/Resources/Private/Translations/ru/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Плагины - - Plugin Views - Плагины - - Master View - Главный вид - - Plugin View - Плагины - - - diff --git a/Neos.Neos/Resources/Private/Translations/sr/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/sr/NodeTypes/PluginView.xlf deleted file mode 100644 index dbed80b07b7..00000000000 --- a/Neos.Neos/Resources/Private/Translations/sr/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - Plugin View - Приказ додатне компоненте - - - Plugin Views - Перегляди плагінів - - - Master View - Главни поглед - - - Plugin View - Приказ додатне компоненте - - - - diff --git a/Neos.Neos/Resources/Private/Translations/sv/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/sv/NodeTypes/PluginView.xlf deleted file mode 100644 index b522a7130b6..00000000000 --- a/Neos.Neos/Resources/Private/Translations/sv/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Plugin-visning - - Plugin Views - Plugin-visningar - - Master View - Master-visning - - Plugin View - Plugin-visning - - - diff --git a/Neos.Neos/Resources/Private/Translations/tl_PH/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/tl_PH/NodeTypes/PluginView.xlf deleted file mode 100644 index 621cabf20c5..00000000000 --- a/Neos.Neos/Resources/Private/Translations/tl_PH/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Plugin View - - Plugin Views - Plugin Views - - Master View - Master View - - Plugin View - Plugin View - - - diff --git a/Neos.Neos/Resources/Private/Translations/tr/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/tr/NodeTypes/PluginView.xlf deleted file mode 100644 index db10004217e..00000000000 --- a/Neos.Neos/Resources/Private/Translations/tr/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Eklenti Görünümü - - Plugin Views - Eklenti Görünümü - - Master View - Ana Görünüm - - Plugin View - Eklenti Görünümü - - - diff --git a/Neos.Neos/Resources/Private/Translations/uk/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/uk/NodeTypes/PluginView.xlf deleted file mode 100644 index 52307fcdd8f..00000000000 --- a/Neos.Neos/Resources/Private/Translations/uk/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Вигляд плаґіну - - Plugin Views - Вигляди плаґіну - - Master View - Головний вигляд - - Plugin View - Вигляд плаґіну - - - diff --git a/Neos.Neos/Resources/Private/Translations/vi/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/vi/NodeTypes/PluginView.xlf deleted file mode 100644 index 1e48547e292..00000000000 --- a/Neos.Neos/Resources/Private/Translations/vi/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - Plugin View - - Plugin Views - Plugin Views - - Master View - Master View - - Plugin View - Plugin View - - - diff --git a/Neos.Neos/Resources/Private/Translations/zh/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/zh/NodeTypes/PluginView.xlf deleted file mode 100644 index 57ec6b94a87..00000000000 --- a/Neos.Neos/Resources/Private/Translations/zh/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - 插件视图 - - Plugin Views - 插件视图 - - Master View - 母版视图 - - Plugin View - 插件视图 - - - diff --git a/Neos.Neos/Resources/Private/Translations/zh_TW/NodeTypes/PluginView.xlf b/Neos.Neos/Resources/Private/Translations/zh_TW/NodeTypes/PluginView.xlf deleted file mode 100644 index 2339451c346..00000000000 --- a/Neos.Neos/Resources/Private/Translations/zh_TW/NodeTypes/PluginView.xlf +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Plugin View - 外掛檢視 - - Plugin Views - 外掛檢視 - - Master View - 主要檢視 - - Plugin View - 外掛檢視 - - - From 4a9a871383f57889526bd7af4655780450114915 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:38:30 +0100 Subject: [PATCH 2/2] TASK: Remove translations for `pluginViews` I hope that deleting the correct translation key in english (content.inspector.editors.masterPluginEditor.selectPlugin) will lead to it being deleted everywhere? --- Neos.Neos/Resources/Private/Translations/en/Main.xlf | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Neos.Neos/Resources/Private/Translations/en/Main.xlf b/Neos.Neos/Resources/Private/Translations/en/Main.xlf index f05e47f60fd..b793d2eec42 100644 --- a/Neos.Neos/Resources/Private/Translations/en/Main.xlf +++ b/Neos.Neos/Resources/Private/Translations/en/Main.xlf @@ -454,18 +454,6 @@ Apply - - Select a Plugin - - - No plugin configured - - - view is displayed on page - - - view is displayed on current page - No date set