netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
56 stars 65 forks source link

I think the package name 'cms_rte_ckeditor' in https://github.com/netresearch/t3x-rte_ckeditor_image/blob/main/ext_emconf.php is wrong! Please fix it! #292

Closed hdietrich-timespin closed 3 months ago

hdietrich-timespin commented 4 months ago

Proplem since Version: t3x-rte_ckeditor_image 12.0.1

I think the package name 'cms_rte_ckeditor' in https://github.com/netresearch/t3x-rte_ckeditor_image/blob/main/ext_emconf.php is wrong:

Typo3 12.4.17 throw an exception in Backend, that cms_rte_ckeditor is unknown!

'cms_rte_ckeditor' => '12.4.0-12.4.99',

This commit is the problem: https://github.com/netresearch/t3x-rte_ckeditor_image/commit/5cff197dc2ff81f8b45e69b22815f944b2cff3cb

Depend package name must be:

'rte_ckeditor' => '12.4.0-12.4.99',

grafik

grafik

Please fix it!

Gitsko commented 4 months ago

Hi @hdietrich-timespin,

we change the ext_emconf.php and merge into master Branch (a372489), can you check if your problem is solved with this change ?

hdietrich-timespin commented 3 months ago

Yes, I did that same fix in my typo3 12 and it work!

Thanks for fix to @Gitsko