Rationalisation (#11908)

Move options for visible to be under Visible heading
This commit is contained in:
perjury 2020-01-31 10:50:44 +00:00 committed by GitHub
parent ca9689747b
commit 792a18b9a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,17 +57,6 @@ views:
default: true default: true
{% endconfiguration %} {% endconfiguration %}
### Options For Visible
If you define `visible` as objects instead of a boolean to specify conditions for displaying the view tab:
{% configuration badges %}
user:
required: true
description: User id that can see the view tab (unique hex value found on the Users configuration page).
type: string
{% endconfiguration %}
#### Example #### Example
View config: View config:
@ -141,6 +130,16 @@ views:
cards: cards:
... ...
``` ```
### Options For Visible
If you define `visible` as objects instead of a boolean to specify conditions for displaying the view tab:
{% configuration badges %}
user:
required: true
description: User id that can see the view tab (unique hex value found on the Users configuration page).
type: string
{% endconfiguration %}
## Panel ## Panel