Development / API / ACL - fix compile issue

pull/448/head
Ad Schellevis 1 year ago
parent 24781a0bce
commit 37acfd706b

@ -39,10 +39,10 @@ are stored in the location [VENDOR]/[MODULE]/ACL/ACL.xml. The format of the file
.. code-block:: html
<acl>
<my-unique-acl-key> <---- as stored for the user/group
<name>My ACL name</name> <---- name visible in the user manager
<my-unique-acl-key> <!-- as stored for the user/group -->
<name>My ACL name</name> <!-- name visible in the user manager -->
<patterns>
<pattern>path/to/my/module</pattern> <--- list of uri's this ACL should unlock.
<pattern>path/to/my/module</pattern> <!-- list of uri's this ACL should unlock. -->
</patterns>
</my-unique-acl-key>
</acL>

Loading…
Cancel
Save