Nemo64 / typo3api

An api-wrapper around typo3 functionality (currently only tca)
MIT License
0 stars 6 forks source link

prevent palettes from containing palettes #6

Open Nemo64 opened 7 years ago

Nemo64 commented 7 years ago

There should be a warning if someone attempts to create a palette within a palette.

Nemo64 commented 7 years ago

The check should probably be done via showitem. The other option would be to test if the configuration does define new palettes but that wouldn't mean that the palette is used (although it should be)