[gen] Added boolean param Config.userLink allowing to show/hide (show by default) the link, in the user strip, to go to the user page.
This commit is contained in:
parent
55c36a1123
commit
f3849d4f92
12 changed files with 16 additions and 47 deletions
|
@ -67,6 +67,8 @@ class Config:
|
|||
# the browser-defined language will be used for choosing the language
|
||||
# of returned pages.
|
||||
languageSelector = False
|
||||
# Show the link to the user profile in the user strip
|
||||
userLink = True
|
||||
# People having one of these roles will be able to create instances
|
||||
# of classes defined in your application.
|
||||
defaultCreators = ['Manager']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue