Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 99650dbc

Von Sven Schöling vor mehr als 9 Jahren hinzugefügt

  • ID 99650dbcce7715dbfcf0ad08a341a02ef54f3c02
  • Vorgänger 5f82b518
  • Nachfolger be5086c5

Menu: Doku in 00-erp.yaml

Unterschiede anzeigen:

menus/user/00-erp.yaml
1
# This is the main menu config file for user space menu entries.
2
#
3
# Each menu entry can have the following properties:
4
#
5
# parnet:  the id of a higher node in the tree, top-level node if missing
6
# id:      a unique identifier used by parent links and for overloading
7
# name:    translatable text for display
8
# icon:    stripped name of an icon for this menu entry
9
# order:   numeric value. lower will be displayed first
10
# access:  boolean expression of the rights needed to display and access this entry
11
#          ( ) & | are supported.  if binary operator is missing the last
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
14
#          with "client/". If missing, access will be granted.
15
#
16
#          Example:
17
#            client/feature_default_enabled | ( feature & system )
18
#
19
# href:   fully qualified external link
20
# module: defaults to "controller.pl". Should ne be present if the link is for
21
#         Controller::Base dispatching to enable routing.  otherwise with
22
#         script will be used.
23
# target: target window for link. ex: "_blank"
24
# params: additional url parameter
1 25
---
2 26
- id: master_data
3 27
  name: Master Data

Auch abrufbar als: Unified diff