BIG REFACTORING using composer create-project drupal-composer/drupal-project
This commit is contained in:
24
config/sync/.htaccess
Normal file
24
config/sync/.htaccess
Normal file
@@ -0,0 +1,24 @@
|
||||
# Deny all requests from Apache 2.4+.
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
|
||||
# Deny all requests from Apache 2.0-2.2.
|
||||
<IfModule !mod_authz_core.c>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
||||
# Turn off all options we don't need.
|
||||
Options -Indexes -ExecCGI -Includes -MultiViews
|
||||
|
||||
# Set the catch-all handler to prevent scripts from being executed.
|
||||
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
|
||||
<Files *>
|
||||
# Override the handler again if we're run later in the evaluation list.
|
||||
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
|
||||
</Files>
|
||||
|
||||
# If we know how to do it safely, disable the PHP engine entirely.
|
||||
<IfModule mod_php5.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
9
config/sync/adminimal_theme.settings.yml
Normal file
9
config/sync/adminimal_theme.settings.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
features:
|
||||
node_user_picture: false
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: 1
|
||||
logo:
|
||||
use_default: 1
|
||||
_core:
|
||||
default_config_hash: Pawk313dlmTas62LfDspeCxjQbNtOVl3_Uyi3REvu1A
|
4
config/sync/autologout.role.admin.yml
Normal file
4
config/sync/autologout.role.admin.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
enabled: true
|
||||
timeout: 172800
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
4
config/sync/autologout.role.authenticated.yml
Normal file
4
config/sync/autologout.role.authenticated.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
enabled: false
|
||||
timeout: null
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
4
config/sync/autologout.role.root.yml
Normal file
4
config/sync/autologout.role.root.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
enabled: true
|
||||
timeout: 172800
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
4
config/sync/autologout.role.user.yml
Normal file
4
config/sync/autologout.role.user.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
enabled: false
|
||||
timeout: null
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
16
config/sync/autologout.settings.yml
Normal file
16
config/sync/autologout.settings.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
timeout: 1800
|
||||
max_timeout: 172800
|
||||
padding: 20
|
||||
role_logout: false
|
||||
redirect_url: /
|
||||
no_dialog: true
|
||||
message: 'Your session is about to expire. Do you want to reset it?'
|
||||
inactivity_message: 'You have been logged out due to inactivity.'
|
||||
enforce_admin: false
|
||||
jstimer_format: '%hours%:%mins%:%secs%'
|
||||
jstimer_js_load_option: false
|
||||
use_alt_logout_method: false
|
||||
use_watchdog: true
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: m2pxH8tc4KIlh127R5TYim65W7NBY9gpYQnIXlvDp0M
|
22
config/sync/block.block.adminimal_theme_breadcrumbs.yml
Normal file
22
config/sync/block.block.adminimal_theme_breadcrumbs.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: e87279bd-129c-4d21-ab47-e65725cea7dd
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- adminimal_theme
|
||||
_core:
|
||||
default_config_hash: 8by5KRsb7ZpmjHj0ms1d7xAG_xH54AWsOX6spDLJ59U
|
||||
id: adminimal_theme_breadcrumbs
|
||||
theme: adminimal_theme
|
||||
region: breadcrumb
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_breadcrumb_block
|
||||
settings:
|
||||
id: system_breadcrumb_block
|
||||
label: Breadcrumbs
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
22
config/sync/block.block.adminimal_theme_content.yml
Normal file
22
config/sync/block.block.adminimal_theme_content.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: ac411d7b-fd31-4d97-b96f-0a74c66d18c0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- adminimal_theme
|
||||
_core:
|
||||
default_config_hash: 80N66GdzEvwqi1m-_GZ-ulkk8AJG9beoXcZ4-pMVKjI
|
||||
id: adminimal_theme_content
|
||||
theme: adminimal_theme
|
||||
region: content
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_main_block
|
||||
settings:
|
||||
id: system_main_block
|
||||
label: 'Main page content'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
22
config/sync/block.block.adminimal_theme_help.yml
Normal file
22
config/sync/block.block.adminimal_theme_help.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: af7eb2f8-8d22-4f50-bc9d-1f361f4d5314
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- help
|
||||
theme:
|
||||
- adminimal_theme
|
||||
_core:
|
||||
default_config_hash: PfozGAnWQRNy00G6KEnZjIu9b2lGuWg-j-GT_-Ejglc
|
||||
id: adminimal_theme_help
|
||||
theme: adminimal_theme
|
||||
region: help
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: help_block
|
||||
settings:
|
||||
id: help_block
|
||||
label: Help
|
||||
provider: help
|
||||
label_display: '0'
|
||||
visibility: { }
|
20
config/sync/block.block.adminimal_theme_local_actions.yml
Normal file
20
config/sync/block.block.adminimal_theme_local_actions.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: fc91517b-1dbd-44d4-b074-02d0295d93af
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- adminimal_theme
|
||||
_core:
|
||||
default_config_hash: ik4PTMlBD0MWansnSMpSXq5SUlWRJ1IVVt6C7AIbQmc
|
||||
id: adminimal_theme_local_actions
|
||||
theme: adminimal_theme
|
||||
region: content
|
||||
weight: -10
|
||||
provider: null
|
||||
plugin: local_actions_block
|
||||
settings:
|
||||
id: local_actions_block
|
||||
label: 'Primary admin actions'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
22
config/sync/block.block.adminimal_theme_login.yml
Normal file
22
config/sync/block.block.adminimal_theme_login.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: 00e949ca-6226-408c-99b4-51eb5cce1ae8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
theme:
|
||||
- adminimal_theme
|
||||
_core:
|
||||
default_config_hash: 862sIulDdHmF0vBU1s2j2_a_CwkxursrL0pIrMDzzOg
|
||||
id: adminimal_theme_login
|
||||
theme: adminimal_theme
|
||||
region: content
|
||||
weight: 10
|
||||
provider: null
|
||||
plugin: user_login_block
|
||||
settings:
|
||||
id: user_login_block
|
||||
label: 'User login'
|
||||
provider: user
|
||||
label_display: visible
|
||||
visibility: { }
|
22
config/sync/block.block.adminimal_theme_messages.yml
Normal file
22
config/sync/block.block.adminimal_theme_messages.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: 32029ead-92c4-47d5-9f34-29989237c458
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
theme:
|
||||
- adminimal_theme
|
||||
_core:
|
||||
default_config_hash: YqKTtloWJ8FjLtfVNfrHaK6kVgxT67lC1cJ3j6i6WLo
|
||||
id: adminimal_theme_messages
|
||||
theme: adminimal_theme
|
||||
region: highlighted
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: system_messages_block
|
||||
settings:
|
||||
id: system_messages_block
|
||||
label: 'Status messages'
|
||||
provider: system
|
||||
label_display: '0'
|
||||
visibility: { }
|
20
config/sync/block.block.adminimal_theme_page_title.yml
Normal file
20
config/sync/block.block.adminimal_theme_page_title.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: 239e4199-5465-451a-ade4-230f0e9c1a94
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- adminimal_theme
|
||||
_core:
|
||||
default_config_hash: Z3nlZUh2mSJP3apMrJWt-duS-aLyP79rcfu_0wpPmDs
|
||||
id: adminimal_theme_page_title
|
||||
theme: adminimal_theme
|
||||
region: header
|
||||
weight: -30
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Page title'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
visibility: { }
|
@@ -0,0 +1,22 @@
|
||||
uuid: cc6bfeb2-e3fe-42c2-96af-12c45092e478
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- adminimal_theme
|
||||
_core:
|
||||
default_config_hash: CyX_aDKAka2_eihevNLscCHDYrzDgIqwWzFVEFRKIww
|
||||
id: adminimal_theme_primary_local_tasks
|
||||
theme: adminimal_theme
|
||||
region: header
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: 'Primary tabs'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
primary: true
|
||||
secondary: false
|
||||
visibility: { }
|
@@ -0,0 +1,22 @@
|
||||
uuid: e589835e-0479-452c-9686-46a63bae4fdc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- adminimal_theme
|
||||
_core:
|
||||
default_config_hash: DJ7Om1C2xWr2GI8CjZaZtyWpP-0S3hRR3oROZl1oesc
|
||||
id: adminimal_theme_secondary_local_tasks
|
||||
theme: adminimal_theme
|
||||
region: pre_content
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: local_tasks_block
|
||||
settings:
|
||||
id: local_tasks_block
|
||||
label: 'Secondary tabs'
|
||||
provider: core
|
||||
label_display: '0'
|
||||
primary: false
|
||||
secondary: true
|
||||
visibility: { }
|
11
config/sync/config_devel.settings.yml
Normal file
11
config/sync/config_devel.settings.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
auto_import:
|
||||
-
|
||||
filename: modules/custom/materio_migrate/config/install/migrate_plus.migration_group.d7_materio.yml
|
||||
hash: ''
|
||||
-
|
||||
filename: modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_node_entity_translation_materiau.yml
|
||||
hash: ''
|
||||
auto_export: { }
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
7
config/sync/config_ignore.settings.yml
Normal file
7
config/sync/config_ignore.settings.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
ignored_config_entities:
|
||||
0: system.performance
|
||||
2: devel.settings
|
||||
4: piwik.settings
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
|
13
config/sync/contact.form.personal.yml
Normal file
13
config/sync/contact.form.personal.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
uuid: dd6fca1d-1ffe-4b5a-b984-000111a96f21
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I
|
||||
id: personal
|
||||
label: 'Personal contact form'
|
||||
recipients: { }
|
||||
reply: ''
|
||||
weight: 0
|
||||
message: 'Your message has been sent.'
|
||||
redirect: ''
|
7
config/sync/contact.settings.yml
Normal file
7
config/sync/contact.settings.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
default_form: feedback
|
||||
flood:
|
||||
limit: 5
|
||||
interval: 3600
|
||||
user_default_enabled: true
|
||||
_core:
|
||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
50
config/sync/content_lock.settings.yml
Normal file
50
config/sync/content_lock.settings.yml
Normal file
@@ -0,0 +1,50 @@
|
||||
verbose: 0
|
||||
types:
|
||||
contact_message: { }
|
||||
file:
|
||||
'*': '*'
|
||||
node:
|
||||
'*': '*'
|
||||
redirect: { }
|
||||
search_api_task: { }
|
||||
taxonomy_term:
|
||||
'*': '*'
|
||||
user: { }
|
||||
workflow_transition: { }
|
||||
workflow_scheduled_transition: { }
|
||||
menu_link_content: { }
|
||||
types_translation_lock: { }
|
||||
types_js_lock: { }
|
||||
form_op_lock:
|
||||
contact_message:
|
||||
mode: 0
|
||||
values: { }
|
||||
file:
|
||||
mode: null
|
||||
values: { }
|
||||
node:
|
||||
mode: 0
|
||||
values: { }
|
||||
redirect:
|
||||
mode: 0
|
||||
values: { }
|
||||
search_api_task:
|
||||
mode: null
|
||||
values: { }
|
||||
taxonomy_term:
|
||||
mode: 0
|
||||
values: { }
|
||||
user:
|
||||
mode: 0
|
||||
values: { }
|
||||
workflow_transition:
|
||||
mode: 0
|
||||
values: { }
|
||||
workflow_scheduled_transition:
|
||||
mode: 0
|
||||
values: { }
|
||||
menu_link_content:
|
||||
mode: 0
|
||||
values: { }
|
||||
_core:
|
||||
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
|
4
config/sync/content_lock_timeout.settings.yml
Normal file
4
config/sync/content_lock_timeout.settings.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
content_lock_timeout_minutes: '30'
|
||||
content_lock_timeout_on_edit: 0
|
||||
_core:
|
||||
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
|
@@ -0,0 +1,18 @@
|
||||
uuid: 4e31cb07-6b53-4a72-848a-7968cceee6e9
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_link_content
|
||||
id: menu_link_content.menu_link_content.changed
|
||||
field_name: changed
|
||||
entity_type: menu_link_content
|
||||
bundle: menu_link_content
|
||||
label: Changed
|
||||
description: 'The time that the menu link was last edited.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
@@ -0,0 +1,18 @@
|
||||
uuid: d7760c7c-62fd-4641-9410-a162c93068ef
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_link_content
|
||||
id: menu_link_content.menu_link_content.description
|
||||
field_name: description
|
||||
entity_type: menu_link_content
|
||||
bundle: menu_link_content
|
||||
label: Description
|
||||
description: 'Shown when hovering over the menu link.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@@ -0,0 +1,18 @@
|
||||
uuid: 20f7024b-4aa3-4973-9a6a-4d17dec08060
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_link_content
|
||||
id: menu_link_content.menu_link_content.title
|
||||
field_name: title
|
||||
entity_type: menu_link_content
|
||||
bundle: menu_link_content
|
||||
label: 'Menu link title'
|
||||
description: 'The text to be used for this link in the menu.'
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
22
config/sync/core.base_field_override.node.breve.promote.yml
Normal file
22
config/sync/core.base_field_override.node.breve.promote.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: 36b77032-7b22-49b4-8e00-6a4c429b3658
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.breve
|
||||
id: node.breve.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: breve
|
||||
label: 'Promoted to front page'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,18 @@
|
||||
uuid: cf06279e-b270-4774-9ee2-a33d9c6941b8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.materiau
|
||||
id: node.materiau.changed
|
||||
field_name: changed
|
||||
entity_type: node
|
||||
bundle: materiau
|
||||
label: Changed
|
||||
description: 'The time that the node was last edited.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
@@ -0,0 +1,18 @@
|
||||
uuid: 4b937bb2-12f0-45f9-a4ce-1888bbd450c9
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.materiau
|
||||
id: node.materiau.created
|
||||
field_name: created
|
||||
entity_type: node
|
||||
bundle: materiau
|
||||
label: 'Authored on'
|
||||
description: 'The time that the node was created.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: created
|
@@ -0,0 +1,20 @@
|
||||
uuid: 2ebbda25-8552-4c3c-a936-32957d262663
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.materiau
|
||||
id: node.materiau.menu_link
|
||||
field_name: menu_link
|
||||
entity_type: node
|
||||
bundle: materiau
|
||||
label: 'Menu link'
|
||||
description: 'Computed menu link for the node (only available during node saving).'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: default
|
||||
handler_settings: { }
|
||||
field_type: entity_reference
|
20
config/sync/core.base_field_override.node.materiau.path.yml
Normal file
20
config/sync/core.base_field_override.node.materiau.path.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: 7cfd4964-b165-481f-85c8-770b7edbaaca
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.materiau
|
||||
module:
|
||||
- path
|
||||
id: node.materiau.path
|
||||
field_name: path
|
||||
entity_type: node
|
||||
bundle: materiau
|
||||
label: 'URL alias'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: path
|
@@ -0,0 +1,22 @@
|
||||
uuid: 8126c211-1a96-4bc4-bc27-1931a4c90f7e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.materiau
|
||||
id: node.materiau.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: materiau
|
||||
label: 'Promoted to front page'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,22 @@
|
||||
uuid: 73bf3d21-6f52-4db7-8e9d-bdecd4bc4cbc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.materiau
|
||||
id: node.materiau.status
|
||||
field_name: status
|
||||
entity_type: node
|
||||
bundle: materiau
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
@@ -0,0 +1,22 @@
|
||||
uuid: cd2a13a7-09f8-4946-ac0a-edbd002c610e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.materiau
|
||||
id: node.materiau.sticky
|
||||
field_name: sticky
|
||||
entity_type: node
|
||||
bundle: materiau
|
||||
label: 'Sticky at top of lists'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
18
config/sync/core.base_field_override.node.materiau.title.yml
Normal file
18
config/sync/core.base_field_override.node.materiau.title.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: 5bf91aba-5f6c-4add-b970-acd940184c4d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.materiau
|
||||
id: node.materiau.title
|
||||
field_name: title
|
||||
entity_type: node
|
||||
bundle: materiau
|
||||
label: Title
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
20
config/sync/core.base_field_override.node.materiau.uid.yml
Normal file
20
config/sync/core.base_field_override.node.materiau.uid.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: 4a8cac0b-37c8-4c3a-b4db-dfdd48af590f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.materiau
|
||||
id: node.materiau.uid
|
||||
field_name: uid
|
||||
entity_type: node
|
||||
bundle: materiau
|
||||
label: 'Authored by'
|
||||
description: 'The username of the content author.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId'
|
||||
settings:
|
||||
handler: default
|
||||
handler_settings: { }
|
||||
field_type: entity_reference
|
18
config/sync/core.base_field_override.node.static.changed.yml
Normal file
18
config/sync/core.base_field_override.node.static.changed.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: 45803188-a7ce-4a78-b9a5-5a57bc22c05b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
id: node.static.changed
|
||||
field_name: changed
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: Changed
|
||||
description: 'The time that the node was last edited.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
18
config/sync/core.base_field_override.node.static.created.yml
Normal file
18
config/sync/core.base_field_override.node.static.created.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: d83066ec-c802-47c1-ab20-659a961fc54c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
id: node.static.created
|
||||
field_name: created
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: 'Authored on'
|
||||
description: 'The time that the node was created.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: created
|
@@ -0,0 +1,20 @@
|
||||
uuid: 40d82f7a-a907-4725-897e-ffb9d3e26a1f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
id: node.static.menu_link
|
||||
field_name: menu_link
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: 'Menu link'
|
||||
description: 'Computed menu link for the node (only available during node saving).'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: default
|
||||
handler_settings: { }
|
||||
field_type: entity_reference
|
20
config/sync/core.base_field_override.node.static.path.yml
Normal file
20
config/sync/core.base_field_override.node.static.path.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: adc8dab2-306a-4c9e-9e6a-84659e6478d0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
module:
|
||||
- path
|
||||
id: node.static.path
|
||||
field_name: path
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: 'URL alias'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: path
|
24
config/sync/core.base_field_override.node.static.promote.yml
Normal file
24
config/sync/core.base_field_override.node.static.promote.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
uuid: ed60591e-6224-4b9e-9cc8-64d8f08e82de
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
_core:
|
||||
default_config_hash: 7TrRPYNkHBYk7tGEoz-ettea8VXXmk8Jur5I-OSLPT8
|
||||
id: node.static.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: 'Promoted to front page'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
22
config/sync/core.base_field_override.node.static.status.yml
Normal file
22
config/sync/core.base_field_override.node.static.status.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: 886cc1cf-0c3c-4ee4-987b-0f5eb7deb960
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
id: node.static.status
|
||||
field_name: status
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: Published
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
22
config/sync/core.base_field_override.node.static.sticky.yml
Normal file
22
config/sync/core.base_field_override.node.static.sticky.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
uuid: 93b65ef7-355e-4973-b74e-5c0bbf0297d5
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
id: node.static.sticky
|
||||
field_name: sticky
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: 'Sticky at top of lists'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: 'On'
|
||||
off_label: 'Off'
|
||||
field_type: boolean
|
18
config/sync/core.base_field_override.node.static.title.yml
Normal file
18
config/sync/core.base_field_override.node.static.title.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: 58b0c5e9-222f-4376-a351-73f06105fca2
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
id: node.static.title
|
||||
field_name: title
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: Title
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
20
config/sync/core.base_field_override.node.static.uid.yml
Normal file
20
config/sync/core.base_field_override.node.static.uid.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: 43c109dd-fd5a-4fb3-b8ce-a108d0f0f7f4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
id: node.static.uid
|
||||
field_name: uid
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: 'Authored by'
|
||||
description: 'The username of the content author.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId'
|
||||
settings:
|
||||
handler: default
|
||||
handler_settings: { }
|
||||
field_type: entity_reference
|
@@ -0,0 +1,18 @@
|
||||
uuid: 637fb6b7-a2d9-4088-8993-01282a593ccc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.showroom
|
||||
id: taxonomy_term.showroom.synonyms
|
||||
field_name: synonyms
|
||||
entity_type: taxonomy_term
|
||||
bundle: showroom
|
||||
label: 'Entity synonyms'
|
||||
description: 'A list of known entity synonyms.'
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@@ -0,0 +1,18 @@
|
||||
uuid: b6b80eab-190d-43ee-879f-5e710ae63b9d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.tags
|
||||
id: taxonomy_term.tags.synonyms
|
||||
field_name: synonyms
|
||||
entity_type: taxonomy_term
|
||||
bundle: tags
|
||||
label: 'Entity synonyms'
|
||||
description: 'A list of known entity synonyms.'
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
@@ -0,0 +1,18 @@
|
||||
uuid: 13195f43-bff2-4cf0-9dbc-a3d6a2aef5ea
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- taxonomy.vocabulary.thesaurus
|
||||
id: taxonomy_term.thesaurus.synonyms
|
||||
field_name: synonyms
|
||||
entity_type: taxonomy_term
|
||||
bundle: thesaurus
|
||||
label: 'Entity synonyms'
|
||||
description: 'A list of known entity synonyms.'
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
18
config/sync/core.base_field_override.user.user.changed.yml
Normal file
18
config/sync/core.base_field_override.user.user.changed.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
uuid: 4850be56-1936-4809-82d7-e9e11dbcba4f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
id: user.user.changed
|
||||
field_name: changed
|
||||
entity_type: user
|
||||
bundle: user
|
||||
label: Changed
|
||||
description: 'The time that the user was last edited.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
19
config/sync/core.base_field_override.user.user.path.yml
Normal file
19
config/sync/core.base_field_override.user.user.path.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
uuid: a1a097e0-ff19-4608-9534-dbe3932570d6
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- path
|
||||
- user
|
||||
id: user.user.path
|
||||
field_name: path
|
||||
entity_type: user
|
||||
bundle: user
|
||||
label: 'URL alias'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: path
|
10
config/sync/core.date_format.fallback.yml
Normal file
10
config/sync/core.date_format.fallback.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 19828591-ddc7-465d-8dfb-57be2d39c69e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE
|
||||
id: fallback
|
||||
label: 'Fallback date format'
|
||||
locked: true
|
||||
pattern: 'D, m/d/Y - H:i'
|
10
config/sync/core.date_format.html_date.yml
Normal file
10
config/sync/core.date_format.html_date.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 9a72bcdb-cdd1-43b8-bf31-4e12b9b93bef
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk
|
||||
id: html_date
|
||||
label: 'HTML Date'
|
||||
locked: true
|
||||
pattern: Y-m-d
|
10
config/sync/core.date_format.html_datetime.yml
Normal file
10
config/sync/core.date_format.html_datetime.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: c424ab27-78da-4ea3-9f00-bbe76e981795
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE
|
||||
id: html_datetime
|
||||
label: 'HTML Datetime'
|
||||
locked: true
|
||||
pattern: 'Y-m-d\TH:i:sO'
|
10
config/sync/core.date_format.html_month.yml
Normal file
10
config/sync/core.date_format.html_month.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 0fe62429-8c97-48c3-8e40-ea397e76715f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM
|
||||
id: html_month
|
||||
label: 'HTML Month'
|
||||
locked: true
|
||||
pattern: Y-m
|
10
config/sync/core.date_format.html_time.yml
Normal file
10
config/sync/core.date_format.html_time.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: bd3557dc-3830-476e-8eab-c3462f1c9ee4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE
|
||||
id: html_time
|
||||
label: 'HTML Time'
|
||||
locked: true
|
||||
pattern: 'H:i:s'
|
10
config/sync/core.date_format.html_week.yml
Normal file
10
config/sync/core.date_format.html_week.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: cdec57f3-70a6-4d61-a238-132f08826a56
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY
|
||||
id: html_week
|
||||
label: 'HTML Week'
|
||||
locked: true
|
||||
pattern: Y-\WW
|
10
config/sync/core.date_format.html_year.yml
Normal file
10
config/sync/core.date_format.html_year.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 625fffc5-5f73-4557-b165-e70af45e4254
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk
|
||||
id: html_year
|
||||
label: 'HTML Year'
|
||||
locked: true
|
||||
pattern: 'Y'
|
10
config/sync/core.date_format.html_yearless_date.yml
Normal file
10
config/sync/core.date_format.html_yearless_date.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 16abed31-c6bd-42f4-8c69-2c19dfb72d8f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc
|
||||
id: html_yearless_date
|
||||
label: 'HTML Yearless date'
|
||||
locked: true
|
||||
pattern: m-d
|
10
config/sync/core.date_format.long.yml
Normal file
10
config/sync/core.date_format.long.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: cce08dca-94dd-4f78-a1fe-a4d70339f5a6
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo
|
||||
id: long
|
||||
label: 'Default long date'
|
||||
locked: false
|
||||
pattern: 'l, F j, Y - H:i'
|
10
config/sync/core.date_format.medium.yml
Normal file
10
config/sync/core.date_format.medium.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: c176c5d2-e3f8-41b3-b717-17f3306b4fa8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE
|
||||
id: medium
|
||||
label: 'Default medium date'
|
||||
locked: false
|
||||
pattern: 'D, m/d/Y - H:i'
|
10
config/sync/core.date_format.short.yml
Normal file
10
config/sync/core.date_format.short.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 3290cf7a-79ba-4c68-ab85-ad457c21ad7c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA
|
||||
id: short
|
||||
label: 'Default short date'
|
||||
locked: false
|
||||
pattern: 'm/d/Y - H:i'
|
223
config/sync/core.entity_form_display.node.breve.default.yml
Normal file
223
config/sync/core.entity_form_display.node.breve.default.yml
Normal file
@@ -0,0 +1,223 @@
|
||||
uuid: 32dc4378-bfa0-41ef-934f-52760689a88b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.breve.body
|
||||
- field.field.node.breve.field_linked_materials
|
||||
- field.field.node.breve.field_memo
|
||||
- field.field.node.breve.field_migration
|
||||
- field.field.node.breve.field_showroom
|
||||
- field.field.node.breve.field_source
|
||||
- field.field.node.breve.field_tags
|
||||
- field.field.node.breve.field_thesaurus
|
||||
- field.field.node.breve.field_video
|
||||
- field.field.node.breve.field_visuel
|
||||
- field.field.node.breve.field_workflow
|
||||
- image.style.thumbnail
|
||||
- node.type.breve
|
||||
module:
|
||||
- field_group
|
||||
- image
|
||||
- link
|
||||
- text
|
||||
- video_embed_field
|
||||
- workflow
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_htabs:
|
||||
children:
|
||||
- group_contents
|
||||
- group_media
|
||||
- group_taxonomy
|
||||
- group_internal
|
||||
parent_name: ''
|
||||
weight: 0
|
||||
format_type: tabs
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: htabs
|
||||
group_contents:
|
||||
children:
|
||||
- title
|
||||
- field_source
|
||||
- body
|
||||
- field_linked_materials
|
||||
parent_name: group_htabs
|
||||
weight: 10
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Contents
|
||||
group_media:
|
||||
children:
|
||||
- field_visuel
|
||||
- field_video
|
||||
parent_name: group_htabs
|
||||
weight: 11
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: media
|
||||
group_taxonomy:
|
||||
children:
|
||||
- field_thesaurus
|
||||
- field_tags
|
||||
- field_showroom
|
||||
parent_name: group_htabs
|
||||
weight: 12
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Taxonomy
|
||||
group_internal:
|
||||
children:
|
||||
- langcode
|
||||
- translation
|
||||
- field_workflow
|
||||
- field_migration
|
||||
- field_memo
|
||||
parent_name: group_htabs
|
||||
weight: 13
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Internal
|
||||
id: node.breve.default
|
||||
targetEntityType: node
|
||||
bundle: breve
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 3
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_linked_materials:
|
||||
weight: 4
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 6
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_migration:
|
||||
weight: 5
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: workflow_default
|
||||
region: content
|
||||
field_showroom:
|
||||
weight: 21
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_source:
|
||||
weight: 2
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
type: link_default
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 20
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_thesaurus:
|
||||
weight: 19
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_video:
|
||||
weight: 18
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: video_embed_field_textfield
|
||||
region: content
|
||||
field_visuel:
|
||||
weight: 17
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
type: image_image
|
||||
region: content
|
||||
field_workflow:
|
||||
weight: 4
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: workflow_default
|
||||
region: content
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
path: true
|
||||
promote: true
|
||||
status: true
|
||||
sticky: true
|
||||
uid: true
|
||||
url_redirects: true
|
338
config/sync/core.entity_form_display.node.materiau.default.yml
Normal file
338
config/sync/core.entity_form_display.node.materiau.default.yml
Normal file
@@ -0,0 +1,338 @@
|
||||
uuid: 1b273f1b-8621-4750-a108-0018c57f496e
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.materiau.body
|
||||
- field.field.node.materiau.field_attachments
|
||||
- field.field.node.materiau.field_distributor
|
||||
- field.field.node.materiau.field_famille
|
||||
- field.field.node.materiau.field_index
|
||||
- field.field.node.materiau.field_linked_breves
|
||||
- field.field.node.materiau.field_linked_materials
|
||||
- field.field.node.materiau.field_localisation_old
|
||||
- field.field.node.materiau.field_manufacturer
|
||||
- field.field.node.materiau.field_materiau_images
|
||||
- field.field.node.materiau.field_memo
|
||||
- field.field.node.materiau.field_migration
|
||||
- field.field.node.materiau.field_reference
|
||||
- field.field.node.materiau.field_samples
|
||||
- field.field.node.materiau.field_short_description
|
||||
- field.field.node.materiau.field_tags
|
||||
- field.field.node.materiau.field_thesaurus
|
||||
- field.field.node.materiau.field_video
|
||||
- field.field.node.materiau.field_workflow
|
||||
- image.style.thumbnail
|
||||
- node.type.materiau
|
||||
module:
|
||||
- cshs
|
||||
- field_group
|
||||
- file
|
||||
- image
|
||||
- materio_samples
|
||||
- text
|
||||
- video_embed_field
|
||||
- workflow
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_htabs:
|
||||
children:
|
||||
- group_contenus
|
||||
- group_taxonomy
|
||||
- group_media
|
||||
- group_companies
|
||||
- group_files
|
||||
- group_links
|
||||
- group_samples_showroom
|
||||
- group_internal
|
||||
- group_samples
|
||||
parent_name: ''
|
||||
weight: 0
|
||||
format_type: tabs
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: htabs
|
||||
group_contenus:
|
||||
children:
|
||||
- title
|
||||
- field_short_description
|
||||
- body
|
||||
parent_name: group_htabs
|
||||
weight: 8
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Contenus
|
||||
group_taxonomy:
|
||||
children:
|
||||
- field_thesaurus
|
||||
- field_tags
|
||||
parent_name: group_htabs
|
||||
weight: 9
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Taxonomy
|
||||
group_media:
|
||||
children:
|
||||
- field_materiau_images
|
||||
- field_video
|
||||
parent_name: group_htabs
|
||||
weight: 10
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: media
|
||||
group_companies:
|
||||
children:
|
||||
- field_manufacturer
|
||||
- field_distributor
|
||||
parent_name: group_htabs
|
||||
weight: 11
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Companies
|
||||
group_files:
|
||||
children:
|
||||
- field_attachments
|
||||
parent_name: group_htabs
|
||||
weight: 12
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Files
|
||||
group_links:
|
||||
children:
|
||||
- field_linked_materials
|
||||
- field_linked_breves
|
||||
parent_name: group_htabs
|
||||
weight: 13
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Links
|
||||
group_samples_showroom:
|
||||
children:
|
||||
- field_samples
|
||||
parent_name: group_htabs
|
||||
weight: 14
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: 'Samples Showroom'
|
||||
group_internal:
|
||||
children:
|
||||
- field_famille
|
||||
- langcode
|
||||
- translation
|
||||
- field_memo
|
||||
- field_workflow
|
||||
- field_migration
|
||||
parent_name: group_htabs
|
||||
weight: 15
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Internal
|
||||
id: node.materiau.default
|
||||
targetEntityType: node
|
||||
bundle: materiau
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 3
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_attachments:
|
||||
weight: 17
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
type: file_generic
|
||||
region: content
|
||||
field_distributor:
|
||||
weight: 16
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_famille:
|
||||
weight: 26
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_linked_breves:
|
||||
weight: 19
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_linked_materials:
|
||||
weight: 18
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_localisation_old:
|
||||
weight: 35
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_manufacturer:
|
||||
weight: 15
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_materiau_images:
|
||||
weight: 13
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
type: image_image
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 31
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_migration:
|
||||
weight: 33
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: workflow_default
|
||||
region: content
|
||||
field_samples:
|
||||
weight: 34
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: materio_samples_default_widget
|
||||
region: content
|
||||
field_short_description:
|
||||
weight: 2
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 12
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_thesaurus:
|
||||
weight: 11
|
||||
settings:
|
||||
parent: 0
|
||||
level_labels: ''
|
||||
force_deepest: false
|
||||
third_party_settings: { }
|
||||
type: cshs
|
||||
region: content
|
||||
field_video:
|
||||
weight: 14
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: video_embed_field_textfield
|
||||
region: content
|
||||
field_workflow:
|
||||
weight: 32
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: workflow_default
|
||||
region: content
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 29
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 30
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
field_index: true
|
||||
field_reference: true
|
||||
path: true
|
||||
promote: true
|
||||
status: true
|
||||
sticky: true
|
||||
uid: true
|
||||
url_redirects: true
|
@@ -0,0 +1,218 @@
|
||||
uuid: 0066b30c-8d57-460b-a4ba-c3f54f3b497f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.taxonomy_term.company.field_attachments
|
||||
- field.field.taxonomy_term.company.field_departement
|
||||
- field.field.taxonomy_term.company.field_infos_from_company
|
||||
- field.field.taxonomy_term.company.field_memo
|
||||
- field.field.taxonomy_term.company.field_migration
|
||||
- field.field.taxonomy_term.company.field_note
|
||||
- field.field.taxonomy_term.company.field_public_address
|
||||
- field.field.taxonomy_term.company.field_public_email
|
||||
- field.field.taxonomy_term.company.field_public_phone
|
||||
- field.field.taxonomy_term.company.field_website
|
||||
- field.field.taxonomy_term.company.field_workflow
|
||||
- taxonomy.vocabulary.company
|
||||
module:
|
||||
- address
|
||||
- field_group
|
||||
- file
|
||||
- link
|
||||
- telephone
|
||||
- text
|
||||
- workflow
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_tabs:
|
||||
children:
|
||||
- group_infos
|
||||
- group_contents
|
||||
- group_attachments
|
||||
- group_internal
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: tabs
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
group_infos:
|
||||
children:
|
||||
- field_departement
|
||||
- field_public_phone
|
||||
- field_public_email
|
||||
- field_website
|
||||
- field_public_address
|
||||
parent_name: group_tabs
|
||||
weight: 12
|
||||
format_type: tab
|
||||
format_settings:
|
||||
label: 'Public infos'
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
id: ''
|
||||
classes: ''
|
||||
label: 'Public infos'
|
||||
group_contents:
|
||||
children:
|
||||
- description
|
||||
- field_infos_from_company
|
||||
parent_name: group_tabs
|
||||
weight: 13
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Contents
|
||||
group_internal:
|
||||
children:
|
||||
- field_workflow
|
||||
- field_migration
|
||||
- field_note
|
||||
- field_memo
|
||||
- langcode
|
||||
- translation
|
||||
parent_name: group_tabs
|
||||
weight: 15
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Internal
|
||||
group_attachments:
|
||||
children:
|
||||
- field_attachments
|
||||
parent_name: group_tabs
|
||||
weight: 14
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Attachments
|
||||
id: taxonomy_term.company.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: company
|
||||
mode: default
|
||||
content:
|
||||
description:
|
||||
type: text_textarea
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
rows: 5
|
||||
third_party_settings: { }
|
||||
field_attachments:
|
||||
weight: 11
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
type: file_generic
|
||||
region: content
|
||||
field_departement:
|
||||
weight: 13
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_infos_from_company:
|
||||
weight: 4
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 21
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_migration:
|
||||
weight: 19
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: workflow_default
|
||||
region: content
|
||||
field_note:
|
||||
weight: 20
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_public_address:
|
||||
weight: 17
|
||||
settings:
|
||||
default_country: null
|
||||
third_party_settings: { }
|
||||
type: address_default
|
||||
region: content
|
||||
field_public_email:
|
||||
weight: 15
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: email_default
|
||||
region: content
|
||||
field_public_phone:
|
||||
weight: 14
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: telephone_default
|
||||
region: content
|
||||
field_website:
|
||||
weight: 16
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
type: link_default
|
||||
region: content
|
||||
field_workflow:
|
||||
weight: 18
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: workflow_default
|
||||
region: content
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 22
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 23
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
path: true
|
@@ -0,0 +1,155 @@
|
||||
uuid: 3e50cbc5-1363-4439-9330-0b24547e9768
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.taxonomy_term.showroom.field_memo
|
||||
- field.field.taxonomy_term.showroom.field_migration
|
||||
- field.field.taxonomy_term.showroom.field_public_address
|
||||
- field.field.taxonomy_term.showroom.field_public_email
|
||||
- field.field.taxonomy_term.showroom.field_public_phone
|
||||
- field.field.taxonomy_term.showroom.field_workflow
|
||||
- taxonomy.vocabulary.showroom
|
||||
module:
|
||||
- address
|
||||
- field_group
|
||||
- telephone
|
||||
- text
|
||||
- workflow
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_tabs:
|
||||
children:
|
||||
- group_contents
|
||||
- group_info
|
||||
- group_internal
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: tabs
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: horizontal
|
||||
label: Tabs
|
||||
group_info:
|
||||
children:
|
||||
- field_public_email
|
||||
- field_public_phone
|
||||
- field_public_address
|
||||
parent_name: group_tabs
|
||||
weight: 21
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Infos
|
||||
group_internal:
|
||||
children:
|
||||
- langcode
|
||||
- field_memo
|
||||
- translation
|
||||
- field_workflow
|
||||
- field_migration
|
||||
parent_name: group_tabs
|
||||
weight: 22
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Internal
|
||||
group_contents:
|
||||
children:
|
||||
- description
|
||||
parent_name: group_tabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
label: Contents
|
||||
id: taxonomy_term.showroom.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: showroom
|
||||
mode: default
|
||||
content:
|
||||
description:
|
||||
type: text_textarea
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
rows: 5
|
||||
third_party_settings: { }
|
||||
field_memo:
|
||||
weight: 4
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_migration:
|
||||
weight: 7
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: workflow_default
|
||||
region: content
|
||||
field_public_address:
|
||||
weight: 5
|
||||
settings:
|
||||
default_country: null
|
||||
third_party_settings: { }
|
||||
type: address_default
|
||||
region: content
|
||||
field_public_email:
|
||||
weight: 3
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: email_default
|
||||
region: content
|
||||
field_public_phone:
|
||||
weight: 4
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: telephone_default
|
||||
region: content
|
||||
field_workflow:
|
||||
weight: 6
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: workflow_default
|
||||
region: content
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 5
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
path: true
|
@@ -0,0 +1,43 @@
|
||||
uuid: d433ded9-4fb3-444e-88b9-b91e44c8849b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.taxonomy_term.tags.field_synonyms
|
||||
- taxonomy.vocabulary.tags
|
||||
id: taxonomy_term.tags.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: tags
|
||||
mode: default
|
||||
content:
|
||||
field_synonyms:
|
||||
weight: 1
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
description: true
|
||||
path: true
|
@@ -0,0 +1,51 @@
|
||||
uuid: 2ed70749-fa36-4e74-bbf9-92718b3a4e78
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.taxonomy_term.thesaurus.field_synonyms
|
||||
- field.field.taxonomy_term.thesaurus.field_used_on_advanced_search
|
||||
- taxonomy.vocabulary.thesaurus
|
||||
id: taxonomy_term.thesaurus.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: thesaurus
|
||||
mode: default
|
||||
content:
|
||||
field_synonyms:
|
||||
weight: 2
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
field_used_on_advanced_search:
|
||||
weight: 1
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
type: boolean_checkbox
|
||||
region: content
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
description: true
|
||||
path: true
|
12
config/sync/core.entity_form_mode.user.register.yml
Normal file
12
config/sync/core.entity_form_mode.user.register.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
uuid: 8b78f900-728e-4034-b576-27a7f5822c14
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
|
||||
id: user.register
|
||||
label: Register
|
||||
targetEntityType: user
|
||||
cache: true
|
128
config/sync/core.entity_view_display.node.breve.default.yml
Normal file
128
config/sync/core.entity_view_display.node.breve.default.yml
Normal file
@@ -0,0 +1,128 @@
|
||||
uuid: f30d4a3a-7911-44ce-b47c-49f2d46d0b1d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.breve.body
|
||||
- field.field.node.breve.field_linked_materials
|
||||
- field.field.node.breve.field_memo
|
||||
- field.field.node.breve.field_migration
|
||||
- field.field.node.breve.field_showroom
|
||||
- field.field.node.breve.field_source
|
||||
- field.field.node.breve.field_tags
|
||||
- field.field.node.breve.field_thesaurus
|
||||
- field.field.node.breve.field_video
|
||||
- field.field.node.breve.field_visuel
|
||||
- field.field.node.breve.field_workflow
|
||||
- node.type.breve
|
||||
module:
|
||||
- image
|
||||
- link
|
||||
- options
|
||||
- text
|
||||
- user
|
||||
- video_embed_field
|
||||
id: node.breve.default
|
||||
targetEntityType: node
|
||||
bundle: breve
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 101
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_linked_materials:
|
||||
weight: 107
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 108
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_migration:
|
||||
weight: 109
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_showroom:
|
||||
weight: 111
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_source:
|
||||
weight: 102
|
||||
label: above
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
type: link
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 106
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_thesaurus:
|
||||
weight: 105
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_video:
|
||||
weight: 104
|
||||
label: above
|
||||
settings:
|
||||
responsive: true
|
||||
width: 854
|
||||
height: 480
|
||||
autoplay: true
|
||||
third_party_settings: { }
|
||||
type: video_embed_field_video
|
||||
region: content
|
||||
field_visuel:
|
||||
weight: 103
|
||||
label: above
|
||||
settings:
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
type: image
|
||||
region: content
|
||||
field_workflow:
|
||||
weight: 110
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
41
config/sync/core.entity_view_display.node.breve.teaser.yml
Normal file
41
config/sync/core.entity_view_display.node.breve.teaser.yml
Normal file
@@ -0,0 +1,41 @@
|
||||
uuid: 2ed180c5-f5fc-4d40-b8df-72490058ea59
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.breve.body
|
||||
- node.type.breve
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.breve.teaser
|
||||
targetEntityType: node
|
||||
bundle: breve
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
weight: 101
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
field_linked_materials: true
|
||||
field_memo: true
|
||||
field_migration: true
|
||||
field_showroom: true
|
||||
field_source: true
|
||||
field_tags: true
|
||||
field_thesaurus: true
|
||||
field_video: true
|
||||
field_visuel: true
|
||||
field_workflow: true
|
||||
langcode: true
|
@@ -0,0 +1,31 @@
|
||||
uuid: 2ed180c5-f5fc-4d40-b8df-72490058ea59
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.breve.body
|
||||
- node.type.breve
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.breve.teaser
|
||||
targetEntityType: node
|
||||
bundle: breve
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
weight: 101
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
201
config/sync/core.entity_view_display.node.materiau.default.yml
Normal file
201
config/sync/core.entity_view_display.node.materiau.default.yml
Normal file
@@ -0,0 +1,201 @@
|
||||
uuid: 4fdcd3af-d91f-4fe6-8a90-bb561e5c8ea2
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.materiau.body
|
||||
- field.field.node.materiau.field_attachments
|
||||
- field.field.node.materiau.field_distributor
|
||||
- field.field.node.materiau.field_famille
|
||||
- field.field.node.materiau.field_index
|
||||
- field.field.node.materiau.field_linked_breves
|
||||
- field.field.node.materiau.field_linked_materials
|
||||
- field.field.node.materiau.field_localisation_old
|
||||
- field.field.node.materiau.field_manufacturer
|
||||
- field.field.node.materiau.field_materiau_images
|
||||
- field.field.node.materiau.field_memo
|
||||
- field.field.node.materiau.field_migration
|
||||
- field.field.node.materiau.field_reference
|
||||
- field.field.node.materiau.field_samples
|
||||
- field.field.node.materiau.field_short_description
|
||||
- field.field.node.materiau.field_tags
|
||||
- field.field.node.materiau.field_thesaurus
|
||||
- field.field.node.materiau.field_video
|
||||
- field.field.node.materiau.field_workflow
|
||||
- node.type.materiau
|
||||
module:
|
||||
- computed_field
|
||||
- file
|
||||
- image
|
||||
- materio_samples
|
||||
- options
|
||||
- text
|
||||
- user
|
||||
- video_embed_field
|
||||
id: node.materiau.default
|
||||
targetEntityType: node
|
||||
bundle: materiau
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 101
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_attachments:
|
||||
weight: 109
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
type: file_default
|
||||
region: content
|
||||
field_distributor:
|
||||
weight: 108
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_famille:
|
||||
weight: 113
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_index:
|
||||
weight: 114
|
||||
label: above
|
||||
settings:
|
||||
cache_unit: -1
|
||||
cache_duration: 1
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: computed_integer
|
||||
region: content
|
||||
field_linked_breves:
|
||||
weight: 111
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_linked_materials:
|
||||
weight: 110
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_localisation_old:
|
||||
weight: 119
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_manufacturer:
|
||||
weight: 107
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_materiau_images:
|
||||
weight: 105
|
||||
label: above
|
||||
settings:
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
type: image
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 112
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_migration:
|
||||
weight: 117
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_reference:
|
||||
weight: 115
|
||||
label: above
|
||||
settings:
|
||||
sanitized: true
|
||||
cache_unit: -1
|
||||
cache_duration: 1
|
||||
third_party_settings: { }
|
||||
type: computed_string
|
||||
region: content
|
||||
field_samples:
|
||||
weight: 118
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: materio_samples_default_formatter
|
||||
region: content
|
||||
field_short_description:
|
||||
weight: 102
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 104
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_thesaurus:
|
||||
weight: 103
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_video:
|
||||
weight: 106
|
||||
label: above
|
||||
settings:
|
||||
responsive: true
|
||||
width: 854
|
||||
height: 480
|
||||
autoplay: true
|
||||
third_party_settings: { }
|
||||
type: video_embed_field_video
|
||||
region: content
|
||||
field_workflow:
|
||||
weight: 116
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
@@ -0,0 +1,49 @@
|
||||
uuid: 8d1f0d2a-52ed-454f-a56f-80bd7719be36
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.materiau.body
|
||||
- node.type.materiau
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.materiau.teaser
|
||||
targetEntityType: node
|
||||
bundle: materiau
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
weight: 101
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
field_attachments: true
|
||||
field_distributor: true
|
||||
field_famille: true
|
||||
field_index: true
|
||||
field_linked_breves: true
|
||||
field_linked_materials: true
|
||||
field_localisation_old: true
|
||||
field_manufacturer: true
|
||||
field_materiau_images: true
|
||||
field_memo: true
|
||||
field_migration: true
|
||||
field_reference: true
|
||||
field_samples: true
|
||||
field_short_description: true
|
||||
field_tags: true
|
||||
field_thesaurus: true
|
||||
field_video: true
|
||||
field_workflow: true
|
||||
langcode: true
|
@@ -0,0 +1,31 @@
|
||||
uuid: 8d1f0d2a-52ed-454f-a56f-80bd7719be36
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.materiau.body
|
||||
- node.type.materiau
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.materiau.teaser
|
||||
targetEntityType: node
|
||||
bundle: materiau
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
weight: 101
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
31
config/sync/core.entity_view_display.node.static.default.yml
Normal file
31
config/sync/core.entity_view_display.node.static.default.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
uuid: c0baa20c-d3f3-433f-9fa7-0945d53df0bb
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.static.body
|
||||
- node.type.static
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: oGSMA6gtfWJ1AlOJQfaQ3Qpi7ZarWaHqInUX9DaJLzo
|
||||
id: node.static.default
|
||||
targetEntityType: node
|
||||
bundle: static
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 0
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
langcode: true
|
@@ -0,0 +1,121 @@
|
||||
uuid: 46c2c358-5be1-42d7-908c-b6cee8da27a9
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.taxonomy_term.company.field_attachments
|
||||
- field.field.taxonomy_term.company.field_departement
|
||||
- field.field.taxonomy_term.company.field_infos_from_company
|
||||
- field.field.taxonomy_term.company.field_memo
|
||||
- field.field.taxonomy_term.company.field_migration
|
||||
- field.field.taxonomy_term.company.field_note
|
||||
- field.field.taxonomy_term.company.field_public_address
|
||||
- field.field.taxonomy_term.company.field_public_email
|
||||
- field.field.taxonomy_term.company.field_public_phone
|
||||
- field.field.taxonomy_term.company.field_website
|
||||
- field.field.taxonomy_term.company.field_workflow
|
||||
- taxonomy.vocabulary.company
|
||||
module:
|
||||
- address
|
||||
- file
|
||||
- link
|
||||
- options
|
||||
- text
|
||||
id: taxonomy_term.company.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: company
|
||||
mode: default
|
||||
content:
|
||||
description:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_attachments:
|
||||
weight: 10
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
type: file_default
|
||||
region: content
|
||||
field_departement:
|
||||
weight: 1
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_infos_from_company:
|
||||
weight: 5
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 9
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_migration:
|
||||
weight: 12
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_note:
|
||||
weight: 8
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_public_address:
|
||||
weight: 6
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: address_default
|
||||
region: content
|
||||
field_public_email:
|
||||
weight: 2
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_public_phone:
|
||||
weight: 7
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_website:
|
||||
weight: 4
|
||||
label: above
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
type: link
|
||||
region: content
|
||||
field_workflow:
|
||||
weight: 11
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
@@ -0,0 +1,72 @@
|
||||
uuid: 47e24039-1ffa-4443-84ba-79abb16929e1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.taxonomy_term.showroom.field_memo
|
||||
- field.field.taxonomy_term.showroom.field_migration
|
||||
- field.field.taxonomy_term.showroom.field_public_address
|
||||
- field.field.taxonomy_term.showroom.field_public_email
|
||||
- field.field.taxonomy_term.showroom.field_public_phone
|
||||
- field.field.taxonomy_term.showroom.field_workflow
|
||||
- taxonomy.vocabulary.showroom
|
||||
module:
|
||||
- address
|
||||
- options
|
||||
- text
|
||||
id: taxonomy_term.showroom.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: showroom
|
||||
mode: default
|
||||
content:
|
||||
description:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_memo:
|
||||
weight: 4
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_migration:
|
||||
weight: 6
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
field_public_address:
|
||||
weight: 2
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: address_default
|
||||
region: content
|
||||
field_public_email:
|
||||
weight: 3
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_public_phone:
|
||||
weight: 1
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_workflow:
|
||||
weight: 5
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
@@ -0,0 +1,31 @@
|
||||
uuid: bd5d63dd-dd56-4831-807d-f16aaf17db15
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.taxonomy_term.tags.field_synonyms
|
||||
- taxonomy.vocabulary.tags
|
||||
module:
|
||||
- text
|
||||
id: taxonomy_term.tags.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: tags
|
||||
mode: default
|
||||
content:
|
||||
description:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_synonyms:
|
||||
weight: 1
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
@@ -0,0 +1,42 @@
|
||||
uuid: b326a7dc-4ba1-4ef1-b0ed-a2a5277c55e4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.taxonomy_term.thesaurus.field_synonyms
|
||||
- field.field.taxonomy_term.thesaurus.field_used_on_advanced_search
|
||||
- taxonomy.vocabulary.thesaurus
|
||||
module:
|
||||
- text
|
||||
id: taxonomy_term.thesaurus.default
|
||||
targetEntityType: taxonomy_term
|
||||
bundle: thesaurus
|
||||
mode: default
|
||||
content:
|
||||
description:
|
||||
label: hidden
|
||||
type: text_default
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_synonyms:
|
||||
weight: 1
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_used_on_advanced_search:
|
||||
weight: 2
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
type: boolean
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
10
config/sync/core.entity_view_mode.block.token.yml
Normal file
10
config/sync/core.entity_view_mode.block.token.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 169f9ec0-fa81-48d8-b195-841d43f37a6c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block
|
||||
id: block.token
|
||||
label: Token
|
||||
targetEntityType: block
|
||||
cache: true
|
10
config/sync/core.entity_view_mode.contact_message.token.yml
Normal file
10
config/sync/core.entity_view_mode.contact_message.token.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 655bab63-c43d-45ec-9c10-3558501d9651
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- contact
|
||||
id: contact_message.token
|
||||
label: Token
|
||||
targetEntityType: contact_message
|
||||
cache: true
|
10
config/sync/core.entity_view_mode.file.token.yml
Normal file
10
config/sync/core.entity_view_mode.file.token.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 192c9b73-8e75-49d1-9c20-41c86a86bb39
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
id: file.token
|
||||
label: Token
|
||||
targetEntityType: file
|
||||
cache: true
|
@@ -0,0 +1,10 @@
|
||||
uuid: a038ee97-e714-4aee-a7cc-e8fd23822a79
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_link_content
|
||||
id: menu_link_content.token
|
||||
label: Token
|
||||
targetEntityType: menu_link_content
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.node.full.yml
Normal file
12
config/sync/core.entity_view_mode.node.full.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
uuid: 656c9cea-41d8-4c21-9691-2e3dd504f7d8
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk
|
||||
id: node.full
|
||||
label: 'Full content'
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.node.rss.yml
Normal file
12
config/sync/core.entity_view_mode.node.rss.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
uuid: ee142904-c9ae-4118-ab1f-ea8048f12741
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU
|
||||
id: node.rss
|
||||
label: RSS
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.node.search_index.yml
Normal file
12
config/sync/core.entity_view_mode.node.search_index.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
uuid: 48e5acc6-3a3d-4d76-9c56-548034bfc980
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY
|
||||
id: node.search_index
|
||||
label: 'Search index'
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.node.search_result.yml
Normal file
12
config/sync/core.entity_view_mode.node.search_result.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
uuid: 9bc0af06-ecc1-47ee-a774-a3de0bc80523
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM
|
||||
id: node.search_result
|
||||
label: 'Search result highlighting input'
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.node.teaser.yml
Normal file
12
config/sync/core.entity_view_mode.node.teaser.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
uuid: a6b8feb2-9229-49d3-b6eb-b56c9bc124f8
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
_core:
|
||||
default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4
|
||||
id: node.teaser
|
||||
label: Teaser
|
||||
targetEntityType: node
|
||||
cache: true
|
10
config/sync/core.entity_view_mode.node.token.yml
Normal file
10
config/sync/core.entity_view_mode.node.token.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 7b692615-468c-47d6-b730-0fe411525dc5
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.token
|
||||
label: Token
|
||||
targetEntityType: node
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.taxonomy_term.full.yml
Normal file
12
config/sync/core.entity_view_mode.taxonomy_term.full.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
uuid: 9d809171-c1a2-4a0b-ac4f-8ba2478f1c99
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
_core:
|
||||
default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE'
|
||||
id: taxonomy_term.full
|
||||
label: 'Taxonomy term page'
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
10
config/sync/core.entity_view_mode.taxonomy_term.token.yml
Normal file
10
config/sync/core.entity_view_mode.taxonomy_term.token.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: 053e6fff-ef34-4bb2-8cb2-d029ca918422
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
id: taxonomy_term.token
|
||||
label: Token
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.user.compact.yml
Normal file
12
config/sync/core.entity_view_mode.user.compact.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
uuid: b246767b-446e-4385-9893-5e2e75f7b549
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g
|
||||
id: user.compact
|
||||
label: Compact
|
||||
targetEntityType: user
|
||||
cache: true
|
12
config/sync/core.entity_view_mode.user.full.yml
Normal file
12
config/sync/core.entity_view_mode.user.full.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
uuid: 0390cfe5-f651-4c4e-9924-f4067607e862
|
||||
langcode: en
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM
|
||||
id: user.full
|
||||
label: 'User account'
|
||||
targetEntityType: user
|
||||
cache: true
|
10
config/sync/core.entity_view_mode.user.token.yml
Normal file
10
config/sync/core.entity_view_mode.user.token.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
uuid: ecde8eec-ad0f-4ca2-814c-b950689a983c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
id: user.token
|
||||
label: Token
|
||||
targetEntityType: user
|
||||
cache: true
|
133
config/sync/core.extension.yml
Normal file
133
config/sync/core.extension.yml
Normal file
@@ -0,0 +1,133 @@
|
||||
module:
|
||||
actions_permissions: 0
|
||||
address: 0
|
||||
admin_toolbar: 0
|
||||
admin_toolbar_links_access_filter: 0
|
||||
advanced_text_formatter: 0
|
||||
audiofield: 0
|
||||
autocomplete_deluxe: 0
|
||||
autologout: 0
|
||||
ban: 0
|
||||
better_exposed_filters: 0
|
||||
betterlogin: 0
|
||||
block: 0
|
||||
block_class: 0
|
||||
breakpoint: 0
|
||||
bulkdelete: 0
|
||||
ckeditor: 0
|
||||
computed_field: 0
|
||||
config: 0
|
||||
config_devel: 0
|
||||
config_filter: 0
|
||||
config_ignore: 0
|
||||
config_translation: 0
|
||||
config_update: 0
|
||||
contact: 0
|
||||
content_lock: 0
|
||||
content_lock_timeout: 0
|
||||
context: 0
|
||||
context_ui: 0
|
||||
contextual: 0
|
||||
cshs: 0
|
||||
ctools: 0
|
||||
ctools_block: 0
|
||||
ctools_views: 0
|
||||
date_range_formatter: 0
|
||||
datetime: 0
|
||||
datetime_range: 0
|
||||
dblog: 0
|
||||
devel: 0
|
||||
devel_generate: 0
|
||||
dynamic_page_cache: 0
|
||||
editor: 0
|
||||
email_registration: 0
|
||||
embed: 0
|
||||
entity_browser: 0
|
||||
entity_browser_enhanced: 0
|
||||
field: 0
|
||||
field_group: 0
|
||||
field_ui: 0
|
||||
file: 0
|
||||
filter: 0
|
||||
filter_perms: 0
|
||||
help: 0
|
||||
honeypot: 0
|
||||
image: 0
|
||||
inline_entity_form: 0
|
||||
kint: 0
|
||||
language: 0
|
||||
link: 0
|
||||
link_attributes: 0
|
||||
linkit: 0
|
||||
locale: 0
|
||||
maillog: 0
|
||||
mailsystem: 0
|
||||
materio_id: 0
|
||||
materio_migrate: 0
|
||||
materio_samples: 0
|
||||
matomo: 0
|
||||
maxlength: 0
|
||||
menu_block: 0
|
||||
menu_ui: 0
|
||||
migrate: 0
|
||||
migrate_drupal: 0
|
||||
migrate_drupal_multilingual: 0
|
||||
migrate_plus: 0
|
||||
migrate_tools: 0
|
||||
node: 0
|
||||
options: 0
|
||||
page_cache: 0
|
||||
pagerer: 0
|
||||
path: 0
|
||||
path_alias_xt: 0
|
||||
pathologic: 0
|
||||
persistent_login: 0
|
||||
redirect: 0
|
||||
redis: 0
|
||||
responsive_image: 0
|
||||
search_api: 0
|
||||
search_api_db: 0
|
||||
smart_trim: 0
|
||||
smtp: 0
|
||||
synonyms: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
telephone: 0
|
||||
telephone_formatter: 0
|
||||
telephone_validation: 0
|
||||
text: 0
|
||||
token: 0
|
||||
toolbar: 0
|
||||
toolbar_themes: 0
|
||||
translation_views: 0
|
||||
ultimate_cron: 0
|
||||
update: 0
|
||||
url_to_video_filter: 0
|
||||
user: 0
|
||||
video_embed_field: 0
|
||||
video_embed_wysiwyg: 0
|
||||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
views_ef_fieldset: 0
|
||||
views_ui: 0
|
||||
webprofiler: 0
|
||||
workflow: 0
|
||||
workflow_access: 0
|
||||
workflow_operations: 0
|
||||
workflow_ui: 0
|
||||
extlink: 1
|
||||
filefield_sources: 1
|
||||
menu_admin_per_menu: 1
|
||||
menu_link_content: 1
|
||||
pathauto: 1
|
||||
content_translation: 10
|
||||
views: 10
|
||||
figli_starter_kit: 1000
|
||||
theme:
|
||||
stable: 0
|
||||
classy: 0
|
||||
seven: 0
|
||||
adminimal_theme: 0
|
||||
profile: figli_starter_kit
|
||||
_core:
|
||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
3
config/sync/core.menu.static_menu_link_overrides.yml
Normal file
3
config/sync/core.menu.static_menu_link_overrides.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
definitions: { }
|
||||
_core:
|
||||
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
|
3
config/sync/dblog.settings.yml
Normal file
3
config/sync/dblog.settings.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
row_limit: 1000
|
||||
_core:
|
||||
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
|
10
config/sync/devel.settings.yml
Normal file
10
config/sync/devel.settings.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
page_alter: false
|
||||
raw_names: false
|
||||
error_handlers:
|
||||
1: 1
|
||||
rebuild_theme: false
|
||||
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
|
||||
debug_mail_directory: 'temporary://devel-mails'
|
||||
devel_dumper: default
|
||||
_core:
|
||||
default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI
|
8
config/sync/devel.toolbar.settings.yml
Normal file
8
config/sync/devel.toolbar.settings.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
toolbar_items:
|
||||
- devel.cache_clear
|
||||
- devel.phpinfo
|
||||
- devel.run_cron
|
||||
- devel.theme_registry
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: IDzCy0l7vH5sENShziSE_TwGo7oDfS1yB4c26KU6WnE
|
65
config/sync/editor.editor.wysiwyg.yml
Normal file
65
config/sync/editor.editor.wysiwyg.yml
Normal file
@@ -0,0 +1,65 @@
|
||||
uuid: 3ee84454-2996-4dd0-85cb-037da45a7137
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.wysiwyg
|
||||
module:
|
||||
- ckeditor
|
||||
_core:
|
||||
default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
|
||||
format: wysiwyg
|
||||
editor: ckeditor
|
||||
settings:
|
||||
toolbar:
|
||||
rows:
|
||||
-
|
||||
-
|
||||
name: Formats
|
||||
items:
|
||||
- Styles
|
||||
- Bold
|
||||
- Italic
|
||||
- Underline
|
||||
-
|
||||
name: Liens
|
||||
items:
|
||||
- DrupalLink
|
||||
- DrupalUnlink
|
||||
-
|
||||
name: Listes
|
||||
items:
|
||||
- BulletedList
|
||||
- NumberedList
|
||||
-
|
||||
name: Média
|
||||
items:
|
||||
- Blockquote
|
||||
- DrupalImage
|
||||
-
|
||||
name: Outils
|
||||
items:
|
||||
- Source
|
||||
-
|
||||
name: Copy/Paste
|
||||
items:
|
||||
- Copy
|
||||
- Cut
|
||||
- Paste
|
||||
- PasteText
|
||||
- PasteFromWord
|
||||
plugins:
|
||||
drupallink:
|
||||
linkit_enabled: true
|
||||
stylescombo:
|
||||
styles: h4.inter-titre|Inter-titre
|
||||
language:
|
||||
language_list: un
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: wysiwyg-images
|
||||
max_size: ''
|
||||
max_dimensions:
|
||||
width: null
|
||||
height: null
|
4
config/sync/email_registration.settings.yml
Normal file
4
config/sync/email_registration.settings.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
login_with_username: false
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user