IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

Create mask's PageLayoutViewHook.php when exporting into own extension #180

Closed kitzberger closed 3 years ago

kitzberger commented 3 years ago

Without EXT:mask preset the TYPO3 10 LTS page module show the "unused content elements" warning for colPos=999.

This patch makes sure the PageLayoutViewHook.php of EXT.mask 6.7.1 is being exported to the target extension.

IchHabRecht commented 3 years ago

Hi @kitzberger,

Thank you for your pull request. Unfortunately I can't merge your request, as I don't think this is related to mask/mask_export only. Please see (and use) EXT:hide_used_content (https://extensions.typo3.org/extension/hide_used_content) for a global TCA related solution.

kitzberger commented 3 years ago

Damnit, I knew there was some solution already. I even already used EXT:hide_used_content in previous situations ;-/

Maybe put it into the "suggest" section of this extensions composer.json? Or mention it in the README? Dunno, but make it more known somehow ...

Thanks for your countless extensions, Nicole!