We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66231e7 commit 946940dCopy full SHA for 946940d
core-bundle/src/Resources/contao/widgets/MetaWizard.php
@@ -155,7 +155,6 @@ public function generate()
155
$return .= '<input type="text" name="' . $this->strId . '[' . $lang . '][' . $field . ']" id="ctrl_' . $this->strId . '_' . $field . '_' . $count . '" class="tl_text" value="' . StringUtil::specialchars($meta[$field]) . '"' . (!empty($fieldConfig['attributes']) ? ' ' . $fieldConfig['attributes'] : '') . '>';
156
}
157
158
-
159
// DCA picker
160
if (isset($fieldConfig['dcaPicker']) && (\is_array($fieldConfig['dcaPicker']) || $fieldConfig['dcaPicker'] === true))
161
{
0 commit comments