Revision 0fcfafb8
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
menus/user/00-erp.yaml | ||
---|---|---|
2 | 2 |
# |
3 | 3 |
# Each menu entry can have the following properties: |
4 | 4 |
# |
5 |
# parnet: the id of a higher node in the tree, top-level node if missing
|
|
5 |
# parent: the id of a higher node in the tree, top-level node if missing
|
|
6 | 6 |
# id: a unique identifier used by parent links and for overloading |
7 | 7 |
# name: translatable text for display |
8 | 8 |
# icon: stripped name of an icon for this menu entry |
... | ... | |
10 | 10 |
# access: boolean expression of the rights needed to display and access this entry |
11 | 11 |
# ( ) & | are supported. if binary operator is missing the last |
12 | 12 |
# operator in same scope is repeated, or "|" if none used in scope |
13 |
# yet. client config entrys can be used as rights by prefixing them
|
|
13 |
# yet. client config entries can be used as rights by prefixing them
|
|
14 | 14 |
# with "client/". If missing, access will be granted. |
15 | 15 |
# |
16 | 16 |
# Example: |
Auch abrufbar als: Unified diff
Typos in menu doku