diff --git a/composer.json b/composer.json index 89da506a..d06edc85 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,11 @@ "license": "GPL-2.0-or-later", "require": { "composer/installers": "^1.0.24", - "wikimedia/composer-merge-plugin": "^1.4" + "wikimedia/composer-merge-plugin": "^1.4", + "drupal/migrate_plus": "^4.0", + "drupal/migrate_tools": "^4.0", + "drupal/config_devel": "^1.2", + "drupal/examples": "1.x-dev" }, "replace": { "drupal/core": "^8.6" diff --git a/composer.lock b/composer.lock index 277cef1b..55cee6c2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3a6a13ff26722480fe277d9a90a39a04", + "content-hash": "1355404c7cbf159069c516929cc0025c", "packages": [ { "name": "alchemy/zippy", @@ -3701,6 +3701,116 @@ "source": "http://cgit.drupalcode.org/entity_clone" } }, + { + "name": "drupal/examples", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/examples", + "reference": "0be75808520a7c921ad7c87ac1cc87d716f5dc51" + }, + "require": { + "drupal/core": "*" + }, + "require-dev": { + "drupal/stream_wrapper_example": "*" + }, + "suggest": { + "drupal/devel": "Some modules will be able to pretty-print PHP with this module." + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1536200285", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Itangalo", + "homepage": "https://www.drupal.org/user/153998" + }, + { + "name": "Mile23", + "homepage": "https://www.drupal.org/user/116231" + }, + { + "name": "Torenware", + "homepage": "https://www.drupal.org/user/18784" + }, + { + "name": "add1sun", + "homepage": "https://www.drupal.org/user/65088" + }, + { + "name": "cyberswat", + "homepage": "https://www.drupal.org/user/27802" + }, + { + "name": "ilo", + "homepage": "https://www.drupal.org/user/118449" + }, + { + "name": "jhodgdon", + "homepage": "https://www.drupal.org/user/155601" + }, + { + "name": "jn2", + "homepage": "https://www.drupal.org/user/1001014" + }, + { + "name": "katbailey", + "homepage": "https://www.drupal.org/user/172987" + }, + { + "name": "linclark", + "homepage": "https://www.drupal.org/user/396253" + }, + { + "name": "marvil07", + "homepage": "https://www.drupal.org/user/132175" + }, + { + "name": "mikl", + "homepage": "https://www.drupal.org/user/58679" + }, + { + "name": "rfay", + "homepage": "https://www.drupal.org/user/30906" + }, + { + "name": "socketwench", + "homepage": "https://www.drupal.org/user/65793" + }, + { + "name": "yched", + "homepage": "https://www.drupal.org/user/39567" + } + ], + "description": "The Examples for Developers project aims to provide high-quality, well-documented API examples for a broad range of Drupal core functionality.", + "homepage": "https://www.drupal.org/project/examples", + "support": { + "source": "http://cgit.drupalcode.org/examples", + "issues": "https://www.drupal.org/project/issues/examples", + "documentation": "https://api.drupal.org/api/examples" + }, + "time": "2018-09-10T23:01:03+00:00" + }, { "name": "drupal/extlink", "version": "1.1.0", @@ -4900,6 +5010,135 @@ }, "time": "2018-08-02T13:52:40+00:00" }, + { + "name": "drupal/migrate_plus", + "version": "4.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/migrate_plus", + "reference": "8.x-4.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip", + "reference": "8.x-4.0", + "shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca" + }, + "require": { + "drupal/core": "^8.3" + }, + "require-dev": { + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*" + }, + "suggest": { + "ext-soap": "*", + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.0", + "datestamp": "1536264180", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://cgit.drupalcode.org/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, + { + "name": "drupal/migrate_tools", + "version": "4.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/migrate_tools", + "reference": "8.x-4.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.0.zip", + "reference": "8.x-4.0", + "shasum": "016dfb010df76723c5a6a447921fdccd3c885237" + }, + "require": { + "drupal/core": "^8.3", + "drupal/migrate_plus": "^4" + }, + "require-dev": { + "drupal/coder": "^8", + "drupal/migrate_source_csv": "^2.2" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.0", + "datestamp": "1535380084", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + }, + { + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" + } + ], + "description": "Tools to assist in developing and running migrations.", + "homepage": "http://drupal.org/project/migrate_tools", + "support": { + "source": "http://cgit.drupalcode.org/migrate_tools", + "issues": "http://drupal.org/project/migrate_tools", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, { "name": "drupal/path_alias_xt", "version": "dev-1.x", @@ -11526,6 +11765,7 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { + "drupal/examples": 20, "drupal/advanced_text_formatter": 10, "drupal/autocomplete_deluxe": 10, "drupal/better_exposed_filters": 15, diff --git a/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_company.yml b/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_company.yml new file mode 100644 index 00000000..eb9d198f --- /dev/null +++ b/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_company.yml @@ -0,0 +1,35 @@ +id: d7_taxonomy_vocabulary_company +label: Taxonomy vocabularies Company +migration_group: d7_materio +migration_tags: + - Drupal 7 + - Configuration + - Materio + +source: + plugin: d7_taxonomy_vocabulary + bundle: company + +destination: + plugin: entity:taxonomy_vocabulary + +process: + vid: + - + plugin: make_unique_entity_field + source: machine_name + entity_type: taxonomy_vocabulary + field: vid + length: 32 + migrated: true + - + # This plugin checks if the vocabulary being migrated is the one used by + # Forum. If so, we use the machine name that Forum expects. Otherwise, we + # leave it unchanged. + plugin: forum_vocabulary + machine_name: forums + label: name + name: name + description: description + hierarchy: hierarchy + weight: weight diff --git a/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_showroom.yml b/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_showroom.yml new file mode 100644 index 00000000..2d3945c6 --- /dev/null +++ b/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_showroom.yml @@ -0,0 +1,35 @@ +id: d7_taxonomy_vocabulary_showroom +label: Taxonomy vocabularies Showroom +migration_group: d7_materio +migration_tags: + - Drupal 7 + - Configuration + - Materio + +source: + plugin: d7_taxonomy_vocabulary + bundle: showroom + +destination: + plugin: entity:taxonomy_vocabulary + +process: + vid: + - + plugin: make_unique_entity_field + source: machine_name + entity_type: taxonomy_vocabulary + field: vid + length: 32 + migrated: true + - + # This plugin checks if the vocabulary being migrated is the one used by + # Forum. If so, we use the machine name that Forum expects. Otherwise, we + # leave it unchanged. + plugin: forum_vocabulary + machine_name: forums + label: name + name: name + description: description + hierarchy: hierarchy + weight: weight diff --git a/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_tags.yml b/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_tags.yml new file mode 100644 index 00000000..a54e4f46 --- /dev/null +++ b/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_tags.yml @@ -0,0 +1,35 @@ +id: d7_taxonomy_vocabulary_tags +label: Taxonomy vocabularies Tags +migration_group: d7_materio +migration_tags: + - Drupal 7 + - Configuration + - Materio + +source: + plugin: d7_taxonomy_vocabulary + bundle: tag_libres + +destination: + plugin: entity:taxonomy_vocabulary + +process: + vid: + - + plugin: make_unique_entity_field + source: machine_name + entity_type: taxonomy_vocabulary + field: vid + length: 32 + migrated: true + - + # This plugin checks if the vocabulary being migrated is the one used by + # Forum. If so, we use the machine name that Forum expects. Otherwise, we + # leave it unchanged. + plugin: forum_vocabulary + machine_name: forums + label: name + name: name + description: description + hierarchy: hierarchy + weight: weight diff --git a/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_thesaurus.yml b/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_thesaurus.yml new file mode 100644 index 00000000..55ba8373 --- /dev/null +++ b/modules/custom/materio_migrate/config/install/_migrate_plus.migration.d7_taxonomy_vocabulary_thesaurus.yml @@ -0,0 +1,35 @@ +id: d7_taxonomy_vocabulary_thesaurus +label: Taxonomy vocabularies Thesaurus +migration_group: d7_materio +migration_tags: + - Drupal 7 + - Configuration + - Materio + +source: + plugin: d7_taxonomy_vocabulary + bundle: onthologie + +destination: + plugin: entity:taxonomy_vocabulary + +process: + vid: + - + plugin: make_unique_entity_field + source: machine_name + entity_type: taxonomy_vocabulary + field: vid + length: 32 + migrated: true + - + # This plugin checks if the vocabulary being migrated is the one used by + # Forum. If so, we use the machine name that Forum expects. Otherwise, we + # leave it unchanged. + plugin: forum_vocabulary + machine_name: forums + label: name + name: name + description: description + hierarchy: hierarchy + weight: weight diff --git a/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_node_entity_translation_materiau.yml b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_node_entity_translation_materiau.yml new file mode 100644 index 00000000..37573cf0 --- /dev/null +++ b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_node_entity_translation_materiau.yml @@ -0,0 +1,40 @@ +id: d7_node_entity_translation_materiau +label: Materiau +migration_group: d7_materio +migration_tags: + - Drupal 7 + - translation + - Content + - Multilingual + - Materio +deriver: Drupal\node\Plugin\migrate\D7NodeDeriver + +source: + plugin: d7_node_entity_translation + bundle: materiau + +destination: + plugin: entity:node + translations: true + destination_module: content_translation + bundle: materiau + +migration_dependencies: + required: + - d7_node_materiau + +process: + nid: entity_id + type: type + langcode: language + title: title + uid: uid + status: status + created: created + changed: changed + promote: promote + sticky: sticky + revision_uid: revision_uid + revision_log: log + revision_timestamp: timestamp + content_translation_source: source diff --git a/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_node_materiau.yml b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_node_materiau.yml new file mode 100644 index 00000000..3033489d --- /dev/null +++ b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_node_materiau.yml @@ -0,0 +1,45 @@ +id: d7_node_materiau +label: Nodes Materiau +migration_group: d7_materio +audit: true +migration_tags: + - Drupal 7 + - Content +deriver: Drupal\node\Plugin\migrate\D7NodeDeriver + +source: + plugin: d7_node + bundle: materiau + +destination: + plugin: entity:node + bundle: materiau + +migration_dependencies: + required: + - d7_taxonomy_term_thesaurus + - d7_taxonomy_term_tags + - d7_taxonomy_term_showroom + - d7_taxonomy_term_company +process: + # If you are using this file to build a custom migration consider removing + # the nid and vid fields to allow incremental migrations. + # In D7, nodes always have a tnid, but it's zero for untranslated nodes. + # We normalize it to equal the nid in that case. + # @see \Drupal\node\Plugin\migrate\source\d7\Node::prepareRow(). + nid: tnid + vid: vid + langcode: + plugin: default_value + source: language + default_value: "und" + title: title + uid: node_uid + status: status + created: created + changed: changed + promote: promote + sticky: sticky + revision_uid: revision_uid + revision_log: log + revision_timestamp: timestamp diff --git a/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_company.yml b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_company.yml new file mode 100644 index 00000000..097a542a --- /dev/null +++ b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_company.yml @@ -0,0 +1,51 @@ +id: d7_taxonomy_term_company +label: Taxonomy terms Company +migration_group: d7_materio +audit: true +migration_tags: + - Drupal 7 + - Content + - Materio +deriver: Drupal\taxonomy\Plugin\migrate\D7TaxonomyTermDeriver + +source: + plugin: d7_taxonomy_term + bundle: company + +destination: + plugin: entity:taxonomy_term + bundle: company + +# migration_dependencies: +# required: +# - d7_taxonomy_vocabulary_company +# optional: +# - d7_field_instance + +process: + # If you are using this file to build a custom migration consider removing + # the tid field to allow incremental migrations. + tid: tid + vid: + plugin: migration_lookup + migration: d7_taxonomy_vocabulary_company + source: vid + name: name + 'description/value': description + 'description/format': format + weight: weight + # Only attempt to stub real (non-zero) parents. + parent_id: + - + plugin: skip_on_empty + method: process + source: parent + - + plugin: migration_lookup + migration: d7_taxonomy_term_company + parent: + plugin: default_value + default_value: 0 + source: '@parent_id' + forum_container: is_container + changed: timestamp diff --git a/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_showroom.yml b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_showroom.yml new file mode 100644 index 00000000..0a7aa2cc --- /dev/null +++ b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_showroom.yml @@ -0,0 +1,51 @@ +id: d7_taxonomy_term_showroom +label: Taxonomy terms Showroom +migration_group: d7_materio +audit: true +migration_tags: + - Drupal 7 + - Content + - Materio +deriver: Drupal\taxonomy\Plugin\migrate\D7TaxonomyTermDeriver + +source: + plugin: d7_taxonomy_term + bundle: showroom + +destination: + plugin: entity:taxonomy_term + bundle: showroom + +# migration_dependencies: +# required: +# - d7_taxonomy_vocabulary_showroom +# optional: +# - d7_field_instance + +process: + # If you are using this file to build a custom migration consider removing + # the tid field to allow incremental migrations. + tid: tid + vid: + plugin: migration_lookup + migration: d7_taxonomy_vocabulary_showroom + source: vid + name: name + 'description/value': description + 'description/format': format + weight: weight + # Only attempt to stub real (non-zero) parents. + parent_id: + - + plugin: skip_on_empty + method: process + source: parent + - + plugin: migration_lookup + migration: d7_taxonomy_term_showroom + parent: + plugin: default_value + default_value: 0 + source: '@parent_id' + forum_container: is_container + changed: timestamp diff --git a/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_tags.yml b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_tags.yml new file mode 100644 index 00000000..d018e487 --- /dev/null +++ b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_tags.yml @@ -0,0 +1,51 @@ +id: d7_taxonomy_term_tags +label: Taxonomy terms Tags +migration_group: d7_materio +audit: true +migration_tags: + - Drupal 7 + - Content + - Materio +deriver: Drupal\taxonomy\Plugin\migrate\D7TaxonomyTermDeriver + +source: + plugin: d7_taxonomy_term + bundle: tag_libres + +destination: + plugin: entity:taxonomy_term + bundle: tags + +# migration_dependencies: +# required: +# - d7_taxonomy_vocabulary_tags +# optional: +# - d7_field_instance + +process: + # If you are using this file to build a custom migration consider removing + # the tid field to allow incremental migrations. + # tid: tid + vid: + plugin: migration_lookup + migration: d7_taxonomy_vocabulary_tags + source: vid + name: name + 'description/value': description + 'description/format': format + weight: weight + # Only attempt to stub real (non-zero) parents. + parent_id: + - + plugin: skip_on_empty + method: process + source: parent + - + plugin: migration_lookup + migration: d7_taxonomy_term_tags + parent: + plugin: default_value + default_value: 0 + source: '@parent_id' + forum_container: is_container + changed: timestamp diff --git a/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_thesaurus.yml b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_thesaurus.yml new file mode 100644 index 00000000..e6eea103 --- /dev/null +++ b/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_taxonomy_term_thesaurus.yml @@ -0,0 +1,51 @@ +id: d7_taxonomy_term_thesaurus +label: Taxonomy terms Thesaurus +migration_group: d7_materio +audit: true +migration_tags: + - Drupal 7 + - Content + - Materio +deriver: Drupal\taxonomy\Plugin\migrate\D7TaxonomyTermDeriver + +source: + plugin: d7_taxonomy_term + bundle: onthologie + +destination: + plugin: entity:taxonomy_term + bundle: thesaurus + +# migration_dependencies: +# required: +# - d7_taxonomy_vocabulary_thesaurus +# optional: +# - d7_field_instance + +process: + # If you are using this file to build a custom migration consider removing + # the tid field to allow incremental migrations. + tid: tid + vid: + plugin: migration_lookup + migration: d7_taxonomy_vocabulary_thesaurus + source: vid + name: name + 'description/value': description + 'description/format': format + weight: weight + # Only attempt to stub real (non-zero) parents. + parent_id: + - + plugin: skip_on_empty + method: process + source: parent + - + plugin: migration_lookup + migration: d7_taxonomy_term_thesaurus + parent: + plugin: default_value + default_value: 0 + source: '@parent_id' + forum_container: is_container + changed: timestamp diff --git a/modules/custom/materio_migrate/config/install/migrate_plus.migration_group.d7_materio.yml b/modules/custom/materio_migrate/config/install/migrate_plus.migration_group.d7_materio.yml new file mode 100644 index 00000000..c0b50ce8 --- /dev/null +++ b/modules/custom/materio_migrate/config/install/migrate_plus.migration_group.d7_materio.yml @@ -0,0 +1,11 @@ +id: d7_materio +label: D7 Materio +description: Drupal 7 materio content migration to Drupal 8. +source_type: Drupal 7 +shared_configuration: + source: + key: legacy +dependencies: + enforced: + module: + - materio_migrate diff --git a/modules/custom/materio_migrate/materio_migrate.info.yml b/modules/custom/materio_migrate/materio_migrate.info.yml new file mode 100644 index 00000000..c2818969 --- /dev/null +++ b/modules/custom/materio_migrate/materio_migrate.info.yml @@ -0,0 +1,26 @@ +name: Materio Migration +type: module +description: Defines custom migration for materio (from d7 to d8). +core: 8.x +package: Materio +dependencies: + - drupal:migrate + - drupal:migrate_drupal + - drupal:migrate_drupal_multilingual + # - drupal:field_group_migrate + - migrate_plus:migrate_plus + - migrate_tools:migrate_tools + - config_devel + +config_devel: + install: + - migrate_plus.migration_group.d7_materio + # - migrate_plus.migration.d7_taxonomy_vocabulary_tags + - migrate_plus.migration.d7_taxonomy_term_tags + # - migrate_plus.migration.d7_taxonomy_vocabulary_thesaurus + - migrate_plus.migration.d7_taxonomy_term_thesaurus + # - migrate_plus.migration.d7_taxonomy_vocabulary_showroom + - migrate_plus.migration.d7_taxonomy_term_showroom + # - migrate_plus.migration.d7_taxonomy_vocabulary_company + - migrate_plus.migration.d7_taxonomy_term_company + - migrate_plus.migration.d7_node_entity_translation_materiau diff --git a/modules/custom/materio_migrate/readme.md b/modules/custom/materio_migrate/readme.md new file mode 100644 index 00000000..9a1f3fbd --- /dev/null +++ b/modules/custom/materio_migrate/readme.md @@ -0,0 +1,29 @@ +https://www.drupaleasy.com/blogs/ultimike/2016/04/drupal-6-drupal-81x-custom-content-migration + +https://thinkshout.com/blog/2017/05/skipping-a-version-migrating-from-drupal-6-to-drupal-8-with-drupal-migrate/ + +https://www.drupal.org/docs/8/upgrade/known-issues-when-upgrading-from-drupal-6-or-7-to-drupal-8 + +https://drupal.stackexchange.com/questions/164612/how-do-i-remove-a-configuration-object-from-the-active-configuration + +https://www.metaltoad.com/blog/drupal-8-migrations-part-3-migrating-taxonomies-drupal-7 + +https://www.sitepoint.com/your-first-drupal-8-migration/ + +https://evolvingweb.ca/blog/drupal-8-migration-migrating-taxonomy-term-references-part-2 + +[text to taxonomy term](http://boylesoftware.com/blog/drupal-8-migration-taxonomy-term-lookups/) + +[Upgrading Drupal 6 and i18n Content Translation to Drupal 8](https://www.dunix-data.de/blog/upgrading_drupal_6_and_i18n_content_translation_to_drupal_8) + +[Migrating Drupal 7 File Entities to Drupal 8 Media Entities](https://www.previousnext.com.au/blog/migrating-drupal-7-file-entities-drupal-8-media-entities) + +[D6 Taxonomy Term Reference Field is not migrated to D8 Field](https://www.drupal.org/node/2884240) + +[Migrer un site Drupal 6 ou Drupal 7 vers Drupal 8](https://www.drupalfacile.org/sites/drupalfacile/files/blog/2016/06/dcnantes2016-migrerd6d7versd8.pdf) + +[Migrating Aliases and Redirects to Drupal 8](https://evolvingweb.ca/blog/migrating-aliases-and-redirects-drupal-8) + +[Migrating Drupal 7 redirects to Drupal 8](http://activelamp.com/blog/drupal/migrating-drupal-8-redirects/) + +[How to refresh new migrations in Drupal 8 migration module?](https://drupal.stackexchange.com/questions/191435/how-to-refresh-new-migrations-in-drupal-8-migration-module) diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/.htaccess b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/.htaccess new file mode 100644 index 00000000..0e4a69af --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/.htaccess @@ -0,0 +1,24 @@ +# Deny all requests from Apache 2.4+. + + Require all denied + + +# Deny all requests from Apache 2.0-2.2. + + Deny from all + + +# 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 + + # Override the handler again if we're run later in the evaluation list. + SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 + + +# If we know how to do it safely, disable the PHP engine entirely. + + php_flag engine off + \ No newline at end of file diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_company.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_company.yml new file mode 100644 index 00000000..092328d8 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_company.yml @@ -0,0 +1,31 @@ +id: d7_taxonomy_vocabulary_company +label: 'Taxonomy vocabularies Company' +migration_group: d7_materio +migration_tags: + - 'Drupal 7' + - Configuration + - Materio +source: + plugin: d7_taxonomy_vocabulary + bundle: company +destination: + plugin: 'entity:taxonomy_vocabulary' +process: + vid: + - + plugin: make_unique_entity_field + source: machine_name + entity_type: taxonomy_vocabulary + field: vid + length: 32 + migrated: true + - + plugin: forum_vocabulary + machine_name: forums + label: name + name: name + description: description + hierarchy: hierarchy + weight: weight +_core: + default_config_hash: __350LEFuTDsxeJa3YqZ526NBPwWK0c_ixfxOnrlXHw diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_showroom.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_showroom.yml new file mode 100644 index 00000000..b0e6174c --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_showroom.yml @@ -0,0 +1,31 @@ +id: d7_taxonomy_vocabulary_showroom +label: 'Taxonomy vocabularies Showroom' +migration_group: d7_materio +migration_tags: + - 'Drupal 7' + - Configuration + - Materio +source: + plugin: d7_taxonomy_vocabulary + bundle: showroom +destination: + plugin: 'entity:taxonomy_vocabulary' +process: + vid: + - + plugin: make_unique_entity_field + source: machine_name + entity_type: taxonomy_vocabulary + field: vid + length: 32 + migrated: true + - + plugin: forum_vocabulary + machine_name: forums + label: name + name: name + description: description + hierarchy: hierarchy + weight: weight +_core: + default_config_hash: 2pev_DVpH1J2EYffNcV_yHndrwOXWGwZiCVEnEHXsjM diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_tags.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_tags.yml new file mode 100644 index 00000000..169c1eae --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_tags.yml @@ -0,0 +1,31 @@ +id: d7_taxonomy_vocabulary_tags +label: 'Taxonomy vocabularies Tags' +migration_group: d7_materio +migration_tags: + - 'Drupal 7' + - Configuration + - Materio +source: + plugin: d7_taxonomy_vocabulary + bundle: tag_libres +destination: + plugin: 'entity:taxonomy_vocabulary' +process: + vid: + - + plugin: make_unique_entity_field + source: machine_name + entity_type: taxonomy_vocabulary + field: vid + length: 32 + migrated: true + - + plugin: forum_vocabulary + machine_name: forums + label: name + name: name + description: description + hierarchy: hierarchy + weight: weight +_core: + default_config_hash: c5tuVIMWrgoujmeU2BXonEhZZxQldMjMTL2gVlgRGdc diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_thesaurus.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_thesaurus.yml new file mode 100644 index 00000000..29a24427 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/_migrate_plus.migration.d7_taxonomy_vocabulary_thesaurus.yml @@ -0,0 +1,31 @@ +id: d7_taxonomy_vocabulary_thesaurus +label: 'Taxonomy vocabularies Thesaurus' +migration_group: d7_materio +migration_tags: + - 'Drupal 7' + - Configuration + - Materio +source: + plugin: d7_taxonomy_vocabulary + bundle: onthologie +destination: + plugin: 'entity:taxonomy_vocabulary' +process: + vid: + - + plugin: make_unique_entity_field + source: machine_name + entity_type: taxonomy_vocabulary + field: vid + length: 32 + migrated: true + - + plugin: forum_vocabulary + machine_name: forums + label: name + name: name + description: description + hierarchy: hierarchy + weight: weight +_core: + default_config_hash: bDvFB8Laj__CwvBNVDYjkL_3s6QpGUNwONYF-iyj770 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/addtoany.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/addtoany.settings.yml new file mode 100644 index 00000000..b67caf74 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/addtoany.settings.yml @@ -0,0 +1,23 @@ +buttons_size: 20 +additional_html: "\r\n\r\n\r\n\r\n" +additional_css: '.a2a_svg { border-radius: 0 !important; }' +additional_js: "a2a_config.icon_color = \"#fff,#1A1A1A\";\r\na2a_config.templates.email = {\r\n subject: \"Encyclopédie de la parole - ${title}\",\r\n body: \"Encyclopédie de la parole\\n${link}\"\r\n};" +universal_button: none +custom_universal_button: '' +universal_button_placement: before +no_3p: false +langcode: fr +entities: + composition: 0 + chutier: 0 + file: 0 + node: 1 + redirect: 0 + search_api_task: 0 + taxonomy_term: 0 + user: 0 + workflow_transition: 0 + workflow_scheduled_transition: 0 + menu_link_content: 0 +_core: + default_config_hash: soEOIhhlW4B8FVq_LOYh7TxASKdZ9gluD8ceL5Z7uLk diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/adminimal_theme.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/adminimal_theme.settings.yml new file mode 100644 index 00000000..2f2f0922 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/adminimal_theme.settings.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.admin.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.admin.yml new file mode 100644 index 00000000..45fd2b41 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.admin.yml @@ -0,0 +1,4 @@ +enabled: true +timeout: 172800 +_core: + default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.authenticated.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.authenticated.yml new file mode 100644 index 00000000..302c1f0f --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.authenticated.yml @@ -0,0 +1,4 @@ +enabled: false +timeout: null +_core: + default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.root.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.root.yml new file mode 100644 index 00000000..45fd2b41 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.root.yml @@ -0,0 +1,4 @@ +enabled: true +timeout: 172800 +_core: + default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.user.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.user.yml new file mode 100644 index 00000000..302c1f0f --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.role.user.yml @@ -0,0 +1,4 @@ +enabled: false +timeout: null +_core: + default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.settings.yml new file mode 100644 index 00000000..b9fe0ce8 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/autologout.settings.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/basic.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/basic.settings.yml new file mode 100644 index 00000000..a2e56481 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/basic.settings.yml @@ -0,0 +1,23 @@ +browser_sync: + enabled: false + host: localhost + port: 3000 +clear_registry: false +ie_enabled: false +ie_enabled_versions: + ie8: false + ie9: false +langcode: fr +features: + node_user_picture: false + comment_user_picture: true + comment_user_verification: true + favicon: true +logo: + use_default: false + path: '' +favicon: + use_default: false + path: '' +_core: + default_config_hash: mZYodhyp0QyNLZuDuZzbHDHQU4Hzg4WeX61Fbu3e1qg diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/better_messages.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/better_messages.settings.yml new file mode 100644 index 00000000..2a15d3d6 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/better_messages.settings.yml @@ -0,0 +1,63 @@ +position: tr +vertical: 50 +horizontal: 5 +fixed: 1 +width: 600px +autoclose: 4 +opendelay: 0.3 +disable_autoclose: 1 +show_countdown: 0 +hover_autoclose: 1 +popin: + effect: fadeIn + duration: normal +popout: + effect: fadeIn + duration: fast +jquery_ui: + draggable: 1 + resizable: 1 +visibility: + message_type: + id: message_type + message_types: { } + negate: false + context_mapping: + better_messages: '@better_messages.context:better_messages' + 'entity_bundle:node': + id: 'entity_bundle:node' + bundles: { } + negate: false + context_mapping: + node: '@node.node_route_context:node' + domain: + id: domain + domains: { } + negate: false + context_mapping: + 'entity:domain': '@domain.current_domain_context:entity:domain' + language: + id: language + langcodes: { } + negate: false + context_mapping: + language: '@language.current_language_context:language_interface' + node_type: + id: node_type + bundles: { } + negate: false + context_mapping: + node: '@node.node_route_context:node' + request_path: + id: request_path + pages: '' + negate: false + user_role: + id: user_role + roles: { } + negate: false + context_mapping: + user: '@user.current_user_context:current_user' +langcode: fr +_core: + default_config_hash: a9lef__v03qMyTPkqoJ5HrJ89C7iZDTkvmfWYWe7iL0 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_breadcrumbs.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_breadcrumbs.yml new file mode 100644 index 00000000..dd0384a7 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_breadcrumbs.yml @@ -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: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_content.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_content.yml new file mode 100644 index 00000000..fb13907b --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_content.yml @@ -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: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_help.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_help.yml new file mode 100644 index 00000000..5e264d6b --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_help.yml @@ -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: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_local_actions.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_local_actions.yml new file mode 100644 index 00000000..ca0da85d --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_local_actions.yml @@ -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: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_login.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_login.yml new file mode 100644 index 00000000..11c62297 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_login.yml @@ -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: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_messages.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_messages.yml new file mode 100644 index 00000000..ab769999 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_messages.yml @@ -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: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_page_title.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_page_title.yml new file mode 100644 index 00000000..81f8d0b6 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_page_title.yml @@ -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: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_primary_local_tasks.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_primary_local_tasks.yml new file mode 100644 index 00000000..776e1826 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_primary_local_tasks.yml @@ -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: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_secondary_local_tasks.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_secondary_local_tasks.yml new file mode 100644 index 00000000..d71e4f8b --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/block.block.adminimal_theme_secondary_local_tasks.yml @@ -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: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/config_devel.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/config_devel.settings.yml new file mode 100644 index 00000000..f782680b --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/config_devel.settings.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/config_ignore.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/config_ignore.settings.yml new file mode 100644 index 00000000..d71490db --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/config_ignore.settings.yml @@ -0,0 +1,7 @@ +ignored_config_entities: + 0: system.performance + 2: devel.settings + 4: piwik.settings +langcode: fr +_core: + default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/contact.form.personal.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/contact.form.personal.yml new file mode 100644 index 00000000..934ecfa2 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/contact.form.personal.yml @@ -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: '' diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/contact.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/contact.settings.yml new file mode 100644 index 00000000..a2903f51 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/contact.settings.yml @@ -0,0 +1,7 @@ +default_form: feedback +flood: + limit: 5 + interval: 3600 +user_default_enabled: true +_core: + default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/content_lock.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/content_lock.settings.yml new file mode 100644 index 00000000..136cd45f --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/content_lock.settings.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/content_lock_timeout.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/content_lock_timeout.settings.yml new file mode 100644 index 00000000..645e3423 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/content_lock_timeout.settings.yml @@ -0,0 +1,4 @@ +content_lock_timeout_minutes: '30' +content_lock_timeout_on_edit: 0 +_core: + default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.base_field_override.node.static.promote.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.base_field_override.node.static.promote.yml new file mode 100644 index 00000000..f91c23a5 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.base_field_override.node.static.promote.yml @@ -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: true +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.fallback.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.fallback.yml new file mode 100644 index 00000000..4cef09c2 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.fallback.yml @@ -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' diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_date.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_date.yml new file mode 100644 index 00000000..51a620fe --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_date.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_datetime.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_datetime.yml new file mode 100644 index 00000000..a9969617 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_datetime.yml @@ -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' diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_month.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_month.yml new file mode 100644 index 00000000..5fa0c93b --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_month.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_time.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_time.yml new file mode 100644 index 00000000..7085cd9c --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_time.yml @@ -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' diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_week.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_week.yml new file mode 100644 index 00000000..80d1ccde --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_week.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_year.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_year.yml new file mode 100644 index 00000000..9b32ae85 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_year.yml @@ -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' diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_yearless_date.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_yearless_date.yml new file mode 100644 index 00000000..23dd2fe9 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.html_yearless_date.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.long.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.long.yml new file mode 100644 index 00000000..1d4ddf08 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.long.yml @@ -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' diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.medium.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.medium.yml new file mode 100644 index 00000000..d703b124 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.medium.yml @@ -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' diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.short.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.short.yml new file mode 100644 index 00000000..ec34cda7 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.date_format.short.yml @@ -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' diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_form_display.node.materiau.default.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_form_display.node.materiau.default.yml new file mode 100644 index 00000000..a2bc96d6 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_form_display.node.materiau.default.yml @@ -0,0 +1,87 @@ +uuid: 1b273f1b-8621-4750-a108-0018c57f496e +langcode: en +status: true +dependencies: + config: + - field.field.node.materiau.body + - node.type.materiau + module: + - path + - text +id: node.materiau.default +targetEntityType: node +bundle: materiau +mode: default +content: + body: + type: text_textarea_with_summary + weight: 121 + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + third_party_settings: { } + region: content + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 15 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 120 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 16 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + region: content + third_party_settings: { } + url_redirects: + weight: 50 + settings: { } + third_party_settings: { } + region: content +hidden: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_form_mode.user.register.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_form_mode.user.register.yml new file mode 100644 index 00000000..8cba69ca --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_form_mode.user.register.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_display.node.materiau.default.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_display.node.materiau.default.yml new file mode 100644 index 00000000..9a931b4c --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_display.node.materiau.default.yml @@ -0,0 +1,29 @@ +uuid: 4fdcd3af-d91f-4fe6-8a90-bb561e5c8ea2 +langcode: en +status: true +dependencies: + config: + - field.field.node.materiau.body + - node.type.materiau + module: + - text + - user +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 + links: + weight: 100 + settings: { } + third_party_settings: { } + region: content +hidden: + langcode: true diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_display.node.materiau.teaser.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_display.node.materiau.teaser.yml new file mode 100644 index 00000000..d4f54b76 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_display.node.materiau.teaser.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_display.node.static.default.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_display.node.static.default.yml new file mode 100644 index 00000000..fb50e50e --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_display.node.static.default.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.block.token.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.block.token.yml new file mode 100644 index 00000000..c25deb90 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.block.token.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.contact_message.token.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.contact_message.token.yml new file mode 100644 index 00000000..e2a9a229 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.contact_message.token.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.file.token.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.file.token.yml new file mode 100644 index 00000000..60e6823b --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.file.token.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.menu_link_content.token.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.menu_link_content.token.yml new file mode 100644 index 00000000..b6cb4bc1 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.menu_link_content.token.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.full.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.full.yml new file mode 100644 index 00000000..dcaf8ba5 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.full.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.rss.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.rss.yml new file mode 100644 index 00000000..2dd36d55 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.rss.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.search_index.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.search_index.yml new file mode 100644 index 00000000..9f78dc8d --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.search_index.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.search_result.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.search_result.yml new file mode 100644 index 00000000..226f16de --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.search_result.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.teaser.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.teaser.yml new file mode 100644 index 00000000..50121293 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.teaser.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.token.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.token.yml new file mode 100644 index 00000000..d1f7addd --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.node.token.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.taxonomy_term.full.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.taxonomy_term.full.yml new file mode 100644 index 00000000..d07ae161 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.taxonomy_term.full.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.taxonomy_term.token.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.taxonomy_term.token.yml new file mode 100644 index 00000000..71aef648 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.taxonomy_term.token.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.user.compact.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.user.compact.yml new file mode 100644 index 00000000..9bd116ac --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.user.compact.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.user.full.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.user.full.yml new file mode 100644 index 00000000..89f7a5f5 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.user.full.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.user.token.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.user.token.yml new file mode 100644 index 00000000..51107e34 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.entity_view_mode.user.token.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.extension.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.extension.yml new file mode 100644 index 00000000..af5a328f --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.extension.yml @@ -0,0 +1,126 @@ +module: + actions_permissions: 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 + better_messages: 0 + betterlogin: 0 + block: 0 + block_class: 0 + breakpoint: 0 + bulkdelete: 0 + ckeditor: 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 + ctools: 0 + ctools_block: 0 + ctools_views: 0 + date_range_formatter: 0 + datetime: 0 + datetime_range: 0 + dblog: 0 + devel: 0 + devel_generate: 0 + domain: 0 + domain_alias: 0 + domain_config: 0 + domain_site_settings: 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_migrate: 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 + 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 + text: 0 + token: 0 + toolbar: 0 + toolbar_themes: 0 + translation_views: 0 + ultimate_cron: 0 + update: 0 + url_to_video_filter: 0 + user: 0 + views_bulk_edit: 0 + views_bulk_operations: 0 + views_ui: 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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.menu.static_menu_link_overrides.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.menu.static_menu_link_overrides.yml new file mode 100644 index 00000000..df14c460 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/core.menu.static_menu_link_overrides.yml @@ -0,0 +1,3 @@ +definitions: { } +_core: + default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/dblog.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/dblog.settings.yml new file mode 100644 index 00000000..cf06e3fa --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/dblog.settings.yml @@ -0,0 +1,3 @@ +row_limit: 1000 +_core: + default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/devel.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/devel.settings.yml new file mode 100644 index 00000000..4db0ea72 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/devel.settings.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/devel.toolbar.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/devel.toolbar.settings.yml new file mode 100644 index 00000000..bd4c97cd --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/devel.toolbar.settings.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/domain.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/domain.settings.yml new file mode 100644 index 00000000..9cd55e85 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/domain.settings.yml @@ -0,0 +1,7 @@ +allow_non_ascii: false +www_prefix: false +login_paths: /user/login\r\n/user/password +css_classes: '' +langcode: fr +_core: + default_config_hash: fM34Luea0_giXIjyBhGj76ot9PQtAiQcFdME6PYT1S8 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/domain_alias.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/domain_alias.settings.yml new file mode 100644 index 00000000..9ae73bbe --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/domain_alias.settings.yml @@ -0,0 +1,9 @@ +environments: + - default + - local + - development + - staging + - testing +langcode: fr +_core: + default_config_hash: B-g_mD751mRPyBpjHIPl0jTXPr4KM0kzGRUaD-KRb10 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/domain_site_settings.domainconfigsettings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/domain_site_settings.domainconfigsettings.yml new file mode 100644 index 00000000..470ac536 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/domain_site_settings.domainconfigsettings.yml @@ -0,0 +1,3 @@ +domain_site_settings: null +_core: + default_config_hash: tkmglv8nLQzpf1cBcgSWFvPzgDJEfiz6bifpEQYXq84 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/editor.editor.wysiwyg.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/editor.editor.wysiwyg.yml new file mode 100644 index 00000000..9c82c613 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/editor.editor.wysiwyg.yml @@ -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 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/email_registration.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/email_registration.settings.yml new file mode 100644 index 00000000..e5add1f5 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/email_registration.settings.yml @@ -0,0 +1,4 @@ +login_with_username: false +langcode: fr +_core: + default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/embed.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/embed.settings.yml new file mode 100644 index 00000000..6ad6f808 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/embed.settings.yml @@ -0,0 +1,4 @@ +file_scheme: public +upload_directory: embed_buttons +_core: + default_config_hash: Ed6LXVlKotwVS4tx7_rnsL-6NlBoD-PLu3KFPAvpNMc diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/extlink.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/extlink.settings.yml new file mode 100644 index 00000000..f77d9754 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/extlink.settings.yml @@ -0,0 +1,18 @@ +extlink_target: false +extlink_target_no_override: false +extlink_nofollow: false +extlink_follow_no_override: false +extlink_subdomains: true +extlink_alert: false +extlink_alert_text: 'This link will take you to an external web site. We are not responsible for their content.' +extlink_exclude: '' +extlink_include: '' +extlink_class: ext +extlink_label: '(link is external)' +extlink_img_class: false +extlink_css_exclude: '' +extlink_css_explicit: '' +extlink_mailto_class: mailto +extlink_mailto_label: '(link sends email)' +_core: + default_config_hash: rHbHZIIF9TP3H2Vs37uCHz4Gm4phULg0rQ_OKihxJfM diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.field.node.materiau.body.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.field.node.materiau.body.yml new file mode 100644 index 00000000..07556d4a --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.field.node.materiau.body.yml @@ -0,0 +1,22 @@ +uuid: 6aea291b-6de2-4166-ab42-816ac68b52ee +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.materiau + module: + - text +id: node.materiau.body +field_name: body +entity_type: node +bundle: materiau +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.field.node.static.body.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.field.node.static.body.yml new file mode 100644 index 00000000..dac5d62c --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.field.node.static.body.yml @@ -0,0 +1,24 @@ +uuid: 57ca1c1a-28ed-4638-aa97-8812141d6993 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.static + module: + - text +_core: + default_config_hash: 9n-g9nLArj6wFIZcWkZMqmu4AlIdBu8S1Hj-BChBSJ4 +id: node.static.body +field_name: body +entity_type: node +bundle: static +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.field.user.user.field_domain_admin.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.field.user.user.field_domain_admin.yml new file mode 100644 index 00000000..5a1270cf --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.field.user.user.field_domain_admin.yml @@ -0,0 +1,24 @@ +uuid: 9ef16c51-b928-4242-a895-7f5d4eeccb65 +langcode: en +status: true +dependencies: + config: + - field.storage.user.field_domain_admin + module: + - user +_core: + default_config_hash: 0jLkjRnCDTWC66af-OvmCbTleF3sBO3NO5lWfbAOvgM +id: user.user.field_domain_admin +field_name: field_domain_admin +entity_type: user +bundle: user +label: 'Domain administrator' +description: 'Select the domains this user may administer.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'domain:domain' + handler_settings: { } +field_type: entity_reference diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.settings.yml new file mode 100644 index 00000000..95c042d7 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.settings.yml @@ -0,0 +1,3 @@ +purge_batch_size: 50 +_core: + default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.storage.node.body.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.storage.node.body.yml new file mode 100644 index 00000000..dc009378 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.storage.node.body.yml @@ -0,0 +1,21 @@ +uuid: 6ba00746-1acb-4937-8483-8b58b5ff5d49 +langcode: en +status: true +dependencies: + module: + - node + - text +_core: + default_config_hash: EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY +id: node.body +field_name: body +entity_type: node +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.storage.user.field_domain_admin.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.storage.user.field_domain_admin.yml new file mode 100644 index 00000000..ab655816 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field.storage.user.field_domain_admin.yml @@ -0,0 +1,22 @@ +uuid: 369e8927-1016-433c-8179-f70f46377623 +langcode: en +status: true +dependencies: + module: + - domain + - user +_core: + default_config_hash: AdFknSS8IvRhgwe5AQBYmL82g_SdVhWAoAnBBKSYDls +id: user.field_domain_admin +field_name: field_domain_admin +entity_type: user +type: entity_reference +settings: + target_type: domain +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field_ui.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field_ui.settings.yml new file mode 100644 index 00000000..cb3d1c74 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/field_ui.settings.yml @@ -0,0 +1,4 @@ +field_prefix: field_ +langcode: fr +_core: + default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file.settings.yml new file mode 100644 index 00000000..95ee5c88 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file.settings.yml @@ -0,0 +1,9 @@ +description: + type: textfield + length: 128 +icon: + directory: core/modules/file/icons +langcode: fr +make_unused_managed_files_temporary: false +_core: + default_config_hash: _5293QOM-Perj4qDT33F4EmNlI9Ge0bNd_WYrZilDPA diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file_mdm.file_metadata_plugin.getimagesize.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file_mdm.file_metadata_plugin.getimagesize.yml new file mode 100644 index 00000000..bc927696 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file_mdm.file_metadata_plugin.getimagesize.yml @@ -0,0 +1,9 @@ +configuration: + cache: + override: false + settings: + enabled: true + expiration: 172800 + disallowed_paths: { } +_core: + default_config_hash: o53U_2I-21Es-9iqxeUMDRcRxN0spL1OiHuAVQhh2oI diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file_mdm.settings.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file_mdm.settings.yml new file mode 100644 index 00000000..10a8b741 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file_mdm.settings.yml @@ -0,0 +1,6 @@ +metadata_cache: + enabled: true + expiration: 172800 + disallowed_paths: { } +_core: + default_config_hash: Q8ZrmO8RU36KGMcNEaWFQOqYYO3z5Q4IZoS-xYy8MlA diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file_mdm_exif.file_metadata_plugin.exif.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file_mdm_exif.file_metadata_plugin.exif.yml new file mode 100644 index 00000000..b22d7657 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/file_mdm_exif.file_metadata_plugin.exif.yml @@ -0,0 +1,35 @@ +ifd_map: + 0: + type: 0 + aliases: + - '0' + - IFD0 + - Main + 1: + type: 1 + aliases: + - '1' + - IFD1 + - Thumbnail + Exif: + type: 2 + aliases: + - Exif + GPS: + type: 3 + aliases: + - GPS + Interoperability: + type: 4 + aliases: + - Interoperability + - Interop +configuration: + cache: + override: false + settings: + enabled: true + expiration: 172800 + disallowed_paths: { } +_core: + default_config_hash: u0ZqkNrnyVSnHXGBP0zlKY9dP1ZARzJZ9VSovzU_eDg diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/filter.format.plain_text.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/filter.format.plain_text.yml new file mode 100644 index 00000000..2f1f6484 --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/filter.format.plain_text.yml @@ -0,0 +1,29 @@ +uuid: 788e4ab4-5a65-4682-920d-8302edbbc517 +langcode: fr +status: true +dependencies: { } +_core: + default_config_hash: '-HkgHFb_tVNTyyY2lYcwyfNRVwiDA6HKxfP6hr2oA00' +name: 'Texte brut' +format: plain_text +weight: 10 +filters: + filter_html_escape: + id: filter_html_escape + provider: filter + status: true + weight: -10 + settings: { } + filter_url: + id: filter_url + provider: filter + status: true + weight: 0 + settings: + filter_url_length: 72 + filter_autop: + id: filter_autop + provider: filter + status: true + weight: 0 + settings: { } diff --git a/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/filter.format.wysiwyg.yml b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/filter.format.wysiwyg.yml new file mode 100644 index 00000000..8cfefdeb --- /dev/null +++ b/sites/default/config_e1tzTdpKV19n5pl02gaDCSFSPlc8_D8TC19sco3PYhmW363I2oDgyoFzEZcaEDyT1B0uL7WBEg/sync/filter.format.wysiwyg.yml @@ -0,0 +1,81 @@ +uuid: 617540dc-4990-4a6a-bb99-2532278c2c26 +langcode: fr +status: true +dependencies: + module: + - editor + - url_to_video_filter +_core: + default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g +name: wysiwyg +format: wysiwyg +weight: 0 +filters: + editor_file_reference: + id: editor_file_reference + provider: editor + status: true + weight: -50 + settings: { } + filter_html_image_secure: + id: filter_html_image_secure + provider: filter + status: true + weight: -48 + settings: { } + filter_url: + id: filter_url + provider: filter + status: true + weight: -45 + settings: + filter_url_length: 72 + filter_autop: + id: filter_autop + provider: filter + status: true + weight: -49 + settings: { } + filter_htmlcorrector: + id: filter_htmlcorrector + provider: filter + status: true + weight: -47 + settings: { } + filter_html: + id: filter_html + provider: filter + status: false + weight: -43 + settings: + allowed_html: '