Skip to content

Commit

Permalink
release(1.50.0): ouitoulia/diagraphe#15
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed May 24, 2024
1 parent ccddea6 commit 3fa9c57
Showing 1 changed file with 128 additions and 0 deletions.
128 changes: 128 additions & 0 deletions config/install/views.view.correlati_finanziamento.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ langcode: it
status: true
dependencies:
config:
- core.entity_view_mode.node.teaser
- node.type.documento
- node.type.progetto
module:
- datetime
- node
Expand Down Expand Up @@ -576,3 +578,129 @@ display:
- 'user.node_grants:view'
- user.permissions
tags: { }
progetti:
id: progetti
display_title: Progetti
display_plugin: block
position: 2
display_options:
pager:
type: mini
options:
offset: 0
items_per_page: 2
total_pages: null
id: 0
tags:
next: 'Next ›'
previous: '‹ Precedente'
expose:
items_per_page: false
items_per_page_label: 'Voci per pagina'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- Tutto -'
offset: false
offset_label: Scostamento
filters:
status:
id: status
table: node_field_data
field: status
entity_type: node
entity_field: status
plugin_id: boolean
value: '1'
group: 1
expose:
operator: ''
type:
id: type
table: node_field_data
field: type
relationship: none
group_type: group
admin_label: ''
entity_type: node
entity_field: type
plugin_id: bundle
operator: in
value:
progetto: progetto
group: 1
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
reduce: false
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
filter_groups:
operator: AND
groups:
1: AND
style:
type: default
options:
row_class: ''
default_row_class: false
uses_fields: false
row:
type: 'entity:node'
options:
relationship: none
view_mode: teaser
defaults:
pager: false
style: false
row: false
filters: false
filter_groups: false
header: false
display_description: 'Usa il campo field_finanziamenti per trovare i progetti finanziati'
header:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
plugin_id: text
empty: false
content:
value: '<h2 id="progetti-finanziati" class="h4 mb-4">Progetti finanziati</h2>'
format: bootstrap_italia_2
tokenize: false
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
tags: { }

0 comments on commit 3fa9c57

Please sign in to comment.