tags admin views dedup #1521
This commit is contained in:
parent
5f5a483881
commit
1e9effbb0d
|
@ -23,6 +23,7 @@ dependencies:
|
||||||
- user.role.root
|
- user.role.root
|
||||||
module:
|
module:
|
||||||
- address
|
- address
|
||||||
|
- better_exposed_filters
|
||||||
- content_lock
|
- content_lock
|
||||||
- image
|
- image
|
||||||
- link
|
- link
|
||||||
|
@ -5009,6 +5010,41 @@ display:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
exposed_form:
|
||||||
|
type: bef
|
||||||
|
options:
|
||||||
|
submit_button: Apply
|
||||||
|
reset_button: true
|
||||||
|
reset_button_label: Reset
|
||||||
|
exposed_sorts_label: 'Sort by'
|
||||||
|
expose_sort_order: true
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
|
text_input_required: 'Sélectionnez n''importe quel filtre et cliquez sur Appliquer pour voir les résultats'
|
||||||
|
text_input_required_format: wysiwyg
|
||||||
|
bef:
|
||||||
|
general:
|
||||||
|
autosubmit: false
|
||||||
|
autosubmit_exclude_textfield: false
|
||||||
|
autosubmit_textfield_delay: 500
|
||||||
|
autosubmit_hide: false
|
||||||
|
input_required: false
|
||||||
|
allow_secondary: false
|
||||||
|
secondary_label: 'Options avancées'
|
||||||
|
secondary_open: false
|
||||||
|
filter:
|
||||||
|
name:
|
||||||
|
plugin_id: default
|
||||||
|
advanced:
|
||||||
|
placeholder_text: ''
|
||||||
|
collapsible: false
|
||||||
|
is_secondary: false
|
||||||
|
field_synonyms_value:
|
||||||
|
plugin_id: default
|
||||||
|
advanced:
|
||||||
|
placeholder_text: ''
|
||||||
|
collapsible: false
|
||||||
|
is_secondary: false
|
||||||
sorts:
|
sorts:
|
||||||
changed:
|
changed:
|
||||||
id: changed
|
id: changed
|
||||||
|
@ -5305,8 +5341,18 @@ display:
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
options: { }
|
options: { }
|
||||||
|
query:
|
||||||
|
type: views_query
|
||||||
|
options:
|
||||||
|
query_comment: ''
|
||||||
|
disable_sql_rewrite: false
|
||||||
|
distinct: true
|
||||||
|
replica: false
|
||||||
|
query_tags: { }
|
||||||
defaults:
|
defaults:
|
||||||
|
query: false
|
||||||
title: false
|
title: false
|
||||||
|
exposed_form: false
|
||||||
style: false
|
style: false
|
||||||
row: false
|
row: false
|
||||||
fields: false
|
fields: false
|
||||||
|
@ -5316,7 +5362,69 @@ display:
|
||||||
display_description: ''
|
display_description: ''
|
||||||
rendering_language: en
|
rendering_language: en
|
||||||
display_extenders:
|
display_extenders:
|
||||||
views_ef_fieldset: { }
|
views_ef_fieldset:
|
||||||
|
views_ef_fieldset:
|
||||||
|
enabled: 0
|
||||||
|
options:
|
||||||
|
sort:
|
||||||
|
root:
|
||||||
|
container_type: details
|
||||||
|
title: Filtres
|
||||||
|
description: ''
|
||||||
|
open: '1'
|
||||||
|
weight: '0'
|
||||||
|
id: root
|
||||||
|
pid: ''
|
||||||
|
depth: '0'
|
||||||
|
type: container
|
||||||
|
name:
|
||||||
|
weight: '-6'
|
||||||
|
id: name
|
||||||
|
pid: root
|
||||||
|
depth: '1'
|
||||||
|
type: filter
|
||||||
|
field_synonyms_value:
|
||||||
|
weight: '-6'
|
||||||
|
id: field_synonyms_value
|
||||||
|
pid: root
|
||||||
|
depth: '1'
|
||||||
|
type: filter
|
||||||
|
submit:
|
||||||
|
weight: '-6'
|
||||||
|
id: submit
|
||||||
|
pid: root
|
||||||
|
depth: '1'
|
||||||
|
type: buttons
|
||||||
|
container-0:
|
||||||
|
container_type: details
|
||||||
|
title: 'Container 0'
|
||||||
|
description: ''
|
||||||
|
weight: '-5'
|
||||||
|
open: 0
|
||||||
|
id: container-0
|
||||||
|
pid: root
|
||||||
|
depth: '1'
|
||||||
|
type: container
|
||||||
|
container-1:
|
||||||
|
container_type: details
|
||||||
|
title: 'Container 1'
|
||||||
|
description: ''
|
||||||
|
weight: '-4'
|
||||||
|
open: 0
|
||||||
|
id: container-1
|
||||||
|
pid: root
|
||||||
|
depth: '1'
|
||||||
|
type: container
|
||||||
|
container-2:
|
||||||
|
container_type: details
|
||||||
|
title: 'Container 2'
|
||||||
|
description: ''
|
||||||
|
weight: '-3'
|
||||||
|
open: 0
|
||||||
|
id: container-2
|
||||||
|
pid: root
|
||||||
|
depth: '1'
|
||||||
|
type: container
|
||||||
path: admin/content/tags
|
path: admin/content/tags
|
||||||
menu:
|
menu:
|
||||||
type: tab
|
type: tab
|
||||||
|
|
Loading…
Reference in New Issue