From 9c6c7ff420a41649825838de7e28d33aad934669 Mon Sep 17 00:00:00 2001 From: nitsan Date: Wed, 10 Aug 2022 16:29:08 +0530 Subject: [PATCH] [TASK] Compatible with php version 8.1 --- ext_localconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_localconf.php b/ext_localconf.php index 4d67008..2dd94f1 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -2,5 +2,5 @@ $_EXTKEY = "ns_theme_cleanblog"; // Let's configuration of this extension from "Extension Manager" -$GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][$_EXTKEY] = unserialize($_EXTCONF); + $GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['default'] = 'EXT:ns_theme_cleanblog/Configuration/RTE/Default.yaml'; \ No newline at end of file