Skip to content

Commit

Permalink
- Change permissions name to perms (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
marthamareal committed May 18, 2021
1 parent a9fe410 commit 9603b35
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@
{% endif %}
isNewResource: {{ is_new_resource|default:'false'|safe }},
isEmbed: {{ is_embed|default:'false'|safe }},
permissionsList: {{ perms_list|default:'[]' }},
perms: {{ perms_list|default:'[]' }},
pluginsConfigKey: '{{ plugins_config_key|default:"" }}',
userDetails: username && token && {
user: {
Expand Down

0 comments on commit 9603b35

Please sign in to comment.