From 5b631158fbd472397237cf603176e826c148192d Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 21 May 2019 15:35:05 +0200 Subject: [PATCH] exported config --- config/sync/block.block.languageswitcher.yml | 20 +++++++++++++++++++ config/sync/block.block.userblock.yml | 2 +- config/sync/block.block.userlogin.yml | 2 +- .../fr/block.block.languageswitcher.yml | 2 ++ .../language/fr/block.block.userlogin.yml | 2 ++ config/sync/language/fr/system.site.yml | 1 + ...igrate_plus.migration_group.d7_materio.yml | 2 +- ....resource.entity.configurable_language.yml | 18 +++++++++++++++++ 8 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 config/sync/block.block.languageswitcher.yml create mode 100644 config/sync/language/fr/block.block.languageswitcher.yml create mode 100644 config/sync/language/fr/block.block.userlogin.yml create mode 100644 config/sync/language/fr/system.site.yml create mode 100644 config/sync/rest.resource.entity.configurable_language.yml diff --git a/config/sync/block.block.languageswitcher.yml b/config/sync/block.block.languageswitcher.yml new file mode 100644 index 00000000..2960e321 --- /dev/null +++ b/config/sync/block.block.languageswitcher.yml @@ -0,0 +1,20 @@ +uuid: 9b669c48-6b68-4120-9f62-411494c11640 +langcode: en +status: true +dependencies: + module: + - language + theme: + - materiotheme +id: languageswitcher +theme: materiotheme +region: header_right +weight: 0 +provider: null +plugin: 'language_block:language_interface' +settings: + id: 'language_block:language_interface' + label: Language + provider: language + label_display: visible +visibility: { } diff --git a/config/sync/block.block.userblock.yml b/config/sync/block.block.userblock.yml index 14b0a308..ab334619 100644 --- a/config/sync/block.block.userblock.yml +++ b/config/sync/block.block.userblock.yml @@ -9,7 +9,7 @@ dependencies: id: userblock theme: materiotheme region: header_right -weight: 0 +weight: -1 provider: null plugin: user_block settings: diff --git a/config/sync/block.block.userlogin.yml b/config/sync/block.block.userlogin.yml index 1f00673c..c7edae22 100644 --- a/config/sync/block.block.userlogin.yml +++ b/config/sync/block.block.userlogin.yml @@ -9,7 +9,7 @@ dependencies: id: userlogin theme: materiotheme region: header_right -weight: 0 +weight: -2 provider: null plugin: user_login_block settings: diff --git a/config/sync/language/fr/block.block.languageswitcher.yml b/config/sync/language/fr/block.block.languageswitcher.yml new file mode 100644 index 00000000..cb124d85 --- /dev/null +++ b/config/sync/language/fr/block.block.languageswitcher.yml @@ -0,0 +1,2 @@ +settings: + label: Langue diff --git a/config/sync/language/fr/block.block.userlogin.yml b/config/sync/language/fr/block.block.userlogin.yml new file mode 100644 index 00000000..68d6e3bc --- /dev/null +++ b/config/sync/language/fr/block.block.userlogin.yml @@ -0,0 +1,2 @@ +settings: + label: 'Accès membre' diff --git a/config/sync/language/fr/system.site.yml b/config/sync/language/fr/system.site.yml new file mode 100644 index 00000000..a3945a8c --- /dev/null +++ b/config/sync/language/fr/system.site.yml @@ -0,0 +1 @@ +slogan: 'L''inspiration par la matière' diff --git a/config/sync/migrate_plus.migration_group.d7_materio.yml b/config/sync/migrate_plus.migration_group.d7_materio.yml index b2605cfa..974f67e7 100644 --- a/config/sync/migrate_plus.migration_group.d7_materio.yml +++ b/config/sync/migrate_plus.migration_group.d7_materio.yml @@ -1,5 +1,5 @@ uuid: 75218419-b6ef-4f16-9ea9-bc7a04727826 -langcode: en +langcode: fr status: true dependencies: enforced: diff --git a/config/sync/rest.resource.entity.configurable_language.yml b/config/sync/rest.resource.entity.configurable_language.yml new file mode 100644 index 00000000..5f4fc82c --- /dev/null +++ b/config/sync/rest.resource.entity.configurable_language.yml @@ -0,0 +1,18 @@ +uuid: 0c0bfe4d-3362-49f3-8ea3-f542442a8aed +langcode: en +status: true +dependencies: + module: + - language + - serialization + - user +id: entity.configurable_language +plugin_id: 'entity:configurable_language' +granularity: resource +configuration: + methods: + - GET + formats: + - json + authentication: + - cookie