Issue #16 Tag Suggestion
This commit is contained in:
parent
30b42de86f
commit
815be3126e
@ -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 %}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user