doleancer form improved
This commit is contained in:
parent
1215e0ae3e
commit
9ef8d43286
|
@ -120,7 +120,7 @@ third_party_settings:
|
|||
children:
|
||||
- field_doleancer
|
||||
label: Doleancer
|
||||
region: hidden
|
||||
region: content
|
||||
parent_name: group_tabs
|
||||
weight: 16
|
||||
format_type: tab
|
||||
|
@ -171,28 +171,36 @@ content:
|
|||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
edit_mode: closed
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
autocollapse: all
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
default_paragraph_type: doleance
|
||||
features:
|
||||
add_above: '0'
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
duplicate: '0'
|
||||
third_party_settings: { }
|
||||
field_entite:
|
||||
type: entity_reference_paragraphs
|
||||
type: paragraphs
|
||||
weight: 11
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: all
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
default_paragraph_type: entite_concernement
|
||||
features:
|
||||
add_above: '0'
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: '0'
|
||||
third_party_settings: { }
|
||||
field_lieu:
|
||||
type: entity_reference_autocomplete
|
||||
|
|
|
@ -77,16 +77,17 @@ content:
|
|||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
edit_mode: closed
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
default_paragraph_type: etape
|
||||
features:
|
||||
add_above: '0'
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
duplicate: '0'
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
|
|
|
@ -9,9 +9,11 @@ dependencies:
|
|||
- field.field.paragraph.etape.field_type
|
||||
- paragraphs.paragraphs_type.etape
|
||||
module:
|
||||
- advanced_text_formatter
|
||||
- datetime
|
||||
- field_group
|
||||
- file
|
||||
- maxlength
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
|
@ -78,9 +80,15 @@ content:
|
|||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
third_party_settings:
|
||||
maxlength:
|
||||
maxlength_js: null
|
||||
maxlength_js_label: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
|
||||
maxlength_js_enforce: false
|
||||
advanced_text_formatter:
|
||||
show_token_tree: 0
|
||||
field_documents:
|
||||
type: file_generic
|
||||
weight: 3
|
||||
|
|
Loading…
Reference in New Issue