Compare commits
2 Commits
8ee52a7985
...
9ef8d43286
Author | SHA1 | Date |
---|---|---|
Bachir Soussi Chiadmi | 9ef8d43286 | |
Bachir Soussi Chiadmi | 1215e0ae3e |
|
@ -120,7 +120,7 @@ third_party_settings:
|
||||||
children:
|
children:
|
||||||
- field_doleancer
|
- field_doleancer
|
||||||
label: Doleancer
|
label: Doleancer
|
||||||
region: hidden
|
region: content
|
||||||
parent_name: group_tabs
|
parent_name: group_tabs
|
||||||
weight: 16
|
weight: 16
|
||||||
format_type: tab
|
format_type: tab
|
||||||
|
@ -171,28 +171,36 @@ content:
|
||||||
settings:
|
settings:
|
||||||
title: Paragraphe
|
title: Paragraphe
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
edit_mode: open
|
edit_mode: closed
|
||||||
closed_mode: summary
|
closed_mode: summary
|
||||||
autocollapse: none
|
autocollapse: all
|
||||||
closed_mode_threshold: 0
|
closed_mode_threshold: 0
|
||||||
add_mode: dropdown
|
add_mode: dropdown
|
||||||
form_display_mode: default
|
form_display_mode: default
|
||||||
default_paragraph_type: ''
|
default_paragraph_type: doleance
|
||||||
features:
|
features:
|
||||||
|
add_above: '0'
|
||||||
collapse_edit_all: collapse_edit_all
|
collapse_edit_all: collapse_edit_all
|
||||||
duplicate: duplicate
|
duplicate: '0'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_entite:
|
field_entite:
|
||||||
type: entity_reference_paragraphs
|
type: 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
|
||||||
|
autocollapse: all
|
||||||
|
closed_mode_threshold: 0
|
||||||
add_mode: dropdown
|
add_mode: dropdown
|
||||||
form_display_mode: default
|
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: { }
|
third_party_settings: { }
|
||||||
field_lieu:
|
field_lieu:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
|
|
|
@ -77,16 +77,17 @@ content:
|
||||||
settings:
|
settings:
|
||||||
title: Paragraphe
|
title: Paragraphe
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
edit_mode: open
|
edit_mode: closed
|
||||||
closed_mode: summary
|
closed_mode: summary
|
||||||
autocollapse: none
|
autocollapse: none
|
||||||
closed_mode_threshold: 0
|
closed_mode_threshold: 0
|
||||||
add_mode: dropdown
|
add_mode: dropdown
|
||||||
form_display_mode: default
|
form_display_mode: default
|
||||||
default_paragraph_type: ''
|
default_paragraph_type: etape
|
||||||
features:
|
features:
|
||||||
|
add_above: '0'
|
||||||
collapse_edit_all: collapse_edit_all
|
collapse_edit_all: collapse_edit_all
|
||||||
duplicate: duplicate
|
duplicate: '0'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
|
|
|
@ -9,9 +9,11 @@ dependencies:
|
||||||
- field.field.paragraph.etape.field_type
|
- field.field.paragraph.etape.field_type
|
||||||
- paragraphs.paragraphs_type.etape
|
- paragraphs.paragraphs_type.etape
|
||||||
module:
|
module:
|
||||||
|
- advanced_text_formatter
|
||||||
- datetime
|
- datetime
|
||||||
- field_group
|
- field_group
|
||||||
- file
|
- file
|
||||||
|
- maxlength
|
||||||
- text
|
- text
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
field_group:
|
field_group:
|
||||||
|
@ -78,9 +80,15 @@ content:
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 3
|
||||||
placeholder: ''
|
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:
|
field_documents:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 3
|
weight: 3
|
||||||
|
|
|
@ -303,7 +303,43 @@ display:
|
||||||
field_identifier: ''
|
field_identifier: ''
|
||||||
exposed: false
|
exposed: false
|
||||||
granularity: second
|
granularity: second
|
||||||
arguments: { }
|
arguments:
|
||||||
|
uid:
|
||||||
|
id: uid
|
||||||
|
table: node_field_data
|
||||||
|
field: uid
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: uid
|
||||||
|
plugin_id: numeric
|
||||||
|
default_action: default
|
||||||
|
exception:
|
||||||
|
value: all
|
||||||
|
title_enable: false
|
||||||
|
title: All
|
||||||
|
title_enable: false
|
||||||
|
title: ''
|
||||||
|
default_argument_type: node
|
||||||
|
default_argument_options: { }
|
||||||
|
default_argument_skip_url: false
|
||||||
|
summary_options:
|
||||||
|
base_path: ''
|
||||||
|
count: true
|
||||||
|
override: false
|
||||||
|
items_per_page: 25
|
||||||
|
summary:
|
||||||
|
sort_order: asc
|
||||||
|
number_of_records: 0
|
||||||
|
format: default_summary
|
||||||
|
specify_validation: false
|
||||||
|
validate:
|
||||||
|
type: none
|
||||||
|
fail: 'not found'
|
||||||
|
validate_options: { }
|
||||||
|
break_phrase: false
|
||||||
|
not: false
|
||||||
filters:
|
filters:
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
|
@ -394,6 +430,7 @@ display:
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
|
@ -422,6 +459,7 @@ display:
|
||||||
contexts:
|
contexts:
|
||||||
- 'languages:language_content'
|
- 'languages:language_content'
|
||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
|
|
Loading…
Reference in New Issue