forked from ibexa/documentation-developer
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Check https://doc.ibexa.co/en/5.0/permissions/policies/ - create a collaboration policies template page based on the existing ones.
Steps:
- Use the following PolicyProvider.php from ibexa/share as the source of truth for Collaboration: https://github.com/ibexa/share/blob/main/src/lib/Security/Policy/PolicyProvider.php
- For each policy:
- Show its identifier (e.g. content/share).
- Provide the description (use the translation message setDesc() when available).
- Mention limitations (if any). If none, explicitly mark as “None.”
- Ensure the output is clean Markdown, ready to be added to the Collaboration docs.
I will provide an example to use as a reference:
PolicyProvider.php for Discounts:
https://github.com/ibexa/discounts/blob/main/src/lib/Security/DiscountsPolicyProvider.php
Generated documentation for Discounts policies:
https://doc.ibexa.co/en/5.0/permissions/policies/#discounts
Copilot
Metadata
Metadata
Assignees
Labels
No labels