Skip to content

Commit

Permalink
auto update config.json and config.schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikbuschke committed Sep 13, 2017
1 parent 158078d commit dfd2e8b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config.schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RoleNames
:header: "Name","Type","Description","Required"
:widths: 10,10,10,10

"Values","array<>","",""
"Values","array<>","The actual values. Roles can end with a wildcard, to match more than one role at once. The symbol * (asterisk) is used. Example: Admin* would match any role that begins with **Admin**, so Admin, AdminHamburg and AdminBerlin would match the rule. GlobalAdmin however would not match.",""


PanelConfig
Expand Down Expand Up @@ -121,11 +121,9 @@ MenuItem
"DisplayName","string","Will be used in the UI","required"
"UrlTemplate","string","UrlTemplate is used to create a url at runtime with specified parameters from items.
Parameters are extracted from the items contextual to the menu. They should have this format:

"{[itemType].[column]}"

where "itemType" is the mandatory item type that all items should have as a property.
Example: "https://v6.com/install?idapp={app.id}&idcomp={computer.id}".","required"
**{[itemType].[column]}**
where **itemType** is the mandatory item type that all items should have as a property.
Example: **https://v6.com/install?idapp={app.id}&idcomp={computer.id}**.","required"
"RoleNames","","A MenuItem can be restricted to users that belong to certain Roles",""


0 comments on commit dfd2e8b

Please sign in to comment.