Compare commits
	
		
			1 Commits
		
	
	
		
			4053be45d2
			...
			78c6e26a09
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 78c6e26a09 | 
@ -27,7 +27,7 @@ bookstack_permissions:
 | 
			
		||||
        {%- if ( mypillar[option] is string and mypillar[option].startswith('$') ) or mypillar[option] is number %}
 | 
			
		||||
        {%- set value = mypillar[option] %}
 | 
			
		||||
        {%- else %}
 | 
			
		||||
        {%- set value = "\"'" ~ mypillar[option] ~ "\"'" %}
 | 
			
		||||
        {%- set value = mypillar[option] | quote %}
 | 
			
		||||
        {%- endif %}
 | 
			
		||||
        {{ option | upper }}: {{ value }}
 | 
			
		||||
        {%- endif -%}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user