1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

feat(admin-plugin): add tags module #211

This commit is contained in:
Awilum
2020-02-08 23:58:42 +03:00
parent bb942cc02d
commit 8fc3c481e0

View File

@@ -1,3 +1,4 @@
<script>
$('.js-select').select2();
$('.js-tags').select2({tags: true});
</script>