From 01882048a148b7e53df24195028038b0525d46e6 Mon Sep 17 00:00:00 2001
From: Oliver Bartsch <bo@cedev.de>
Date: Thu, 5 Sep 2024 11:32:47 +0200
Subject: [PATCH] [TASK] Remove unused typeicon "script" definition

The "script" typeicon definition is removed since
no such CType exists.

Resolves: #104830
Releases: main
Change-Id: I6d733a3d87a916e616407bd9f7681ebf8bd03184
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85897
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Benni Mack <benni@typo3.org>
---
 typo3/sysext/frontend/Configuration/TCA/tt_content.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/typo3/sysext/frontend/Configuration/TCA/tt_content.php b/typo3/sysext/frontend/Configuration/TCA/tt_content.php
index b07d260535e2..2a5c216e6177 100644
--- a/typo3/sysext/frontend/Configuration/TCA/tt_content.php
+++ b/typo3/sysext/frontend/Configuration/TCA/tt_content.php
@@ -41,7 +41,6 @@ return [
             'uploads' => 'mimetypes-x-content-list-files',
             'list' => 'mimetypes-x-content-plugin',
             'shortcut' => 'mimetypes-x-content-link',
-            'script' => 'mimetypes-x-content-script',
             'div' => 'mimetypes-x-content-divider',
             'html' => 'mimetypes-x-content-html',
             'default' => 'mimetypes-x-content-text',
-- 
GitLab