Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document anonymous access #1023

Merged
merged 8 commits into from
Dec 19, 2019
Merged

Conversation

maxmarkus
Copy link
Contributor

Fixes #1020

@maxmarkus maxmarkus added the documentation documentation tasks label Dec 16, 2019
@maxmarkus maxmarkus added this to the Sprint 8 milestone Dec 16, 2019
@alexandra-simeonova alexandra-simeonova self-assigned this Dec 16, 2019
@@ -239,6 +239,10 @@ settings: {
- **type**: boolean
- **description**: renders the children of the node as a horizontal navigation bar. Sub-children are not supported. When you categorize nodes you will get a drop-down menu in the horizontal navigation.

### anonymousAccess
- **type**: boolean or "exclusive"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **type**: boolean or "exclusive"
- **type**: boolean or `exclusive`

@@ -239,6 +239,10 @@ settings: {
- **type**: boolean
- **description**: renders the children of the node as a horizontal navigation bar. Sub-children are not supported. When you categorize nodes you will get a drop-down menu in the horizontal navigation.

### anonymousAccess
- **type**: boolean or "exclusive"
- **description**: when set to `true`, the node is always accessible. When set to `exclusive`, the node is only visible in logged-out state. Requires **auth.disableAutoLogin** to be set to `true`. **anonymousAccess** needs to be defined also on it's child nodes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **description**: when set to `true`, the node is always accessible. When set to `exclusive`, the node is only visible in logged-out state. Requires **auth.disableAutoLogin** to be set to `true`. **anonymousAccess** needs to be defined also on it's child nodes.
- **description**: when set to `true`, the node is always accessible. When set to `exclusive`, the node is only visible in the logged-out state. Requires **auth.disableAutoLogin** to be set to `true`. **anonymousAccess** needs to be defined on both parent and child nodes.

Copy link
Contributor

@JohannesDoberer JohannesDoberer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@pekura pekura merged commit 3c20422 into SAP:master Dec 19, 2019
@pekura pekura deleted the 1020-document-anoymous-access branch December 19, 2019 08:46
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document anonymousAccess
4 participants