Compare commits
No commits in common. "9ef8d43286a012d227c42273018441615840e2ca" and "8ee52a7985f0bb51275614ed181a8dff58231adf" have entirely different histories.
9ef8d43286
...
8ee52a7985
|
@ -120,7 +120,7 @@ third_party_settings:
|
|||
children:
|
||||
- field_doleancer
|
||||
label: Doleancer
|
||||
region: content
|
||||
region: hidden
|
||||
parent_name: group_tabs
|
||||
weight: 16
|
||||
format_type: tab
|
||||
|
@ -171,36 +171,28 @@ content:
|
|||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: closed
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: all
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: doleance
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
add_above: '0'
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: '0'
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_entite:
|
||||
type: paragraphs
|
||||
type: entity_reference_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: entite_concernement
|
||||
features:
|
||||
add_above: '0'
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: '0'
|
||||
default_paragraph_type: ''
|
||||
third_party_settings: { }
|
||||
field_lieu:
|
||||
type: entity_reference_autocomplete
|
||||
|
|
|
@ -77,17 +77,16 @@ content:
|
|||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: closed
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: etape
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
add_above: '0'
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: '0'
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
|
|
|
@ -9,11 +9,9 @@ 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:
|
||||
|
@ -80,15 +78,9 @@ content:
|
|||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
rows: 3
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
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
|
||||
third_party_settings: { }
|
||||
field_documents:
|
||||
type: file_generic
|
||||
weight: 3
|
||||
|
|
|
@ -303,43 +303,7 @@ display:
|
|||
field_identifier: ''
|
||||
exposed: false
|
||||
granularity: second
|
||||
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
|
||||
arguments: { }
|
||||
filters:
|
||||
type:
|
||||
id: type
|
||||
|
@ -430,7 +394,6 @@ display:
|
|||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
|
@ -459,7 +422,6 @@ display:
|
|||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
|
|
Loading…
Reference in New Issue