Skip to content

Commit

Permalink
release(3.28.0): add ct finanziamento part 1 ouitoulia/diagraphe#15
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Apr 12, 2024
1 parent 48ca16b commit 4487bef
Show file tree
Hide file tree
Showing 31 changed files with 1,599 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
langcode: it
status: true
dependencies:
config:
- node.type.finanziamento
id: node.finanziamento.promote
field_name: promote
entity_type: node
bundle: finanziamento
label: 'Promosso alla prima pagina'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: Acceso
off_label: Spento
field_type: boolean
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
langcode: it
status: true
dependencies:
config:
- node.type.finanziamento
id: node.finanziamento.status
field_name: status
entity_type: node
bundle: finanziamento
label: Pubblicato
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: Acceso
off_label: Spento
field_type: boolean
344 changes: 344 additions & 0 deletions config/install/core.entity_form_display.node.finanziamento.default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,344 @@
langcode: it
status: true
dependencies:
config:
- field.field.node.finanziamento.body
- field.field.node.finanziamento.field_abstract
- field.field.node.finanziamento.field_argomenti
- field.field.node.finanziamento.field_codice_cup
- field.field.node.finanziamento.field_collaborazioni
- field.field.node.finanziamento.field_copertina
- field.field.node.finanziamento.field_data_fine
- field.field.node.finanziamento.field_data_inizio
- field.field.node.finanziamento.field_extra_info
- field.field.node.finanziamento.field_importo_finanziamento
- field.field.node.finanziamento.field_link
- field.field.node.finanziamento.field_persona_responsabile
- field.field.node.finanziamento.field_persone
- field.field.node.finanziamento.field_persone_esterne
- field.field.node.finanziamento.field_stato_progetto
- field.field.node.finanziamento.field_struttura_responsabile
- field.field.node.finanziamento.field_timeline
- node.type.finanziamento
module:
- datetime
- field_group
- link
- media_library
- paragraphs
- path
- text
third_party_settings:
field_group:
group_contenuto:
children:
- group_apertura
- group_descrizione
- group_date_e_tempi
- group_contatti
label: Contenuto
region: content
parent_name: ''
weight: 1
format_type: tabs
format_settings:
classes: ''
show_empty_fields: false
id: ''
direction: horizontal
width_breakpoint: 640
group_apertura:
children:
- field_abstract
- field_argomenti
- field_codice_cup
- field_importo_finanziamento
- field_stato_progetto
- field_copertina
label: Apertura
region: content
parent_name: group_contenuto
weight: 26
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: closed
description: ''
required_fields: true
group_contatti:
children:
- field_struttura_responsabile
- field_persona_responsabile
- field_persone
- field_persone_esterne
- field_collaborazioni
label: Contatti
region: content
parent_name: group_contenuto
weight: 29
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: closed
description: ''
required_fields: true
group_descrizione:
children:
- body
- field_extra_info
- field_link
label: Descrizione
region: content
parent_name: group_contenuto
weight: 27
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: closed
description: ''
required_fields: true
group_date_e_tempi:
children:
- field_data_inizio
- field_data_fine
- field_timeline
label: 'Date e tempi'
region: content
parent_name: group_contenuto
weight: 28
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: closed
description: ''
required_fields: true
id: node.finanziamento.default
targetEntityType: node
bundle: finanziamento
mode: default
content:
body:
type: text_textarea_with_summary
weight: 23
region: content
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
created:
type: datetime_timestamp
weight: 11
region: content
settings: { }
third_party_settings: { }
field_abstract:
type: string_textarea
weight: 3
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_argomenti:
type: entity_reference_autocomplete
weight: 4
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: 'Scrivi il nome di un termine o una sua parte'
third_party_settings: { }
field_codice_cup:
type: string_textfield
weight: 5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_collaborazioni:
type: entity_reference_autocomplete
weight: 15
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_copertina:
type: media_library_widget
weight: 8
region: content
settings:
media_types: { }
third_party_settings: { }
field_data_fine:
type: datetime_default
weight: 13
region: content
settings: { }
third_party_settings: { }
field_data_inizio:
type: datetime_default
weight: 12
region: content
settings: { }
third_party_settings: { }
field_extra_info:
type: paragraphs
weight: 24
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: closed
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: _none
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
field_importo_finanziamento:
type: number
weight: 6
region: content
settings:
placeholder: ''
third_party_settings: { }
field_link:
type: link_default
weight: 25
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_persona_responsabile:
type: entity_reference_autocomplete
weight: 12
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: 'Scrivi il nome o il cognome, o una sua parte, per cercare una persona'
third_party_settings: { }
field_persone:
type: entity_reference_autocomplete
weight: 13
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: 'Scrivi il nome o il cognome, o una sua parte, per cercare una persona'
third_party_settings: { }
field_persone_esterne:
type: string_textfield
weight: 14
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_stato_progetto:
type: options_buttons
weight: 7
region: content
settings: { }
third_party_settings: { }
field_struttura_responsabile:
type: options_buttons
weight: 11
region: content
settings: { }
third_party_settings: { }
field_timeline:
type: paragraphs
weight: 14
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: closed
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: _none
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
path:
type: path
weight: 21
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 13
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 22
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 14
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 7
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ content:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
rel: nofollow
target: _blank
third_party_settings: { }
weight: 15
region: content
Expand Down
Loading

0 comments on commit 4487bef

Please sign in to comment.