diff --git a/flextype/core/Forms.php b/flextype/core/Forms.php index 69761fc7..a24bc62c 100644 --- a/flextype/core/Forms.php +++ b/flextype/core/Forms.php @@ -361,7 +361,9 @@ class Forms */ protected function tagsField($name, $value, $property) { - return Form::input($name, $value, $property['attributes']); + return (' + + '); } /** diff --git a/site/plugins/admin/views/partials/base.html b/site/plugins/admin/views/partials/base.html index 84d1eb6c..ea3cf072 100644 --- a/site/plugins/admin/views/partials/base.html +++ b/site/plugins/admin/views/partials/base.html @@ -256,6 +256,7 @@ {% include "plugins/admin/views/partials/codemirror.html" %} {% include "plugins/admin/views/partials/forms-save.html" %} {% include "plugins/admin/views/partials/datetimepicker.html" %} + {% include "plugins/admin/views/partials/tags.html" %} {% block tail %}{% endblock %} diff --git a/site/plugins/admin/views/partials/tags.html b/site/plugins/admin/views/partials/tags.html new file mode 100644 index 00000000..845af66c --- /dev/null +++ b/site/plugins/admin/views/partials/tags.html @@ -0,0 +1 @@ +