IchHabRecht / content_defender

Define allowed or denied content element types in your backend layouts
GNU General Public License v2.0
80 stars 35 forks source link

[BUGFIX] Use associative array for fetching colPos value #133

Closed spoonerWeb closed 1 year ago

spoonerWeb commented 1 year ago

Closes: #132

IchHabRecht commented 1 year ago

Hi @spoonerWeb,

Thank you for your pull request. Unfortunately Travis CI run out of credits (which should be fixed asap) and tests didn't run. We can't change to the 'value' key only as this would break compatibility to TYPO3 11 and 10. I will change the pull request over the weekend and add the fallback to the old array key again.

andreashager commented 1 year ago

I ran into the problem that my CType are empty because of numeric array keys. I saw that this is already fixed in main Branch but unfortunately not in Release 3.3.0 😞 When will there be a new release that works with TYPO3 v12 😅

IchHabRecht commented 1 year ago

As soon as I find some spare time to care about the extension ;-)