Issue #16 Tag Suggestion
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
const tagify = new Tagify(input, {
|
const tagify = new Tagify(input, {
|
||||||
'whitelist': [
|
'whitelist': [
|
||||||
{% for tag in config.tagged_item.tags.all %}
|
{% for tag in config.all_tags %}
|
||||||
'{{tag}}',
|
'{{tag}}',
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user