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