Skip to content

Commit

Permalink
Allow to exclude all tl_page fields (see #4926)
Browse files Browse the repository at this point in the history
Description
-----------

-

Commits
-------

83d7a22 Allow to exclude all tl_page fields
  • Loading branch information
aschempp committed Jul 1, 2022
1 parent 7ad5828 commit 2c914e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core-bundle/src/Resources/contao/dca/tl_page.php
Expand Up @@ -523,6 +523,7 @@ static function ($value)
),
'useFolderUrl' => array
(
'exclude' => true,
'inputType' => 'checkbox',
'eval' => array('tl_class'=>'w50 m12'),
'sql' => "char(1) NOT NULL default ''"
Expand All @@ -536,6 +537,7 @@ static function ($value)
),
'urlSuffix' => array
(
'exclude' => true,
'inputType' => 'text',
'eval' => array('nospace'=>'true', 'maxlength'=>16, 'tl_class'=>'w50'),
'sql' => "varchar(16) NOT NULL default ''"
Expand Down

0 comments on commit 2c914e7

Please sign in to comment.