We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a233aab commit f5b92a9Copy full SHA for f5b92a9
docs/admininfo/index.md
@@ -29,6 +29,7 @@ The admin frontend evaluates the following properties:
29
| `editViews` | `[Dict]` | Adds extra tabs to create/edit forms per key/value pair. | [Check the sidebar for details](/admininfo/edit-views) |
30
| `actionGroups` | Dict | Groups actions into named sections in the UI. | [Check the sidebar for details](/admininfo/action-groups) |
31
| `kinds` | Dict | Defines icons, name, and nesting behavior for trees. | [Check the sidebar for details](/admininfo/treekinds) |
32
+| `showWithViewAccess` | `boolean` | If this is set to True the User can see the Module when he have `view` Access only | - |
33
34
35
<style scoped>
0 commit comments