From 0b89d8ebf4a6bbb0c0dec8374b16196e368309be Mon Sep 17 00:00:00 2001 From: Christoph Lehmann Date: Fri, 27 Sep 2024 14:55:46 +0200 Subject: [PATCH] Move extension icon to Resources/Public/Icons This is the new default since TYPO3 v10 or v11. Also this prevents an TYPO3\CMS\Core\Resource\Exception\InvalidFileException: "EXT:we_cookie_consent/ext_icon.svg" is expected to be in public directory, but is not --- ext_icon.svg => Resources/Public/Icons/Extension.svg | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ext_icon.svg => Resources/Public/Icons/Extension.svg (100%) diff --git a/ext_icon.svg b/Resources/Public/Icons/Extension.svg similarity index 100% rename from ext_icon.svg rename to Resources/Public/Icons/Extension.svg