forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
17 lines
374 B
YAML
17 lines
374 B
YAML
# Schema for the views plugins of the flag module.
|
|
|
|
views.filter.flag_filter:
|
|
type: views.filter.boolean
|
|
label: 'Flag filter'
|
|
|
|
views.relationship.flag_relationship:
|
|
type: views_relationship
|
|
label: 'Display options for flag relationship'
|
|
mapping:
|
|
flag:
|
|
type: string
|
|
label: 'The flag'
|
|
user_scope:
|
|
type: string
|
|
label: 'The user scope'
|