From f54758e94fdded71fa1d3cc109a8e249907ff01f Mon Sep 17 00:00:00 2001 From: Michael Schmid Date: Wed, 5 Nov 2025 11:38:32 -0500 Subject: [PATCH 1/5] chore(config): update project name in lagoon configuration to michidemo1 --- .lagoon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lagoon.yml b/.lagoon.yml index ab792aa..fed56ab 100644 --- a/.lagoon.yml +++ b/.lagoon.yml @@ -1,6 +1,6 @@ docker-compose-yaml: docker-compose.yml -project: drupal-base +project: michidemo1 tasks: pre-rollout: From a35dc7eaade16e2393496151168dd20583e345da Mon Sep 17 00:00:00 2001 From: Michael Schmid Date: Wed, 5 Nov 2025 11:38:50 -0500 Subject: [PATCH 2/5] chore(config): add initial configuration files for various components including patches, announcements feed, automated cron, and block content types --- config/sync/announcements_feed.settings.yml | 5 + config/sync/automated_cron.settings.yml | 3 + config/sync/block.block.claro_breadcrumbs.yml | 22 + config/sync/block.block.claro_content.yml | 22 + config/sync/block.block.claro_help.yml | 22 + config/sync/block.block.claro_help_search.yml | 32 + .../sync/block.block.claro_local_actions.yml | 20 + config/sync/block.block.claro_messages.yml | 22 + config/sync/block.block.claro_page_title.yml | 20 + .../block.block.claro_primary_local_tasks.yml | 22 + ...lock.block.claro_secondary_local_tasks.yml | 22 + .../sync/block.block.olivero_account_menu.yml | 27 + .../sync/block.block.olivero_breadcrumbs.yml | 22 + config/sync/block.block.olivero_content.yml | 22 + config/sync/block.block.olivero_help.yml | 22 + config/sync/block.block.olivero_main_menu.yml | 27 + config/sync/block.block.olivero_messages.yml | 22 + .../sync/block.block.olivero_page_title.yml | 20 + config/sync/block.block.olivero_powered.yml | 22 + ...ck.block.olivero_primary_admin_actions.yml | 20 + ...lock.block.olivero_primary_local_tasks.yml | 22 + ...block.block.olivero_search_form_narrow.yml | 23 + .../block.block.olivero_search_form_wide.yml | 23 + ...ck.block.olivero_secondary_local_tasks.yml | 22 + .../block.block.olivero_site_branding.yml | 25 + config/sync/block_content.type.basic.yml | 10 + config/sync/claro.settings.yml | 3 + config/sync/comment.settings.yml | 3 + config/sync/comment.type.comment.yml | 10 + config/sync/contact.form.feedback.yml | 14 + config/sync/contact.form.personal.yml | 13 + config/sync/contact.settings.yml | 7 + ....base_field_override.node.page.promote.yml | 24 + config/sync/core.date_format.fallback.yml | 10 + config/sync/core.date_format.html_date.yml | 10 + .../sync/core.date_format.html_datetime.yml | 10 + config/sync/core.date_format.html_month.yml | 10 + config/sync/core.date_format.html_time.yml | 10 + config/sync/core.date_format.html_week.yml | 10 + config/sync/core.date_format.html_year.yml | 10 + .../core.date_format.html_yearless_date.yml | 10 + config/sync/core.date_format.long.yml | 10 + config/sync/core.date_format.medium.yml | 10 + .../sync/core.date_format.olivero_medium.yml | 13 + config/sync/core.date_format.short.yml | 10 + ...rm_display.block_content.basic.default.yml | 35 + ...y_form_display.comment.comment.default.yml | 36 + ...tity_form_display.node.article.default.yml | 109 ++ ....entity_form_display.node.page.default.yml | 79 + ....entity_form_display.user.user.default.yml | 38 + .../core.entity_form_mode.user.register.yml | 13 + ...ew_display.block_content.basic.default.yml | 24 + ...y_view_display.comment.comment.default.yml | 27 + ...tity_view_display.node.article.default.yml | 65 + ...e.entity_view_display.node.article.rss.yml | 28 + ...ntity_view_display.node.article.teaser.yml | 55 + ....entity_view_display.node.page.default.yml | 28 + ...e.entity_view_display.node.page.teaser.yml | 30 + ....entity_view_display.user.user.compact.yml | 31 + ....entity_view_display.user.user.default.yml | 32 + ...re.entity_view_mode.block_content.full.yml | 13 + .../core.entity_view_mode.comment.full.yml | 13 + .../sync/core.entity_view_mode.node.full.yml | 13 + .../sync/core.entity_view_mode.node.rss.yml | 13 + ...ore.entity_view_mode.node.search_index.yml | 13 + ...re.entity_view_mode.node.search_result.yml | 13 + .../core.entity_view_mode.node.teaser.yml | 13 + ...re.entity_view_mode.taxonomy_term.full.yml | 13 + .../core.entity_view_mode.user.compact.yml | 13 + .../sync/core.entity_view_mode.user.full.yml | 13 + config/sync/core.extension.yml | 49 + .../core.menu.static_menu_link_overrides.yml | 9 + config/sync/dblog.settings.yml | 3 + config/sync/editor.editor.basic_html.yml | 68 + config/sync/editor.editor.full_html.yml | 105 ++ .../field.field.block_content.basic.body.yml | 26 + ...eld.field.comment.comment.comment_body.yml | 24 + config/sync/field.field.node.article.body.yml | 26 + .../sync/field.field.node.article.comment.yml | 35 + .../field.field.node.article.field_image.yml | 40 + .../field.field.node.article.field_tags.yml | 29 + config/sync/field.field.node.page.body.yml | 26 + .../field.field.user.user.user_picture.yml | 40 + config/sync/field.settings.yml | 3 + .../sync/field.storage.block_content.body.yml | 21 + .../field.storage.comment.comment_body.yml | 21 + config/sync/field.storage.node.body.yml | 21 + config/sync/field.storage.node.comment.yml | 22 + .../sync/field.storage.node.field_image.yml | 34 + config/sync/field.storage.node.field_tags.yml | 22 + .../sync/field.storage.user.user_picture.yml | 34 + config/sync/field_ui.settings.yml | 3 + config/sync/file.settings.yml | 15 + config/sync/filter.format.basic_html.yml | 51 + config/sync/filter.format.full_html.yml | 42 + config/sync/filter.format.plain_text.yml | 29 + config/sync/filter.format.restricted_html.yml | 32 + config/sync/filter.settings.yml | 4 + config/sync/image.settings.yml | 5 + config/sync/image.style.large.yml | 23 + config/sync/image.style.medium.yml | 23 + config/sync/image.style.thumbnail.yml | 23 + config/sync/image.style.wide.yml | 23 + config/sync/menu_ui.settings.yml | 3 + config/sync/node.settings.yml | 3 + config/sync/node.type.article.yml | 13 + config/sync/node.type.page.yml | 13 + config/sync/olivero.settings.yml | 17 + config/sync/search.page.help_search.yml | 14 + config/sync/search.page.node_search.yml | 15 + config/sync/search.page.user_search.yml | 14 + config/sync/search.settings.yml | 22 + config/sync/shortcut.set.default.yml | 8 + .../system.action.comment_delete_action.yml | 13 + .../system.action.comment_publish_action.yml | 13 + .../system.action.comment_save_action.yml | 13 + ...system.action.comment_unpublish_action.yml | 13 + .../sync/system.action.node_delete_action.yml | 13 + .../system.action.node_make_sticky_action.yml | 13 + ...ystem.action.node_make_unsticky_action.yml | 13 + .../system.action.node_promote_action.yml | 13 + .../system.action.node_publish_action.yml | 13 + .../sync/system.action.node_save_action.yml | 13 + .../system.action.node_unpromote_action.yml | 13 + .../system.action.node_unpublish_action.yml | 13 + ...em.action.taxonomy_term_publish_action.yml | 13 + ....action.taxonomy_term_unpublish_action.yml | 13 + ...ion.user_add_role_action.administrator.yml | 14 + ...on.user_add_role_action.content_editor.yml | 14 + .../system.action.user_block_user_action.yml | 13 + .../system.action.user_cancel_user_action.yml | 13 + ....user_remove_role_action.administrator.yml | 14 + ...user_remove_role_action.content_editor.yml | 14 + ...system.action.user_unblock_user_action.yml | 13 + config/sync/system.advisories.yml | 4 + config/sync/system.cron.yml | 6 + config/sync/system.date.yml | 11 + config/sync/system.diff.yml | 5 + config/sync/system.feature_flags.yml | 3 + config/sync/system.file.yml | 5 + config/sync/system.image.gd.yml | 3 + config/sync/system.image.yml | 3 + config/sync/system.logging.yml | 3 + config/sync/system.mail.yml | 11 + config/sync/system.maintenance.yml | 4 + config/sync/system.menu.account.yml | 10 + config/sync/system.menu.admin.yml | 10 + config/sync/system.menu.footer.yml | 10 + config/sync/system.menu.main.yml | 10 + config/sync/system.menu.tools.yml | 10 + config/sync/system.performance.yml | 16 + config/sync/system.rss.yml | 4 + config/sync/system.site.yml | 15 + config/sync/system.theme.global.yml | 16 + config/sync/system.theme.yml | 4 + config/sync/taxonomy.settings.yml | 5 + config/sync/taxonomy.vocabulary.tags.yml | 11 + config/sync/text.settings.yml | 3 + config/sync/update.settings.yml | 13 + config/sync/user.flood.yml | 7 + config/sync/user.mail.yml | 116 ++ config/sync/user.role.administrator.yml | 11 + config/sync/user.role.anonymous.yml | 24 + config/sync/user.role.authenticated.yml | 30 + config/sync/user.role.content_editor.yml | 47 + config/sync/user.settings.yml | 18 + config/sync/views.settings.yml | 47 + config/sync/views.view.archive.yml | 248 +++ config/sync/views.view.block_content.yml | 550 ++++++ config/sync/views.view.comment.yml | 1606 +++++++++++++++++ config/sync/views.view.comments_recent.yml | 270 +++ config/sync/views.view.content.yml | 688 +++++++ config/sync/views.view.content_recent.yml | 323 ++++ config/sync/views.view.files.yml | 1195 ++++++++++++ config/sync/views.view.frontpage.yml | 313 ++++ config/sync/views.view.glossary.yml | 482 +++++ config/sync/views.view.taxonomy_term.yml | 319 ++++ config/sync/views.view.user_admin_people.yml | 921 ++++++++++ config/sync/views.view.watchdog.yml | 710 ++++++++ config/sync/views.view.who_s_new.yml | 197 ++ config/sync/views.view.who_s_online.yml | 224 +++ patches.lock.json | 4 + 182 files changed, 11373 insertions(+) create mode 100644 config/sync/announcements_feed.settings.yml create mode 100644 config/sync/automated_cron.settings.yml create mode 100644 config/sync/block.block.claro_breadcrumbs.yml create mode 100644 config/sync/block.block.claro_content.yml create mode 100644 config/sync/block.block.claro_help.yml create mode 100644 config/sync/block.block.claro_help_search.yml create mode 100644 config/sync/block.block.claro_local_actions.yml create mode 100644 config/sync/block.block.claro_messages.yml create mode 100644 config/sync/block.block.claro_page_title.yml create mode 100644 config/sync/block.block.claro_primary_local_tasks.yml create mode 100644 config/sync/block.block.claro_secondary_local_tasks.yml create mode 100644 config/sync/block.block.olivero_account_menu.yml create mode 100644 config/sync/block.block.olivero_breadcrumbs.yml create mode 100644 config/sync/block.block.olivero_content.yml create mode 100644 config/sync/block.block.olivero_help.yml create mode 100644 config/sync/block.block.olivero_main_menu.yml create mode 100644 config/sync/block.block.olivero_messages.yml create mode 100644 config/sync/block.block.olivero_page_title.yml create mode 100644 config/sync/block.block.olivero_powered.yml create mode 100644 config/sync/block.block.olivero_primary_admin_actions.yml create mode 100644 config/sync/block.block.olivero_primary_local_tasks.yml create mode 100644 config/sync/block.block.olivero_search_form_narrow.yml create mode 100644 config/sync/block.block.olivero_search_form_wide.yml create mode 100644 config/sync/block.block.olivero_secondary_local_tasks.yml create mode 100644 config/sync/block.block.olivero_site_branding.yml create mode 100644 config/sync/block_content.type.basic.yml create mode 100644 config/sync/claro.settings.yml create mode 100644 config/sync/comment.settings.yml create mode 100644 config/sync/comment.type.comment.yml create mode 100644 config/sync/contact.form.feedback.yml create mode 100644 config/sync/contact.form.personal.yml create mode 100644 config/sync/contact.settings.yml create mode 100644 config/sync/core.base_field_override.node.page.promote.yml create mode 100644 config/sync/core.date_format.fallback.yml create mode 100644 config/sync/core.date_format.html_date.yml create mode 100644 config/sync/core.date_format.html_datetime.yml create mode 100644 config/sync/core.date_format.html_month.yml create mode 100644 config/sync/core.date_format.html_time.yml create mode 100644 config/sync/core.date_format.html_week.yml create mode 100644 config/sync/core.date_format.html_year.yml create mode 100644 config/sync/core.date_format.html_yearless_date.yml create mode 100644 config/sync/core.date_format.long.yml create mode 100644 config/sync/core.date_format.medium.yml create mode 100644 config/sync/core.date_format.olivero_medium.yml create mode 100644 config/sync/core.date_format.short.yml create mode 100644 config/sync/core.entity_form_display.block_content.basic.default.yml create mode 100644 config/sync/core.entity_form_display.comment.comment.default.yml create mode 100644 config/sync/core.entity_form_display.node.article.default.yml create mode 100644 config/sync/core.entity_form_display.node.page.default.yml create mode 100644 config/sync/core.entity_form_display.user.user.default.yml create mode 100644 config/sync/core.entity_form_mode.user.register.yml create mode 100644 config/sync/core.entity_view_display.block_content.basic.default.yml create mode 100644 config/sync/core.entity_view_display.comment.comment.default.yml create mode 100644 config/sync/core.entity_view_display.node.article.default.yml create mode 100644 config/sync/core.entity_view_display.node.article.rss.yml create mode 100644 config/sync/core.entity_view_display.node.article.teaser.yml create mode 100644 config/sync/core.entity_view_display.node.page.default.yml create mode 100644 config/sync/core.entity_view_display.node.page.teaser.yml create mode 100644 config/sync/core.entity_view_display.user.user.compact.yml create mode 100644 config/sync/core.entity_view_display.user.user.default.yml create mode 100644 config/sync/core.entity_view_mode.block_content.full.yml create mode 100644 config/sync/core.entity_view_mode.comment.full.yml create mode 100644 config/sync/core.entity_view_mode.node.full.yml create mode 100644 config/sync/core.entity_view_mode.node.rss.yml create mode 100644 config/sync/core.entity_view_mode.node.search_index.yml create mode 100644 config/sync/core.entity_view_mode.node.search_result.yml create mode 100644 config/sync/core.entity_view_mode.node.teaser.yml create mode 100644 config/sync/core.entity_view_mode.taxonomy_term.full.yml create mode 100644 config/sync/core.entity_view_mode.user.compact.yml create mode 100644 config/sync/core.entity_view_mode.user.full.yml create mode 100644 config/sync/core.extension.yml create mode 100644 config/sync/core.menu.static_menu_link_overrides.yml create mode 100644 config/sync/dblog.settings.yml create mode 100644 config/sync/editor.editor.basic_html.yml create mode 100644 config/sync/editor.editor.full_html.yml create mode 100644 config/sync/field.field.block_content.basic.body.yml create mode 100644 config/sync/field.field.comment.comment.comment_body.yml create mode 100644 config/sync/field.field.node.article.body.yml create mode 100644 config/sync/field.field.node.article.comment.yml create mode 100644 config/sync/field.field.node.article.field_image.yml create mode 100644 config/sync/field.field.node.article.field_tags.yml create mode 100644 config/sync/field.field.node.page.body.yml create mode 100644 config/sync/field.field.user.user.user_picture.yml create mode 100644 config/sync/field.settings.yml create mode 100644 config/sync/field.storage.block_content.body.yml create mode 100644 config/sync/field.storage.comment.comment_body.yml create mode 100644 config/sync/field.storage.node.body.yml create mode 100644 config/sync/field.storage.node.comment.yml create mode 100644 config/sync/field.storage.node.field_image.yml create mode 100644 config/sync/field.storage.node.field_tags.yml create mode 100644 config/sync/field.storage.user.user_picture.yml create mode 100644 config/sync/field_ui.settings.yml create mode 100644 config/sync/file.settings.yml create mode 100644 config/sync/filter.format.basic_html.yml create mode 100644 config/sync/filter.format.full_html.yml create mode 100644 config/sync/filter.format.plain_text.yml create mode 100644 config/sync/filter.format.restricted_html.yml create mode 100644 config/sync/filter.settings.yml create mode 100644 config/sync/image.settings.yml create mode 100644 config/sync/image.style.large.yml create mode 100644 config/sync/image.style.medium.yml create mode 100644 config/sync/image.style.thumbnail.yml create mode 100644 config/sync/image.style.wide.yml create mode 100644 config/sync/menu_ui.settings.yml create mode 100644 config/sync/node.settings.yml create mode 100644 config/sync/node.type.article.yml create mode 100644 config/sync/node.type.page.yml create mode 100644 config/sync/olivero.settings.yml create mode 100644 config/sync/search.page.help_search.yml create mode 100644 config/sync/search.page.node_search.yml create mode 100644 config/sync/search.page.user_search.yml create mode 100644 config/sync/search.settings.yml create mode 100644 config/sync/shortcut.set.default.yml create mode 100644 config/sync/system.action.comment_delete_action.yml create mode 100644 config/sync/system.action.comment_publish_action.yml create mode 100644 config/sync/system.action.comment_save_action.yml create mode 100644 config/sync/system.action.comment_unpublish_action.yml create mode 100644 config/sync/system.action.node_delete_action.yml create mode 100644 config/sync/system.action.node_make_sticky_action.yml create mode 100644 config/sync/system.action.node_make_unsticky_action.yml create mode 100644 config/sync/system.action.node_promote_action.yml create mode 100644 config/sync/system.action.node_publish_action.yml create mode 100644 config/sync/system.action.node_save_action.yml create mode 100644 config/sync/system.action.node_unpromote_action.yml create mode 100644 config/sync/system.action.node_unpublish_action.yml create mode 100644 config/sync/system.action.taxonomy_term_publish_action.yml create mode 100644 config/sync/system.action.taxonomy_term_unpublish_action.yml create mode 100644 config/sync/system.action.user_add_role_action.administrator.yml create mode 100644 config/sync/system.action.user_add_role_action.content_editor.yml create mode 100644 config/sync/system.action.user_block_user_action.yml create mode 100644 config/sync/system.action.user_cancel_user_action.yml create mode 100644 config/sync/system.action.user_remove_role_action.administrator.yml create mode 100644 config/sync/system.action.user_remove_role_action.content_editor.yml create mode 100644 config/sync/system.action.user_unblock_user_action.yml create mode 100644 config/sync/system.advisories.yml create mode 100644 config/sync/system.cron.yml create mode 100644 config/sync/system.date.yml create mode 100644 config/sync/system.diff.yml create mode 100644 config/sync/system.feature_flags.yml create mode 100644 config/sync/system.file.yml create mode 100644 config/sync/system.image.gd.yml create mode 100644 config/sync/system.image.yml create mode 100644 config/sync/system.logging.yml create mode 100644 config/sync/system.mail.yml create mode 100644 config/sync/system.maintenance.yml create mode 100644 config/sync/system.menu.account.yml create mode 100644 config/sync/system.menu.admin.yml create mode 100644 config/sync/system.menu.footer.yml create mode 100644 config/sync/system.menu.main.yml create mode 100644 config/sync/system.menu.tools.yml create mode 100644 config/sync/system.performance.yml create mode 100644 config/sync/system.rss.yml create mode 100644 config/sync/system.site.yml create mode 100644 config/sync/system.theme.global.yml create mode 100644 config/sync/system.theme.yml create mode 100644 config/sync/taxonomy.settings.yml create mode 100644 config/sync/taxonomy.vocabulary.tags.yml create mode 100644 config/sync/text.settings.yml create mode 100644 config/sync/update.settings.yml create mode 100644 config/sync/user.flood.yml create mode 100644 config/sync/user.mail.yml create mode 100644 config/sync/user.role.administrator.yml create mode 100644 config/sync/user.role.anonymous.yml create mode 100644 config/sync/user.role.authenticated.yml create mode 100644 config/sync/user.role.content_editor.yml create mode 100644 config/sync/user.settings.yml create mode 100644 config/sync/views.settings.yml create mode 100644 config/sync/views.view.archive.yml create mode 100644 config/sync/views.view.block_content.yml create mode 100644 config/sync/views.view.comment.yml create mode 100644 config/sync/views.view.comments_recent.yml create mode 100644 config/sync/views.view.content.yml create mode 100644 config/sync/views.view.content_recent.yml create mode 100644 config/sync/views.view.files.yml create mode 100644 config/sync/views.view.frontpage.yml create mode 100644 config/sync/views.view.glossary.yml create mode 100644 config/sync/views.view.taxonomy_term.yml create mode 100644 config/sync/views.view.user_admin_people.yml create mode 100644 config/sync/views.view.watchdog.yml create mode 100644 config/sync/views.view.who_s_new.yml create mode 100644 config/sync/views.view.who_s_online.yml create mode 100644 patches.lock.json diff --git a/config/sync/announcements_feed.settings.yml b/config/sync/announcements_feed.settings.yml new file mode 100644 index 0000000..2149bcc --- /dev/null +++ b/config/sync/announcements_feed.settings.yml @@ -0,0 +1,5 @@ +_core: + default_config_hash: 0G5pZBcxbg8ONYzNLd1RJIsvuFFewm9htnS4I-ABKJ8 +max_age: 86400 +cron_interval: 21600 +limit: 10 diff --git a/config/sync/automated_cron.settings.yml b/config/sync/automated_cron.settings.yml new file mode 100644 index 0000000..3fc5821 --- /dev/null +++ b/config/sync/automated_cron.settings.yml @@ -0,0 +1,3 @@ +_core: + default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs +interval: 10800 diff --git a/config/sync/block.block.claro_breadcrumbs.yml b/config/sync/block.block.claro_breadcrumbs.yml new file mode 100644 index 0000000..0e3420a --- /dev/null +++ b/config/sync/block.block.claro_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: edd18897-8a74-4736-9797-7ffa0851ee05 +langcode: en +status: true +dependencies: + module: + - system + theme: + - claro +_core: + default_config_hash: NjcxOBrPOiK5-38t56DwFBDVY4yer7YSlbRWXFuHe7A +id: claro_breadcrumbs +theme: claro +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.claro_content.yml b/config/sync/block.block.claro_content.yml new file mode 100644 index 0000000..5cc125c --- /dev/null +++ b/config/sync/block.block.claro_content.yml @@ -0,0 +1,22 @@ +uuid: 092c7a88-6ef2-4b9e-9575-a8133c0e5470 +langcode: en +status: true +dependencies: + module: + - system + theme: + - claro +_core: + default_config_hash: a0Yyx1GeyKarZ4T_yXQBR_ZFKnXiFLtxAb6gWLd8nr0 +id: claro_content +theme: claro +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.claro_help.yml b/config/sync/block.block.claro_help.yml new file mode 100644 index 0000000..aa29baa --- /dev/null +++ b/config/sync/block.block.claro_help.yml @@ -0,0 +1,22 @@ +uuid: 47d5088e-843f-4aa1-a20d-614ca16c565e +langcode: en +status: true +dependencies: + module: + - help + theme: + - claro +_core: + default_config_hash: jccFSSVqV0WCDb6NtML1VWAWTtDbZ-zn5YgTRMgMrIM +id: claro_help +theme: claro +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/config/sync/block.block.claro_help_search.yml b/config/sync/block.block.claro_help_search.yml new file mode 100644 index 0000000..f1953c1 --- /dev/null +++ b/config/sync/block.block.claro_help_search.yml @@ -0,0 +1,32 @@ +uuid: a641a752-cb5d-4f75-a116-0879c86ba9a3 +langcode: en +status: true +dependencies: + module: + - search + - system + theme: + - claro + enforced: + config: + - search.page.help_search +_core: + default_config_hash: 2ToeZLvlHKTeFY74gpgu1PejLoFyCECLO_gw6rAZwqw +id: claro_help_search +theme: claro +region: help +weight: -4 +provider: null +plugin: search_form_block +settings: + id: search_form_block + label: 'Search help' + label_display: visible + provider: search + page_id: help_search +visibility: + request_path: + id: request_path + negate: false + context_mapping: { } + pages: /admin/help diff --git a/config/sync/block.block.claro_local_actions.yml b/config/sync/block.block.claro_local_actions.yml new file mode 100644 index 0000000..ad54db3 --- /dev/null +++ b/config/sync/block.block.claro_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 1f42a169-4a0a-4683-93e3-853a52a6d9c5 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: CdXfDmRgAvms7EQovxxWPdYi0GitxeRbVtScYK16ZH0 +id: claro_local_actions +theme: claro +region: content +weight: -10 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + label_display: '0' + provider: core +visibility: { } diff --git a/config/sync/block.block.claro_messages.yml b/config/sync/block.block.claro_messages.yml new file mode 100644 index 0000000..1559f5f --- /dev/null +++ b/config/sync/block.block.claro_messages.yml @@ -0,0 +1,22 @@ +uuid: 07f998cd-71f0-4cc8-937c-26b5eae5e25e +langcode: en +status: true +dependencies: + module: + - system + theme: + - claro +_core: + default_config_hash: '-Ac3ISpIT0PQ-whzD7_dw0SdKi6dAbRFNWdSjOiVDqg' +id: claro_messages +theme: claro +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.claro_page_title.yml b/config/sync/block.block.claro_page_title.yml new file mode 100644 index 0000000..ebcbf37 --- /dev/null +++ b/config/sync/block.block.claro_page_title.yml @@ -0,0 +1,20 @@ +uuid: 926625fb-65a0-4573-bbe7-e56cb79980f2 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: fNwDdW063tk_ktzSWzZVeQS9wzvLooVO280BQ9WrsIs +id: claro_page_title +theme: claro +region: header +weight: -30 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + label_display: '0' + provider: core +visibility: { } diff --git a/config/sync/block.block.claro_primary_local_tasks.yml b/config/sync/block.block.claro_primary_local_tasks.yml new file mode 100644 index 0000000..8e14828 --- /dev/null +++ b/config/sync/block.block.claro_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: fe5358d0-bc13-4c61-977f-61889c1e15d5 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: ACjBZI5shAMiiUpsz-inLYVXDqNNXRnSzAWV3kV_8Hw +id: claro_primary_local_tasks +theme: claro +region: header +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + label_display: '0' + provider: core + primary: true + secondary: false +visibility: { } diff --git a/config/sync/block.block.claro_secondary_local_tasks.yml b/config/sync/block.block.claro_secondary_local_tasks.yml new file mode 100644 index 0000000..123bf4f --- /dev/null +++ b/config/sync/block.block.claro_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 9560e0c2-8589-45c0-b582-93eae9d89440 +langcode: en +status: true +dependencies: + theme: + - claro +_core: + default_config_hash: 2L0geP-ixCbCkEpW6BVF6H7vDUZN4ea07_Y9CociQm4 +id: claro_secondary_local_tasks +theme: claro +region: pre_content +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + label_display: '0' + provider: core + primary: false + secondary: true +visibility: { } diff --git a/config/sync/block.block.olivero_account_menu.yml b/config/sync/block.block.olivero_account_menu.yml new file mode 100644 index 0000000..94e6193 --- /dev/null +++ b/config/sync/block.block.olivero_account_menu.yml @@ -0,0 +1,27 @@ +uuid: 0e827316-4b30-481c-95af-28e9ee258c0b +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - olivero +_core: + default_config_hash: gmxYWWHmgbe0Pnv8y48ZLSLH5mEHejOjAP6RLxUfdzU +id: olivero_account_menu +theme: olivero +region: secondary_menu +weight: -4 +provider: null +plugin: 'system_menu_block:account' +settings: + id: 'system_menu_block:account' + label: 'User account menu' + label_display: '0' + provider: system + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/sync/block.block.olivero_breadcrumbs.yml b/config/sync/block.block.olivero_breadcrumbs.yml new file mode 100644 index 0000000..6b0eb07 --- /dev/null +++ b/config/sync/block.block.olivero_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 33ffe6da-ce7b-4b14-8f28-b1b8c3d036a0 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: VhBzWb7lMRtIOg9G7VSw_0uopi-7zXeHq4vXqqV1HFE +id: olivero_breadcrumbs +theme: olivero +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.olivero_content.yml b/config/sync/block.block.olivero_content.yml new file mode 100644 index 0000000..5748c6f --- /dev/null +++ b/config/sync/block.block.olivero_content.yml @@ -0,0 +1,22 @@ +uuid: 867519af-0950-43a6-ae80-7d2b3f2595ab +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: erQSEZF2XUjNmgTl0uNRBzmg18ZGXwUcw2FhApoeuHk +id: olivero_content +theme: olivero +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.olivero_help.yml b/config/sync/block.block.olivero_help.yml new file mode 100644 index 0000000..84723ec --- /dev/null +++ b/config/sync/block.block.olivero_help.yml @@ -0,0 +1,22 @@ +uuid: 8a1a6984-d4a1-4ada-bb46-fac9e78f5e00 +langcode: en +status: true +dependencies: + module: + - help + theme: + - olivero +_core: + default_config_hash: VfPFqqxfkomud5CO8DUijw85QIl9GIxh_nIxLOYESxg +id: olivero_help +theme: olivero +region: content_above +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/config/sync/block.block.olivero_main_menu.yml b/config/sync/block.block.olivero_main_menu.yml new file mode 100644 index 0000000..e2ec84f --- /dev/null +++ b/config/sync/block.block.olivero_main_menu.yml @@ -0,0 +1,27 @@ +uuid: a8c5bc04-9d48-4e45-b23c-0efd73b8ed1e +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - system + theme: + - olivero +_core: + default_config_hash: KWAiziL39uEzmOJEql_wbUP2RtqGceL3WM2CfxhMelE +id: olivero_main_menu +theme: olivero +region: primary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:main' +settings: + id: 'system_menu_block:main' + label: 'Main navigation' + label_display: '0' + provider: system + level: 1 + depth: 2 + expand_all_items: true +visibility: { } diff --git a/config/sync/block.block.olivero_messages.yml b/config/sync/block.block.olivero_messages.yml new file mode 100644 index 0000000..b190ea9 --- /dev/null +++ b/config/sync/block.block.olivero_messages.yml @@ -0,0 +1,22 @@ +uuid: 86100941-34d6-405f-bfd4-10c1a121b330 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: BZ5tpW7H8X4PVGRm3MImTIHd2tN0eF7zOtp4SpRYUA0 +id: olivero_messages +theme: olivero +region: highlighted +weight: -5 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.olivero_page_title.yml b/config/sync/block.block.olivero_page_title.yml new file mode 100644 index 0000000..d43b862 --- /dev/null +++ b/config/sync/block.block.olivero_page_title.yml @@ -0,0 +1,20 @@ +uuid: f96f93d4-443b-43cf-a19c-44a3a8d391b6 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: 6aOgWsNTXjqrDm98TXSAjP6qd2nCijD1xw45MrnbK-Y +id: olivero_page_title +theme: olivero +region: content_above +weight: -5 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + label_display: '0' + provider: core +visibility: { } diff --git a/config/sync/block.block.olivero_powered.yml b/config/sync/block.block.olivero_powered.yml new file mode 100644 index 0000000..7157a11 --- /dev/null +++ b/config/sync/block.block.olivero_powered.yml @@ -0,0 +1,22 @@ +uuid: 812e7eea-f2d4-4b8e-b2af-2b64793ad0d2 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: eYL19CLDyinGTWYQfBD1DswWzglEotE_kHnHx3AxTXM +id: olivero_powered +theme: olivero +region: footer_bottom +weight: 0 +provider: null +plugin: system_powered_by_block +settings: + id: system_powered_by_block + label: 'Powered by Drupal' + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.olivero_primary_admin_actions.yml b/config/sync/block.block.olivero_primary_admin_actions.yml new file mode 100644 index 0000000..fe28b9b --- /dev/null +++ b/config/sync/block.block.olivero_primary_admin_actions.yml @@ -0,0 +1,20 @@ +uuid: 9aff8c6a-1ed9-4471-b6e4-107cd3aa2734 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: Q9_2whdOj1YIomfvsIfopROW4FT_X5pY0DjdOiOaQ5U +id: olivero_primary_admin_actions +theme: olivero +region: highlighted +weight: -5 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + label_display: '0' + provider: core +visibility: { } diff --git a/config/sync/block.block.olivero_primary_local_tasks.yml b/config/sync/block.block.olivero_primary_local_tasks.yml new file mode 100644 index 0000000..aabb515 --- /dev/null +++ b/config/sync/block.block.olivero_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 396a6d91-58d2-4c88-91eb-4c9aa57a5e05 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: nGE3EoPQQaQCuqTUtZgw0-KIzmrqdKDzdNQf2JyPUt4 +id: olivero_primary_local_tasks +theme: olivero +region: highlighted +weight: -4 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + label_display: '0' + provider: core + primary: true + secondary: false +visibility: { } diff --git a/config/sync/block.block.olivero_search_form_narrow.yml b/config/sync/block.block.olivero_search_form_narrow.yml new file mode 100644 index 0000000..6fa2e17 --- /dev/null +++ b/config/sync/block.block.olivero_search_form_narrow.yml @@ -0,0 +1,23 @@ +uuid: f14a3c20-57d9-40a2-87e0-b7eb925de8e7 +langcode: en +status: true +dependencies: + module: + - search + theme: + - olivero +_core: + default_config_hash: _nZjxxdypO6xrOAJkCYD81v0L7wh2zbCAVO7_C-UKIc +id: olivero_search_form_narrow +theme: olivero +region: primary_menu +weight: -4 +provider: null +plugin: search_form_block +settings: + id: search_form_block + label: 'Search form (narrow)' + label_display: '0' + provider: search + page_id: null +visibility: { } diff --git a/config/sync/block.block.olivero_search_form_wide.yml b/config/sync/block.block.olivero_search_form_wide.yml new file mode 100644 index 0000000..a95df52 --- /dev/null +++ b/config/sync/block.block.olivero_search_form_wide.yml @@ -0,0 +1,23 @@ +uuid: 68bd4191-323a-4935-8295-55f27ac14271 +langcode: en +status: true +dependencies: + module: + - search + theme: + - olivero +_core: + default_config_hash: pbbed0hdqGDF-_QWVVTWRAwgDIotFuAvWH5mWUZu0fA +id: olivero_search_form_wide +theme: olivero +region: secondary_menu +weight: -5 +provider: null +plugin: search_form_block +settings: + id: search_form_block + label: 'Search form (wide)' + label_display: '0' + provider: search + page_id: null +visibility: { } diff --git a/config/sync/block.block.olivero_secondary_local_tasks.yml b/config/sync/block.block.olivero_secondary_local_tasks.yml new file mode 100644 index 0000000..bebb59b --- /dev/null +++ b/config/sync/block.block.olivero_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 76fa547c-94e1-4299-af1d-44e38ebeddcb +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: ydSxdq7R66I8UMC460rOzlfzvlUL4VRbdwc6z9DWaUI +id: olivero_secondary_local_tasks +theme: olivero +region: highlighted +weight: -2 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + label_display: '0' + provider: core + primary: false + secondary: true +visibility: { } diff --git a/config/sync/block.block.olivero_site_branding.yml b/config/sync/block.block.olivero_site_branding.yml new file mode 100644 index 0000000..8fa59ca --- /dev/null +++ b/config/sync/block.block.olivero_site_branding.yml @@ -0,0 +1,25 @@ +uuid: 76089b2b-34f8-43bc-8733-ee9f0e3e1ce3 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: '-OAAZDw1OR_UyAEPEKX0Hu4LaZD149vW9PmMnIC-v0o' +id: olivero_site_branding +theme: olivero +region: header +weight: 0 +provider: null +plugin: system_branding_block +settings: + id: system_branding_block + label: 'Site branding' + label_display: '0' + provider: system + use_site_logo: true + use_site_name: true + use_site_slogan: true +visibility: { } diff --git a/config/sync/block_content.type.basic.yml b/config/sync/block_content.type.basic.yml new file mode 100644 index 0000000..b7a1631 --- /dev/null +++ b/config/sync/block_content.type.basic.yml @@ -0,0 +1,10 @@ +uuid: e6cdb2ae-faf0-4a18-9a03-26a30a0235c8 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: pQP5iQy4SdhAMVcjDUncCfkJmTofnHVtXrsMzx4k6Yk +id: basic +label: 'Basic block' +revision: false +description: 'A basic block contains a title and a body.' diff --git a/config/sync/claro.settings.yml b/config/sync/claro.settings.yml new file mode 100644 index 0000000..6bba58b --- /dev/null +++ b/config/sync/claro.settings.yml @@ -0,0 +1,3 @@ +third_party_settings: + shortcut: + module_link: true diff --git a/config/sync/comment.settings.yml b/config/sync/comment.settings.yml new file mode 100644 index 0000000..5b7ad98 --- /dev/null +++ b/config/sync/comment.settings.yml @@ -0,0 +1,3 @@ +_core: + default_config_hash: YNUW2Ij5uE7a4oaXp3i_2lvaFdYM1zNKPPfnEjB0jEc +log_ip_addresses: false diff --git a/config/sync/comment.type.comment.yml b/config/sync/comment.type.comment.yml new file mode 100644 index 0000000..2941589 --- /dev/null +++ b/config/sync/comment.type.comment.yml @@ -0,0 +1,10 @@ +uuid: ccf21a2e-d67a-4757-88c9-b76cd6910516 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: bqZsN31T2n0UjcbyCpOPi9D2iO0sAOHR7FnEs9qMvaA +id: comment +label: 'Default comments' +target_entity_type_id: node +description: 'Allows commenting on content' diff --git a/config/sync/contact.form.feedback.yml b/config/sync/contact.form.feedback.yml new file mode 100644 index 0000000..10d5b7e --- /dev/null +++ b/config/sync/contact.form.feedback.yml @@ -0,0 +1,14 @@ +uuid: 6a24c84b-2c97-47e2-8f13-1e0f25d62394 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw +id: feedback +label: 'Website feedback' +recipients: + - admin@example.com +reply: '' +weight: 0 +message: 'Your message has been sent.' +redirect: '' diff --git a/config/sync/contact.form.personal.yml b/config/sync/contact.form.personal.yml new file mode 100644 index 0000000..c53d1ea --- /dev/null +++ b/config/sync/contact.form.personal.yml @@ -0,0 +1,13 @@ +uuid: 56893108-4a52-4e89-9143-d73c9c2dbbe7 +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/config/sync/contact.settings.yml b/config/sync/contact.settings.yml new file mode 100644 index 0000000..1c949a6 --- /dev/null +++ b/config/sync/contact.settings.yml @@ -0,0 +1,7 @@ +_core: + default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8 +default_form: feedback +flood: + limit: 5 + interval: 3600 +user_default_enabled: true diff --git a/config/sync/core.base_field_override.node.page.promote.yml b/config/sync/core.base_field_override.node.page.promote.yml new file mode 100644 index 0000000..4000343 --- /dev/null +++ b/config/sync/core.base_field_override.node.page.promote.yml @@ -0,0 +1,24 @@ +uuid: 95ac6a0e-d6a4-4bbd-a4fa-b7cf86a6a0a2 +langcode: en +status: true +dependencies: + config: + - node.type.page +_core: + default_config_hash: fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ +id: node.page.promote +field_name: promote +entity_type: node +bundle: page +label: 'Promoted to front page' +description: '' +required: false +translatable: false +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sync/core.date_format.fallback.yml b/config/sync/core.date_format.fallback.yml new file mode 100644 index 0000000..6ec79ea --- /dev/null +++ b/config/sync/core.date_format.fallback.yml @@ -0,0 +1,10 @@ +uuid: 3fafe45f-4872-47e8-a2f3-02c43c329408 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: iIBLu1j9n6Oo5PW-wpu5gdyNs9Kvv4LMRqtQUdJjRz8 +id: fallback +label: 'Fallback date format' +locked: true +pattern: 'D, j M Y - H:i' diff --git a/config/sync/core.date_format.html_date.yml b/config/sync/core.date_format.html_date.yml new file mode 100644 index 0000000..631e567 --- /dev/null +++ b/config/sync/core.date_format.html_date.yml @@ -0,0 +1,10 @@ +uuid: 14da8ef8-4be4-4f75-b748-7ece9e76382a +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/config/sync/core.date_format.html_datetime.yml b/config/sync/core.date_format.html_datetime.yml new file mode 100644 index 0000000..dce3e17 --- /dev/null +++ b/config/sync/core.date_format.html_datetime.yml @@ -0,0 +1,10 @@ +uuid: 1a6d8bdb-1084-46c8-a0ba-c9b3c309236b +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/config/sync/core.date_format.html_month.yml b/config/sync/core.date_format.html_month.yml new file mode 100644 index 0000000..fd55183 --- /dev/null +++ b/config/sync/core.date_format.html_month.yml @@ -0,0 +1,10 @@ +uuid: 9180c7ca-0f45-42c5-83da-d681e544bd58 +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/config/sync/core.date_format.html_time.yml b/config/sync/core.date_format.html_time.yml new file mode 100644 index 0000000..4897d39 --- /dev/null +++ b/config/sync/core.date_format.html_time.yml @@ -0,0 +1,10 @@ +uuid: 801ed5dd-40b9-41ab-8535-1c6ae35ad9c2 +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/config/sync/core.date_format.html_week.yml b/config/sync/core.date_format.html_week.yml new file mode 100644 index 0000000..7ec5ac9 --- /dev/null +++ b/config/sync/core.date_format.html_week.yml @@ -0,0 +1,10 @@ +uuid: 98e18c78-912c-4e41-81b9-0668602bc99f +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/config/sync/core.date_format.html_year.yml b/config/sync/core.date_format.html_year.yml new file mode 100644 index 0000000..6ff6ac6 --- /dev/null +++ b/config/sync/core.date_format.html_year.yml @@ -0,0 +1,10 @@ +uuid: fcb10271-f34c-42f7-9141-fb5c47ebf5ad +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk +id: html_year +label: 'HTML Year' +locked: true +pattern: 'Y' diff --git a/config/sync/core.date_format.html_yearless_date.yml b/config/sync/core.date_format.html_yearless_date.yml new file mode 100644 index 0000000..70448f2 --- /dev/null +++ b/config/sync/core.date_format.html_yearless_date.yml @@ -0,0 +1,10 @@ +uuid: 13a81e16-bec6-47c2-ad6a-979e6d5a9755 +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/config/sync/core.date_format.long.yml b/config/sync/core.date_format.long.yml new file mode 100644 index 0000000..0d8713a --- /dev/null +++ b/config/sync/core.date_format.long.yml @@ -0,0 +1,10 @@ +uuid: dd1228d7-131e-408f-999f-58152c8bd534 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 5B4_r5Vd0_9UaJwtAC5yFCm9-k8NNvp1xiQNhFFkknU +id: long +label: 'Default long date' +locked: false +pattern: 'l, j F Y - H:i' diff --git a/config/sync/core.date_format.medium.yml b/config/sync/core.date_format.medium.yml new file mode 100644 index 0000000..d05b7a2 --- /dev/null +++ b/config/sync/core.date_format.medium.yml @@ -0,0 +1,10 @@ +uuid: 6d7cd3d0-1370-4381-b527-f7471d737cec +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: q7pDV2d9qFh1IVqvymOxUUYGSziZDeg961wURC0cSLs +id: medium +label: 'Default medium date' +locked: false +pattern: 'D, j M Y - H:i' diff --git a/config/sync/core.date_format.olivero_medium.yml b/config/sync/core.date_format.olivero_medium.yml new file mode 100644 index 0000000..7a093e4 --- /dev/null +++ b/config/sync/core.date_format.olivero_medium.yml @@ -0,0 +1,13 @@ +uuid: fa6b732c-1f27-43c4-a783-af25753a354f +langcode: en +status: true +dependencies: + enforced: + theme: + - olivero +_core: + default_config_hash: z7ynTCss9wwEi8ojENJ08qx44RN6leI-tqoN2o5QzdE +id: olivero_medium +label: 'Olivero Medium' +locked: false +pattern: 'j F Y' diff --git a/config/sync/core.date_format.short.yml b/config/sync/core.date_format.short.yml new file mode 100644 index 0000000..f823a66 --- /dev/null +++ b/config/sync/core.date_format.short.yml @@ -0,0 +1,10 @@ +uuid: 4c861b8d-4e18-46e2-828c-a6315d4fa27a +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: SAeixlV7Djy_Ggv_1P95TiqD4KUihA5icvU521tA84Y +id: short +label: 'Default short date' +locked: false +pattern: 'j M Y - H:i' diff --git a/config/sync/core.entity_form_display.block_content.basic.default.yml b/config/sync/core.entity_form_display.block_content.basic.default.yml new file mode 100644 index 0000000..342cd63 --- /dev/null +++ b/config/sync/core.entity_form_display.block_content.basic.default.yml @@ -0,0 +1,35 @@ +uuid: 0ccb0a50-0631-40d0-8750-9e0519e0a4e2 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: jAps3FCxvKecABS_tgExbhCZrBLQB3bNPWw18WjE3ss +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + type: text_textarea_with_summary + weight: -4 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + info: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.comment.comment.default.yml b/config/sync/core.entity_form_display.comment.comment.default.yml new file mode 100644 index 0000000..856e7d4 --- /dev/null +++ b/config/sync/core.entity_form_display.comment.comment.default.yml @@ -0,0 +1,36 @@ +uuid: 65699bd8-4e68-437d-ad63-ec08aa1f1158 +langcode: en +status: true +dependencies: + config: + - comment.type.comment + - field.field.comment.comment.comment_body + module: + - text +_core: + default_config_hash: I0Pa0aQvT_jawlPo9oz4FE3h_ickc55dYKTPl6gILes +id: comment.comment.default +targetEntityType: comment +bundle: comment +mode: default +content: + author: + weight: -2 + region: content + comment_body: + type: text_textarea + weight: 11 + region: content + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + subject: + type: string_textfield + weight: 10 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.node.article.default.yml b/config/sync/core.entity_form_display.node.article.default.yml new file mode 100644 index 0000000..aaba641 --- /dev/null +++ b/config/sync/core.entity_form_display.node.article.default.yml @@ -0,0 +1,109 @@ +uuid: 832c1297-bb65-4b70-be2a-78ae0c6216da +langcode: en +status: true +dependencies: + config: + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - image.style.thumbnail + - node.type.article + module: + - comment + - image + - path + - text +_core: + default_config_hash: ewbd6G2uX456-bgwseM2Q-KQG3RkASoyHmTh-XR3oLU +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_textarea_with_summary + weight: 2 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + comment: + type: comment_default + weight: 20 + region: content + settings: { } + third_party_settings: { } + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_image: + type: image_image + weight: 1 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + field_tags: + type: entity_reference_autocomplete_tags + weight: 3 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + weight: 15 + region: content + settings: + display_label: true + third_party_settings: { } + status: + type: boolean_checkbox + weight: 120 + region: content + settings: + display_label: true + third_party_settings: { } + sticky: + type: boolean_checkbox + weight: 16 + region: content + settings: + display_label: true + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.node.page.default.yml b/config/sync/core.entity_form_display.node.page.default.yml new file mode 100644 index 0000000..f806e2d --- /dev/null +++ b/config/sync/core.entity_form_display.node.page.default.yml @@ -0,0 +1,79 @@ +uuid: 0d5ef4f7-c05c-4340-9fa6-2cd17da369d1 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - path + - text +_core: + default_config_hash: SfpLhPExzvR0MgFp0Wp7CrmgEnhcqQ-fXIWFhbf4ue0 +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + type: text_textarea_with_summary + weight: 31 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + weight: 15 + region: content + settings: + display_label: true + third_party_settings: { } + status: + type: boolean_checkbox + weight: 120 + region: content + settings: + display_label: true + third_party_settings: { } + sticky: + type: boolean_checkbox + weight: 16 + region: content + settings: + display_label: true + 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 + region: content + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.user.user.default.yml b/config/sync/core.entity_form_display.user.user.default.yml new file mode 100644 index 0000000..6a95d30 --- /dev/null +++ b/config/sync/core.entity_form_display.user.user.default.yml @@ -0,0 +1,38 @@ +uuid: a0c5689b-6303-425d-b597-9c30e5cbeeb2 +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: FaQ9Ptcpxpg30AtiqRDtl_8zbJArHP1LPfug_s59TOA +id: user.user.default +targetEntityType: user +bundle: user +mode: default +content: + account: + weight: -10 + region: content + contact: + weight: 5 + region: content + language: + weight: 0 + region: content + timezone: + weight: 6 + region: content + user_picture: + type: image_image + weight: -1 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_mode.user.register.yml b/config/sync/core.entity_form_mode.user.register.yml new file mode 100644 index 0000000..5a1ac71 --- /dev/null +++ b/config/sync/core.entity_form_mode.user.register.yml @@ -0,0 +1,13 @@ +uuid: c8768d7a-b3d4-4518-b18d-ecbba6742e38 +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: 1TFiplNN7Wmj_DtVLLLP-NLPYpZJdAswKY-vTrYgFyo +id: user.register +label: Register +description: null +targetEntityType: user +cache: true diff --git a/config/sync/core.entity_view_display.block_content.basic.default.yml b/config/sync/core.entity_view_display.block_content.basic.default.yml new file mode 100644 index 0000000..cc87caf --- /dev/null +++ b/config/sync/core.entity_view_display.block_content.basic.default.yml @@ -0,0 +1,24 @@ +uuid: 9da20bef-a9b7-49b3-8405-57f4a256cb27 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: hBNNDTFwakREOTa6GGMqN899Iyrii0hInwSJtQ7Kj30 +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.comment.comment.default.yml b/config/sync/core.entity_view_display.comment.comment.default.yml new file mode 100644 index 0000000..2a3bdc7 --- /dev/null +++ b/config/sync/core.entity_view_display.comment.comment.default.yml @@ -0,0 +1,27 @@ +uuid: 9fa395e5-8fdf-4cd2-9368-18ddde51a373 +langcode: en +status: true +dependencies: + config: + - comment.type.comment + - field.field.comment.comment.comment_body + module: + - text +_core: + default_config_hash: aBQUGsQ46M4048fIlFuTXwl2zV0j2cJX89CTUobh9hA +id: comment.comment.default +targetEntityType: comment +bundle: comment +mode: default +content: + comment_body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content + links: + weight: 100 + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.node.article.default.yml b/config/sync/core.entity_view_display.node.article.default.yml new file mode 100644 index 0000000..1406b39 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.default.yml @@ -0,0 +1,65 @@ +uuid: 4c159f55-099b-4a0b-96ce-f4de16f5404a +langcode: en +status: true +dependencies: + config: + - core.entity_view_display.comment.comment.default + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - image.style.wide + - node.type.article + module: + - comment + - image + - text + - user +_core: + default_config_hash: br6izr-iGEu--JvNbCJNtOBpRnxpFLXfoV5y61U9Nqc +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 0 + region: content + comment: + type: comment_default + label: above + settings: + view_mode: default + pager_id: 0 + third_party_settings: { } + weight: 110 + region: content + field_image: + type: image + label: hidden + settings: + image_link: '' + image_style: wide + image_loading: + attribute: eager + third_party_settings: { } + weight: -1 + region: content + field_tags: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 10 + region: content + links: + settings: { } + third_party_settings: { } + weight: 100 + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.node.article.rss.yml b/config/sync/core.entity_view_display.node.article.rss.yml new file mode 100644 index 0000000..6e628c4 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.rss.yml @@ -0,0 +1,28 @@ +uuid: ef2a5af2-60cc-4959-98e9-606a1ca63207 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.rss + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - node.type.article + module: + - user +_core: + default_config_hash: 2rIr6K5Q0UQ9khg0zE_CK-PtJH76UL-BDDZcZnZzwCc +id: node.article.rss +targetEntityType: node +bundle: article +mode: rss +content: + links: + weight: 100 + region: content +hidden: + body: true + comment: true + field_image: true + field_tags: true diff --git a/config/sync/core.entity_view_display.node.article.teaser.yml b/config/sync/core.entity_view_display.node.article.teaser.yml new file mode 100644 index 0000000..1cbc408 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.teaser.yml @@ -0,0 +1,55 @@ +uuid: 16847971-5f34-4d77-baca-cc20ba33e30f +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.article.body + - field.field.node.article.comment + - field.field.node.article.field_image + - field.field.node.article.field_tags + - image.style.medium + - node.type.article + module: + - image + - text + - user +_core: + default_config_hash: O8PxzfG8DOHHRu6M23kwR6TDPq_MNfYQ10Mp367ICUQ +id: node.article.teaser +targetEntityType: node +bundle: article +mode: teaser +content: + body: + type: text_summary_or_trimmed + label: hidden + settings: + trim_length: 600 + third_party_settings: { } + weight: 0 + region: content + field_image: + type: image + label: hidden + settings: + image_link: content + image_style: medium + image_loading: + attribute: lazy + third_party_settings: { } + weight: -1 + region: content + field_tags: + type: entity_reference_label + label: above + settings: + link: true + third_party_settings: { } + weight: 10 + region: content + links: + weight: 100 + region: content +hidden: + comment: true diff --git a/config/sync/core.entity_view_display.node.page.default.yml b/config/sync/core.entity_view_display.node.page.default.yml new file mode 100644 index 0000000..9a1837e --- /dev/null +++ b/config/sync/core.entity_view_display.node.page.default.yml @@ -0,0 +1,28 @@ +uuid: ccaf751e-8519-4862-8ffa-b671440c7a76 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - text + - user +_core: + default_config_hash: M_Y8L5tfmhx7DR143E05YyZSpvgil6VFvqcfBWykalg +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + type: text_default + label: hidden + settings: { } + third_party_settings: { } + weight: 100 + region: content + links: + weight: 101 + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.node.page.teaser.yml b/config/sync/core.entity_view_display.node.page.teaser.yml new file mode 100644 index 0000000..8b31846 --- /dev/null +++ b/config/sync/core.entity_view_display.node.page.teaser.yml @@ -0,0 +1,30 @@ +uuid: 7ca9e139-1a87-4a96-92bc-c371b552833a +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.page.body + - node.type.page + module: + - text + - user +_core: + default_config_hash: 8BgdRtLbtQ0F__o0FHSH0Mx5fvXOra9tfT1GmNKbRYw +id: node.page.teaser +targetEntityType: node +bundle: page +mode: teaser +content: + body: + type: text_summary_or_trimmed + label: hidden + settings: + trim_length: 600 + third_party_settings: { } + weight: 100 + region: content + links: + weight: 101 + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.user.user.compact.yml b/config/sync/core.entity_view_display.user.user.compact.yml new file mode 100644 index 0000000..efa1089 --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.compact.yml @@ -0,0 +1,31 @@ +uuid: e6d19ffb-5e1a-49b9-918b-6d0d9a54d436 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.user.compact + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: 00zr_RBdTjPjBGITD3h4c1ESQZimjdVCcHGt1trLqIY +id: user.user.compact +targetEntityType: user +bundle: user +mode: compact +content: + user_picture: + type: image + label: hidden + settings: + image_style: thumbnail + image_link: content + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: + member_for: true diff --git a/config/sync/core.entity_view_display.user.user.default.yml b/config/sync/core.entity_view_display.user.user.default.yml new file mode 100644 index 0000000..513b392 --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.default.yml @@ -0,0 +1,32 @@ +uuid: ce78a04d-8862-4dad-bc4c-abd236df0379 +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: mZLyuWM9CQx2ZJVqFGSbzgFnHzudVbHBYmdU256A5Wk +id: user.user.default +targetEntityType: user +bundle: user +mode: default +content: + member_for: + weight: 5 + region: content + user_picture: + type: image + label: hidden + settings: + image_style: thumbnail + image_link: content + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: { } diff --git a/config/sync/core.entity_view_mode.block_content.full.yml b/config/sync/core.entity_view_mode.block_content.full.yml new file mode 100644 index 0000000..28cf3ed --- /dev/null +++ b/config/sync/core.entity_view_mode.block_content.full.yml @@ -0,0 +1,13 @@ +uuid: 2e8fa405-4c6b-4c9e-b314-e01b89d95413 +langcode: en +status: false +dependencies: + module: + - block_content +_core: + default_config_hash: Q7yUUYeRLByl-MCGveKKF_KhAtNICLCMJuKWfugCvso +id: block_content.full +label: Full +description: '' +targetEntityType: block_content +cache: true diff --git a/config/sync/core.entity_view_mode.comment.full.yml b/config/sync/core.entity_view_mode.comment.full.yml new file mode 100644 index 0000000..c42db45 --- /dev/null +++ b/config/sync/core.entity_view_mode.comment.full.yml @@ -0,0 +1,13 @@ +uuid: 1799a07b-7eff-4a5d-84f3-360d4d7dec30 +langcode: en +status: false +dependencies: + module: + - comment +_core: + default_config_hash: N4mUjXpPckUkVRY1PbKw4GGoL1i2ECU7PL3EreiKStk +id: comment.full +label: 'Full comment' +description: '' +targetEntityType: comment +cache: true diff --git a/config/sync/core.entity_view_mode.node.full.yml b/config/sync/core.entity_view_mode.node.full.yml new file mode 100644 index 0000000..c1832ed --- /dev/null +++ b/config/sync/core.entity_view_mode.node.full.yml @@ -0,0 +1,13 @@ +uuid: 5a30fabd-edb2-4d78-b820-c9fcb796bf5c +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: QJ2aZ1xfVf59aq6Pz5X7fyUOa2HxuCoTwQ_RQjoulAU +id: node.full +label: 'Full content' +description: '' +targetEntityType: node +cache: true diff --git a/config/sync/core.entity_view_mode.node.rss.yml b/config/sync/core.entity_view_mode.node.rss.yml new file mode 100644 index 0000000..2dbaeed --- /dev/null +++ b/config/sync/core.entity_view_mode.node.rss.yml @@ -0,0 +1,13 @@ +uuid: 2e401f84-bfec-4240-afa8-3c0b818e7bb2 +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: l8fiAFE3Kng_6bhLlUDnVTkTDzXWxzYFrCWTrngVXEA +id: node.rss +label: RSS +description: '' +targetEntityType: node +cache: true diff --git a/config/sync/core.entity_view_mode.node.search_index.yml b/config/sync/core.entity_view_mode.node.search_index.yml new file mode 100644 index 0000000..a7468f0 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.search_index.yml @@ -0,0 +1,13 @@ +uuid: 31d041fb-14ba-4336-a855-e5db052b08e7 +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: r_A0T3aTqGDwLyvoH7wLps-0PM--RHlS8UsiJe_Ac64 +id: node.search_index +label: 'Search index' +description: '' +targetEntityType: node +cache: true diff --git a/config/sync/core.entity_view_mode.node.search_result.yml b/config/sync/core.entity_view_mode.node.search_result.yml new file mode 100644 index 0000000..3112f6e --- /dev/null +++ b/config/sync/core.entity_view_mode.node.search_result.yml @@ -0,0 +1,13 @@ +uuid: 0fde416f-e0c7-438d-a64b-3956525b0e6f +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: d8wBEm7XvJ6H3S0IneDD9PfTBklPIH7GMpxElVemPf8 +id: node.search_result +label: 'Search result highlighting input' +description: '' +targetEntityType: node +cache: true diff --git a/config/sync/core.entity_view_mode.node.teaser.yml b/config/sync/core.entity_view_mode.node.teaser.yml new file mode 100644 index 0000000..ee3a6d0 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.teaser.yml @@ -0,0 +1,13 @@ +uuid: 2cf7881e-fefa-474a-af82-765683e3adc6 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: KgGJDZFpMaz_8bTv6fN1bXS3Qi5LWmRJI9R53kEGsNQ +id: node.teaser +label: Teaser +description: '' +targetEntityType: node +cache: true diff --git a/config/sync/core.entity_view_mode.taxonomy_term.full.yml b/config/sync/core.entity_view_mode.taxonomy_term.full.yml new file mode 100644 index 0000000..66d9ee3 --- /dev/null +++ b/config/sync/core.entity_view_mode.taxonomy_term.full.yml @@ -0,0 +1,13 @@ +uuid: 849a8e0f-6e0a-4deb-957b-232c5326656e +langcode: en +status: true +dependencies: + module: + - taxonomy +_core: + default_config_hash: iukUENpf8CFvjZbGGacKX_Ges0-lU9z6zvsd32P6kbo +id: taxonomy_term.full +label: 'Taxonomy term page' +description: '' +targetEntityType: taxonomy_term +cache: true diff --git a/config/sync/core.entity_view_mode.user.compact.yml b/config/sync/core.entity_view_mode.user.compact.yml new file mode 100644 index 0000000..56f4cd4 --- /dev/null +++ b/config/sync/core.entity_view_mode.user.compact.yml @@ -0,0 +1,13 @@ +uuid: f026ec2a-b2f8-46c5-8e50-3a9f3a8b658c +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: TtD7OuGskOsQfoGyxXkrdtllBpR37J19d5BMQDZWJgA +id: user.compact +label: Compact +description: '' +targetEntityType: user +cache: true diff --git a/config/sync/core.entity_view_mode.user.full.yml b/config/sync/core.entity_view_mode.user.full.yml new file mode 100644 index 0000000..859c7c1 --- /dev/null +++ b/config/sync/core.entity_view_mode.user.full.yml @@ -0,0 +1,13 @@ +uuid: ec70323b-57d9-40ff-83da-a6efb2650ff0 +langcode: en +status: false +dependencies: + module: + - user +_core: + default_config_hash: ZbXunWS_xAvMZXFfinyvClDAb_RCVLt7gAzE3v16E-Q +id: user.full +label: 'User account' +description: '' +targetEntityType: user +cache: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml new file mode 100644 index 0000000..b28fba1 --- /dev/null +++ b/config/sync/core.extension.yml @@ -0,0 +1,49 @@ +_core: + default_config_hash: 4GIX5Esnc_umpXUBj4IIocRX7Mt5fPhm4AgXfE3E56E +module: + announcements_feed: 0 + automated_cron: 0 + big_pipe: 0 + block: 0 + block_content: 0 + breakpoint: 0 + ckeditor5: 0 + comment: 0 + config: 0 + contact: 0 + contextual: 0 + datetime: 0 + dblog: 0 + dynamic_page_cache: 0 + editor: 0 + field: 0 + field_ui: 0 + file: 0 + filter: 0 + help: 0 + history: 0 + image: 0 + link: 0 + menu_link_content: 0 + menu_ui: 0 + mysql: 0 + node: 0 + options: 0 + page_cache: 0 + path: 0 + path_alias: 0 + search: 0 + shortcut: 0 + system: 0 + taxonomy: 0 + text: 0 + toolbar: 0 + update: 0 + user: 0 + views_ui: 0 + views: 10 + standard: 1000 +theme: + olivero: 0 + claro: 0 +profile: standard diff --git a/config/sync/core.menu.static_menu_link_overrides.yml b/config/sync/core.menu.static_menu_link_overrides.yml new file mode 100644 index 0000000..eb6e35e --- /dev/null +++ b/config/sync/core.menu.static_menu_link_overrides.yml @@ -0,0 +1,9 @@ +_core: + default_config_hash: CXhei_vpaZk-3f_Mj2cH0YmpK-ZpKHoSzVA3yZrDq0g +definitions: + contact__site_page: + menu_name: footer + parent: '' + weight: 0 + expanded: false + enabled: true diff --git a/config/sync/dblog.settings.yml b/config/sync/dblog.settings.yml new file mode 100644 index 0000000..fbd17ea --- /dev/null +++ b/config/sync/dblog.settings.yml @@ -0,0 +1,3 @@ +_core: + default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 +row_limit: 1000 diff --git a/config/sync/editor.editor.basic_html.yml b/config/sync/editor.editor.basic_html.yml new file mode 100644 index 0000000..3964360 --- /dev/null +++ b/config/sync/editor.editor.basic_html.yml @@ -0,0 +1,68 @@ +uuid: 14e7b233-2d4a-45f1-b8be-839896a62c9c +langcode: en +status: true +dependencies: + config: + - filter.format.basic_html + module: + - ckeditor5 +_core: + default_config_hash: Qi2tIe-L97EutlMmhEvhsNxZOpOoA-RH82c4BQb5n4A +format: basic_html +editor: ckeditor5 +settings: + toolbar: + items: + - bold + - italic + - '|' + - link + - '|' + - bulletedList + - numberedList + - '|' + - blockQuote + - drupalInsertImage + - '|' + - heading + - code + - '|' + - sourceEditing + plugins: + ckeditor5_heading: + enabled_headings: + - heading2 + - heading3 + - heading4 + - heading5 + - heading6 + ckeditor5_imageResize: + allow_resize: true + ckeditor5_list: + properties: + reversed: false + startIndex: true + multiBlock: true + ckeditor5_sourceEditing: + allowed_tags: + - '' + - '
' + - '
' + - '
' + - '' + - '
' + - '