derhansen / sf_banners

Banner-Management is a banner management extension for TYPO3. It is based of Extbase and Fluid. Banners are loaded asynchronously using JavaScript so the page load time is affected as less as possible.
GNU General Public License v2.0
10 stars 20 forks source link

[TASK] Use TCA type "category" #225

Closed derhansen closed 3 years ago

derhansen commented 3 years ago

See core #85613 - Category Registry

NitinParri commented 2 years ago

In addition to this, line 113 of file /Classes/Controller/BannerController.php has to be changed to: 'categories' => $this->settings['category'] ?? '',

derhansen commented 2 years ago

@NitinParri Yes, thats right. Can you provide a PR or open a new issue?