entity boussole admin form bug fixed #2116
This commit is contained in:
parent
a6bb304bff
commit
3e5df9e3e0
|
@ -214,23 +214,16 @@ content:
|
||||||
duplicate: '0'
|
duplicate: '0'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_entite:
|
field_entite:
|
||||||
type: paragraphs
|
type: entity_reference_paragraphs
|
||||||
weight: 11
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
title: Paragraphe
|
title: Paragraphe
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
edit_mode: open
|
edit_mode: open
|
||||||
closed_mode: summary
|
add_mode: button
|
||||||
autocollapse: all
|
|
||||||
closed_mode_threshold: 0
|
|
||||||
add_mode: dropdown
|
|
||||||
form_display_mode: default
|
form_display_mode: default
|
||||||
default_paragraph_type: entite_concernement
|
default_paragraph_type: entite_concernement
|
||||||
features:
|
|
||||||
add_above: '0'
|
|
||||||
collapse_edit_all: collapse_edit_all
|
|
||||||
duplicate: '0'
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_lieu:
|
field_lieu:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
|
|
|
@ -18,7 +18,7 @@ mode: default
|
||||||
content:
|
content:
|
||||||
field_active:
|
field_active:
|
||||||
type: boolean
|
type: boolean
|
||||||
label: above
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
format: default
|
format: default
|
||||||
format_custom_false: ''
|
format_custom_false: ''
|
||||||
|
@ -28,14 +28,14 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_actuel_future:
|
field_actuel_future:
|
||||||
type: list_default
|
type: list_default
|
||||||
label: above
|
label: inline
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
field_entite:
|
field_entite:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
label: above
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -43,7 +43,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_menace_maintien_degres:
|
field_menace_maintien_degres:
|
||||||
type: number_decimal
|
type: number_decimal
|
||||||
label: above
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
decimal_separator: .
|
decimal_separator: .
|
||||||
|
@ -54,7 +54,7 @@ content:
|
||||||
region: content
|
region: content
|
||||||
field_prise:
|
field_prise:
|
||||||
type: number_decimal
|
type: number_decimal
|
||||||
label: above
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
decimal_separator: .
|
decimal_separator: .
|
||||||
|
|
Loading…
Reference in New Issue