S
stromb0li
Guest
Guest or Bot
I have an add-on I'm building, but am struggling to identify why I cannot see the api scope I have defined showing up on the user conscent page:
XML:
In phrases.xml, I have three corresponding entries as well:
XML:
Read more
Continue reading...
XML:
Code:
<?xml version="1.0" encoding="utf-8"?>
<api_scopes>
<api_scope api_scope_id="myapp:delete_hard"/>
<api_scope api_scope_id="myapp:read"/>
<api_scope api_scope_id="myapp:write"/>
</api_scopes>
In phrases.xml, I have three corresponding entries as well:
XML:
Code:
<?xml version="1.0" encoding="utf-8"?>
<phrases>
<phrase...
Read more
Continue reading...
B
S