TASK: Remove unused fields for plugin content element

As we do not make use of recursion or pages, we hide the inputs.
This commit is contained in:
Daniel Siepmann 2017-09-15 22:29:20 +02:00
parent 9a0d73f1c7
commit a47b1c3a97
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -0,0 +1,3 @@
<?php
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['searchcore_search'] = 'recursive,pages';