We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d554224 commit b3866dfCopy full SHA for b3866df
1 file changed
contao/dca/tl_metamodel_filtersetting.php
@@ -164,27 +164,3 @@
164
'chosen' => true
165
),
166
);
167
-
168
-$GLOBALS['TL_DCA']['tl_metamodel_filtersetting']['fields']['fromfield'] = array
169
-(
170
- 'label' => &$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['fromfield'],
171
- 'exclude' => true,
172
- 'default' => true,
173
- 'inputType' => 'checkbox',
174
- 'eval' => array
175
- (
176
- 'tl_class' => 'w50 clr'
177
- )
178
-);
179
180
-$GLOBALS['TL_DCA']['tl_metamodel_filtersetting']['fields']['tofield'] = array
181
182
- 'label' => &$GLOBALS['TL_LANG']['tl_metamodel_filtersetting']['tofield'],
183
184
185
186
187
188
- 'tl_class' => 'w50'
189
190
0 commit comments