Skip to content

Instantly share code, notes, and snippets.

View thommyhh's full-sized avatar

Thorben Nissen thommyhh

View GitHub Profile
@thommyhh
thommyhh / RteImageUrlUpgradeWizard.php
Created January 20, 2025 08:18
Update image URLs for images in RTE fields in TYPO3 CMS
<?php
declare(strict_types=1);
namespace MyVendor\MyPackage\Install;
use Netresearch\RteCKEditorImage\Database\RteImagesDbHook;
use Symfony\Contracts\Service\Attribute\Required;
use TYPO3\CMS\Backend\Resource\PublicUrlPrefixer;
use TYPO3\CMS\Core\Core\Bootstrap;