From 6717cd968ea09302726d65424a5924b7034962f8 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 24 Mar 2021 11:21:56 +0100 Subject: [PATCH] re-enabled domain module --- config/sync/domain.settings.yml | 7 ++++++ config/sync/domain_alias.settings.yml | 9 +++++++ ...ain_site_settings.domainconfigsettings.yml | 4 ++++ ...eld.field.user.user.field_domain_admin.yml | 24 +++++++++++++++++++ .../field.storage.user.field_domain_admin.yml | 22 +++++++++++++++++ .../system.action.domain_default_action.yml | 13 ++++++++++ .../system.action.domain_delete_action.yml | 13 ++++++++++ .../system.action.domain_disable_action.yml | 13 ++++++++++ .../system.action.domain_enable_action.yml | 13 ++++++++++ 9 files changed, 118 insertions(+) create mode 100644 config/sync/domain.settings.yml create mode 100644 config/sync/domain_alias.settings.yml create mode 100644 config/sync/domain_site_settings.domainconfigsettings.yml create mode 100644 config/sync/field.field.user.user.field_domain_admin.yml create mode 100644 config/sync/field.storage.user.field_domain_admin.yml create mode 100644 config/sync/system.action.domain_default_action.yml create mode 100644 config/sync/system.action.domain_delete_action.yml create mode 100644 config/sync/system.action.domain_disable_action.yml create mode 100644 config/sync/system.action.domain_enable_action.yml diff --git a/config/sync/domain.settings.yml b/config/sync/domain.settings.yml new file mode 100644 index 00000000..9cd55e85 --- /dev/null +++ b/config/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/config/sync/domain_alias.settings.yml b/config/sync/domain_alias.settings.yml new file mode 100644 index 00000000..9ae73bbe --- /dev/null +++ b/config/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/config/sync/domain_site_settings.domainconfigsettings.yml b/config/sync/domain_site_settings.domainconfigsettings.yml new file mode 100644 index 00000000..e21e97a9 --- /dev/null +++ b/config/sync/domain_site_settings.domainconfigsettings.yml @@ -0,0 +1,4 @@ +domain_site_settings: null +_core: + default_config_hash: tkmglv8nLQzpf1cBcgSWFvPzgDJEfiz6bifpEQYXq84 +langcode: fr diff --git a/config/sync/field.field.user.user.field_domain_admin.yml b/config/sync/field.field.user.user.field_domain_admin.yml new file mode 100644 index 00000000..3ccdfd43 --- /dev/null +++ b/config/sync/field.field.user.user.field_domain_admin.yml @@ -0,0 +1,24 @@ +uuid: 1722ca6a-b8f6-498a-b451-3fc649f2acc0 +langcode: fr +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/config/sync/field.storage.user.field_domain_admin.yml b/config/sync/field.storage.user.field_domain_admin.yml new file mode 100644 index 00000000..d63bdd6d --- /dev/null +++ b/config/sync/field.storage.user.field_domain_admin.yml @@ -0,0 +1,22 @@ +uuid: 4ddf53c3-cf28-45ff-89a0-bffd73c34817 +langcode: fr +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/config/sync/system.action.domain_default_action.yml b/config/sync/system.action.domain_default_action.yml new file mode 100644 index 00000000..9873187b --- /dev/null +++ b/config/sync/system.action.domain_default_action.yml @@ -0,0 +1,13 @@ +uuid: ea08192f-9e25-4496-ad29-a4e2306e7f60 +langcode: fr +status: true +dependencies: + module: + - domain +_core: + default_config_hash: U77VcyTo3hScOYROyvcFDVkljoviYgj0XG_yZlxUQ8U +id: domain_default_action +label: 'Set default domain record' +type: domain +plugin: domain_default_action +configuration: { } diff --git a/config/sync/system.action.domain_delete_action.yml b/config/sync/system.action.domain_delete_action.yml new file mode 100644 index 00000000..652914bf --- /dev/null +++ b/config/sync/system.action.domain_delete_action.yml @@ -0,0 +1,13 @@ +uuid: c0da2581-be04-4ce1-bc7e-452e3e88188c +langcode: fr +status: true +dependencies: + module: + - domain +_core: + default_config_hash: '-lXBfSljb21UO_YyDLm2I4Lg8Wo0o2nc70TGC1fMiMk' +id: domain_delete_action +label: 'Delete domain record' +type: domain +plugin: domain_delete_action +configuration: { } diff --git a/config/sync/system.action.domain_disable_action.yml b/config/sync/system.action.domain_disable_action.yml new file mode 100644 index 00000000..ab2f241c --- /dev/null +++ b/config/sync/system.action.domain_disable_action.yml @@ -0,0 +1,13 @@ +uuid: e75e8ded-d171-4c2e-9a7c-b53d3123c05a +langcode: fr +status: true +dependencies: + module: + - domain +_core: + default_config_hash: DlfMeJotYBEDBKUfJoO_srd8rHic6XNYvF4esU-kJPw +id: domain_disable_action +label: 'Disable domain record' +type: domain +plugin: domain_disable_action +configuration: { } diff --git a/config/sync/system.action.domain_enable_action.yml b/config/sync/system.action.domain_enable_action.yml new file mode 100644 index 00000000..09229616 --- /dev/null +++ b/config/sync/system.action.domain_enable_action.yml @@ -0,0 +1,13 @@ +uuid: 93c9272f-1a8b-433d-96be-f650a6f010eb +langcode: fr +status: true +dependencies: + module: + - domain +_core: + default_config_hash: dHl27Ind2610Z4RQ5fCivdUGZ9NP8mQu3_TbNXTZmiY +id: domain_enable_action +label: 'Enable domain record' +type: domain +plugin: domain_enable_action +configuration: { }