diff --git a/templates/dropdown.class.tpl b/templates/dropdown.class.tpl index 3c5749a7..851fbacc 100644 --- a/templates/dropdown.class.tpl +++ b/templates/dropdown.class.tpl @@ -1,14 +1,14 @@ PluginFieldsField::getType(), - "id" => "%%FIELDID%%", - "label" => "%%LABEL%%" + "id" => %%FIELDID%%, + "label" => %%LABEL%% ]; $label = PluginFieldsLabelTranslation::getLabelFor($item); return $label;