From 586e080a203918f0dd6ff7aded177866f3144386 Mon Sep 17 00:00:00 2001 From: Valentine Sakwa Date: Sun, 25 Feb 2018 18:34:23 +0000 Subject: [PATCH 01/80] composer.lock --- composer.lock | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 1f9adf3d..5c211121 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "bd25c9921665eaf0143eb31c8e689051", + "content-hash": "5f031ce5578b3baa1aa5d5e4c1b48bc5", "packages": [ { "name": "alchemy/zippy", @@ -1347,6 +1347,78 @@ "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core", "time": "2017-12-08T22:53:11+00:00" }, + { + "name": "drupal/admin_toolbar", + "version": "1.23.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/admin_toolbar", + "reference": "8.x-1.23" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.23.zip", + "reference": "8.x-1.23", + "shasum": "46d7ed18a9154c35e765ae43ce43aa292c025d65" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.23", + "datestamp": "1517936581", + "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": "Mohamed Anis Taktak", + "homepage": "https://www.drupal.org/u/matio89" + }, + { + "name": "adriancid", + "homepage": "https://www.drupal.org/user/1962106" + }, + { + "name": "bolbol", + "homepage": "https://www.drupal.org/user/3400070" + }, + { + "name": "eme", + "homepage": "https://www.drupal.org/user/542492" + }, + { + "name": "fethi.krout", + "homepage": "https://www.drupal.org/user/3206765" + }, + { + "name": "matio89", + "homepage": "https://www.drupal.org/user/2320090" + }, + { + "name": "romainj", + "homepage": "https://www.drupal.org/user/370706" + } + ], + "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.", + "homepage": "http://drupal.org/project/admin_toolbar", + "support": { + "source": "http://cgit.drupalcode.org/admin_toolbar", + "issues": "https://www.drupal.org/project/issues/admin_toolbar" + } + }, { "name": "drupal/console", "version": "1.6.1", From 00ffa1f4ca3b8a087deb182f0d7ff25f1f9e443e Mon Sep 17 00:00:00 2001 From: Valentine Sakwa Date: Sun, 25 Feb 2018 18:33:55 +0000 Subject: [PATCH 02/80] Downloaded admin_toolbar module --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3d936ce4..9c95749b 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "composer/installers": "^1.2", "cweagans/composer-patches": "^1.6", "drupal-composer/drupal-scaffold": "^2.2", + "drupal/admin_toolbar": "^1", "drupal/console": "^1.0.2", "drupal/core": "~8.4", "drush/drush": "^9.0.0", From b384c42cd3304dae741ec14e0aec7ee341b239fa Mon Sep 17 00:00:00 2001 From: Tracie Frederick Date: Wed, 28 Feb 2018 22:37:00 -0500 Subject: [PATCH 03/80] 521: removed drush --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 9c95749b..27133221 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,6 @@ "drupal/admin_toolbar": "^1", "drupal/console": "^1.0.2", "drupal/core": "~8.4", - "drush/drush": "^9.0.0", "webflo/drupal-finder": "^1.0.0", "webmozart/path-util": "^2.3" }, From 4cff543bab96526b701dbb12610f73112406e7bc Mon Sep 17 00:00:00 2001 From: Tracie Frederick Date: Wed, 28 Feb 2018 22:46:08 -0500 Subject: [PATCH 04/80] 521 & 522: created portfolio content type --- config/sync/.htaccess | 23 + config/sync/automated_cron.settings.yml | 3 + .../sync/block.block.bartik_account_menu.yml | 26 + config/sync/block.block.bartik_branding.yml | 25 + .../sync/block.block.bartik_breadcrumbs.yml | 22 + config/sync/block.block.bartik_content.yml | 22 + config/sync/block.block.bartik_footer.yml | 26 + config/sync/block.block.bartik_help.yml | 22 + .../sync/block.block.bartik_local_actions.yml | 20 + .../sync/block.block.bartik_local_tasks.yml | 22 + config/sync/block.block.bartik_main_menu.yml | 26 + config/sync/block.block.bartik_messages.yml | 22 + config/sync/block.block.bartik_page_title.yml | 20 + config/sync/block.block.bartik_powered.yml | 22 + config/sync/block.block.bartik_search.yml | 22 + config/sync/block.block.bartik_tools.yml | 26 + config/sync/block.block.seven_breadcrumbs.yml | 22 + config/sync/block.block.seven_content.yml | 22 + config/sync/block.block.seven_help.yml | 22 + .../sync/block.block.seven_local_actions.yml | 20 + config/sync/block.block.seven_login.yml | 22 + config/sync/block.block.seven_messages.yml | 22 + config/sync/block.block.seven_page_title.yml | 20 + .../block.block.seven_primary_local_tasks.yml | 22 + ...lock.block.seven_secondary_local_tasks.yml | 22 + config/sync/block_content.type.basic.yml | 10 + 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 + ...se_field_override.node.portfolio.title.yml | 18 + 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 + config/sync/core.date_format.short.yml | 10 + ...rm_display.block_content.basic.default.yml | 34 + ...y_form_display.comment.comment.default.yml | 36 + ...tity_form_display.node.article.default.yml | 103 ++ ....entity_form_display.node.page.default.yml | 77 + ...ty_form_display.node.portfolio.default.yml | 106 ++ ....entity_form_display.user.user.default.yml | 38 + .../core.entity_form_mode.user.register.yml | 12 + ...ew_display.block_content.basic.default.yml | 24 + ...y_view_display.comment.comment.default.yml | 27 + ...tity_view_display.node.article.default.yml | 63 + ...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 + ...ty_view_display.node.portfolio.default.yml | 60 + ...ity_view_display.node.portfolio.teaser.yml | 28 + ....entity_view_display.user.user.compact.yml | 29 + ....entity_view_display.user.user.default.yml | 30 + ...re.entity_view_mode.block_content.full.yml | 12 + .../core.entity_view_mode.comment.full.yml | 12 + .../sync/core.entity_view_mode.node.full.yml | 12 + .../sync/core.entity_view_mode.node.rss.yml | 12 + ...ore.entity_view_mode.node.search_index.yml | 12 + ...re.entity_view_mode.node.search_result.yml | 12 + .../core.entity_view_mode.node.teaser.yml | 12 + ...re.entity_view_mode.taxonomy_term.full.yml | 12 + .../core.entity_view_mode.user.compact.yml | 12 + .../sync/core.entity_view_mode.user.full.yml | 12 + config/sync/core.extension.yml | 51 + .../core.menu.static_menu_link_overrides.yml | 9 + config/sync/dblog.settings.yml | 3 + config/sync/editor.editor.basic_html.yml | 55 + config/sync/editor.editor.full_html.yml | 63 + .../field.field.block_content.basic.body.yml | 24 + ...eld.field.comment.comment.comment_body.yml | 23 + config/sync/field.field.node.article.body.yml | 24 + .../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 | 24 + .../sync/field.field.node.portfolio.body.yml | 22 + ....field.node.portfolio.field_hero_image.yml | 38 + ...ield.node.portfolio.field_technologies.yml | 21 + .../field.field.node.portfolio.field_url.yml | 23 + .../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 + .../field.storage.node.field_hero_image.yml | 30 + .../sync/field.storage.node.field_image.yml | 34 + config/sync/field.storage.node.field_tags.yml | 22 + .../field.storage.node.field_technologies.yml | 20 + config/sync/field.storage.node.field_url.yml | 19 + .../sync/field.storage.user.user_picture.yml | 34 + config/sync/field_ui.settings.yml | 3 + config/sync/file.settings.yml | 8 + config/sync/filter.format.basic_html.yml | 45 + config/sync/filter.format.full_html.yml | 36 + 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 | 17 + config/sync/image.style.medium.yml | 17 + config/sync/image.style.thumbnail.yml | 17 + 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/node.type.portfolio.yml | 17 + config/sync/rdf.mapping.comment.comment.yml | 36 + config/sync/rdf.mapping.node.article.yml | 52 + config/sync/rdf.mapping.node.page.yml | 43 + .../sync/rdf.mapping.taxonomy_term.tags.yml | 22 + config/sync/rdf.mapping.user.user.yml | 17 + config/sync/search.page.node_search.yml | 15 + config/sync/search.page.user_search.yml | 14 + config/sync/search.settings.yml | 22 + config/sync/seven.settings.yml | 3 + 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 + ...ion.user_add_role_action.administrator.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 + ...system.action.user_unblock_user_action.yml | 13 + config/sync/system.authorize.yml | 3 + config/sync/system.cron.yml | 6 + config/sync/system.date.yml | 11 + config/sync/system.diff.yml | 5 + config/sync/system.file.yml | 7 + config/sync/system.image.gd.yml | 3 + config/sync/system.image.yml | 3 + config/sync/system.logging.yml | 3 + config/sync/system.mail.yml | 4 + 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 | 17 + config/sync/system.rss.yml | 8 + config/sync/system.site.yml | 14 + 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/tour.tour.views-ui.yml | 97 + config/sync/update.settings.yml | 13 + config/sync/user.flood.yml | 7 + config/sync/user.mail.yml | 30 + config/sync/user.role.administrator.yml | 11 + config/sync/user.role.anonymous.yml | 16 + config/sync/user.role.authenticated.yml | 19 + config/sync/user.settings.yml | 18 + config/sync/views.settings.yml | 48 + config/sync/views.view.archive.yml | 243 +++ config/sync/views.view.block_content.yml | 500 ++++++ config/sync/views.view.comment.yml | 1582 +++++++++++++++++ config/sync/views.view.comments_recent.yml | 263 +++ config/sync/views.view.content.yml | 607 +++++++ config/sync/views.view.content_recent.yml | 319 ++++ config/sync/views.view.files.yml | 1124 ++++++++++++ config/sync/views.view.frontpage.yml | 305 ++++ config/sync/views.view.glossary.yml | 459 +++++ config/sync/views.view.taxonomy_term.yml | 314 ++++ config/sync/views.view.user_admin_people.yml | 915 ++++++++++ config/sync/views.view.watchdog.yml | 712 ++++++++ config/sync/views.view.who_s_new.yml | 193 ++ config/sync/views.view.who_s_online.yml | 222 +++ 188 files changed, 11359 insertions(+) create mode 100644 config/sync/.htaccess create mode 100644 config/sync/automated_cron.settings.yml create mode 100644 config/sync/block.block.bartik_account_menu.yml create mode 100644 config/sync/block.block.bartik_branding.yml create mode 100644 config/sync/block.block.bartik_breadcrumbs.yml create mode 100644 config/sync/block.block.bartik_content.yml create mode 100644 config/sync/block.block.bartik_footer.yml create mode 100644 config/sync/block.block.bartik_help.yml create mode 100644 config/sync/block.block.bartik_local_actions.yml create mode 100644 config/sync/block.block.bartik_local_tasks.yml create mode 100644 config/sync/block.block.bartik_main_menu.yml create mode 100644 config/sync/block.block.bartik_messages.yml create mode 100644 config/sync/block.block.bartik_page_title.yml create mode 100644 config/sync/block.block.bartik_powered.yml create mode 100644 config/sync/block.block.bartik_search.yml create mode 100644 config/sync/block.block.bartik_tools.yml create mode 100644 config/sync/block.block.seven_breadcrumbs.yml create mode 100644 config/sync/block.block.seven_content.yml create mode 100644 config/sync/block.block.seven_help.yml create mode 100644 config/sync/block.block.seven_local_actions.yml create mode 100644 config/sync/block.block.seven_login.yml create mode 100644 config/sync/block.block.seven_messages.yml create mode 100644 config/sync/block.block.seven_page_title.yml create mode 100644 config/sync/block.block.seven_primary_local_tasks.yml create mode 100644 config/sync/block.block.seven_secondary_local_tasks.yml create mode 100644 config/sync/block_content.type.basic.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.base_field_override.node.portfolio.title.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.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.node.portfolio.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.node.portfolio.default.yml create mode 100644 config/sync/core.entity_view_display.node.portfolio.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.node.portfolio.body.yml create mode 100644 config/sync/field.field.node.portfolio.field_hero_image.yml create mode 100644 config/sync/field.field.node.portfolio.field_technologies.yml create mode 100644 config/sync/field.field.node.portfolio.field_url.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_hero_image.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.node.field_technologies.yml create mode 100644 config/sync/field.storage.node.field_url.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/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/node.type.portfolio.yml create mode 100644 config/sync/rdf.mapping.comment.comment.yml create mode 100644 config/sync/rdf.mapping.node.article.yml create mode 100644 config/sync/rdf.mapping.node.page.yml create mode 100644 config/sync/rdf.mapping.taxonomy_term.tags.yml create mode 100644 config/sync/rdf.mapping.user.user.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/seven.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.user_add_role_action.administrator.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_unblock_user_action.yml create mode 100644 config/sync/system.authorize.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.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/tour.tour.views-ui.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.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 diff --git a/config/sync/.htaccess b/config/sync/.htaccess new file mode 100644 index 00000000..1238c0d2 --- /dev/null +++ b/config/sync/.htaccess @@ -0,0 +1,23 @@ +# 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/config/sync/automated_cron.settings.yml b/config/sync/automated_cron.settings.yml new file mode 100644 index 00000000..2418a00e --- /dev/null +++ b/config/sync/automated_cron.settings.yml @@ -0,0 +1,3 @@ +interval: 10800 +_core: + default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs diff --git a/config/sync/block.block.bartik_account_menu.yml b/config/sync/block.block.bartik_account_menu.yml new file mode 100644 index 00000000..eb8f4ad7 --- /dev/null +++ b/config/sync/block.block.bartik_account_menu.yml @@ -0,0 +1,26 @@ +uuid: 634175c2-5956-443d-9602-6a8c5b5585cf +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - bartik +_core: + default_config_hash: DweBpscQZdG0-fHkSpUzdYucrNH45G_KF7Z82V-oyQM +id: bartik_account_menu +theme: bartik +region: secondary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:account' +settings: + id: 'system_menu_block:account' + label: 'User account menu' + provider: system + label_display: '0' + level: 1 + depth: 1 +visibility: { } diff --git a/config/sync/block.block.bartik_branding.yml b/config/sync/block.block.bartik_branding.yml new file mode 100644 index 00000000..51332058 --- /dev/null +++ b/config/sync/block.block.bartik_branding.yml @@ -0,0 +1,25 @@ +uuid: afb19b8f-9c38-435b-ac79-bce7e232cbc5 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: NDwadleLD3YVSbDUaakxyYZyINYtkFtOVGShfq4kWy8 +id: bartik_branding +theme: bartik +region: header +weight: 0 +provider: null +plugin: system_branding_block +settings: + id: system_branding_block + label: 'Site branding' + provider: system + label_display: '0' + use_site_logo: true + use_site_name: true + use_site_slogan: true +visibility: { } diff --git a/config/sync/block.block.bartik_breadcrumbs.yml b/config/sync/block.block.bartik_breadcrumbs.yml new file mode 100644 index 00000000..4ec3504a --- /dev/null +++ b/config/sync/block.block.bartik_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: cbe01f43-cfb4-4039-8ab2-fa6a804b5bf4 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: oXUb3JZR2WW5VOdw4HrhRicCsq51mCgLfRyvheG68ck +id: bartik_breadcrumbs +theme: bartik +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/config/sync/block.block.bartik_content.yml b/config/sync/block.block.bartik_content.yml new file mode 100644 index 00000000..ccedced9 --- /dev/null +++ b/config/sync/block.block.bartik_content.yml @@ -0,0 +1,22 @@ +uuid: 0e26ade0-121a-4c6b-b22b-86938f047185 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: 9EoWV2Lot6FVSr50t4hoKgiz1LIXYWNG-IIPYsWxBqo +id: bartik_content +theme: bartik +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/config/sync/block.block.bartik_footer.yml b/config/sync/block.block.bartik_footer.yml new file mode 100644 index 00000000..00257392 --- /dev/null +++ b/config/sync/block.block.bartik_footer.yml @@ -0,0 +1,26 @@ +uuid: 7b4098df-2bcc-4617-b88a-1e9c63b0aabc +langcode: en +status: true +dependencies: + config: + - system.menu.footer + module: + - system + theme: + - bartik +_core: + default_config_hash: kkISXE1LT2FJEoYnqCrCpeFB-2pmGmMxMklVk7rQcfg +id: bartik_footer +theme: bartik +region: footer_fifth +weight: 0 +provider: null +plugin: 'system_menu_block:footer' +settings: + id: 'system_menu_block:footer' + label: 'Footer menu' + provider: system + label_display: '0' + level: 1 + depth: 0 +visibility: { } diff --git a/config/sync/block.block.bartik_help.yml b/config/sync/block.block.bartik_help.yml new file mode 100644 index 00000000..c6963b3c --- /dev/null +++ b/config/sync/block.block.bartik_help.yml @@ -0,0 +1,22 @@ +uuid: 816b13c5-8e34-4df6-ae84-92c92d8f5d30 +langcode: en +status: true +dependencies: + module: + - help + theme: + - bartik +_core: + default_config_hash: 8I8iACSa0sKO3k3jlvUG1ge52rfcKX7USJAQYnzuBgg +id: bartik_help +theme: bartik +region: content +weight: -30 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/config/sync/block.block.bartik_local_actions.yml b/config/sync/block.block.bartik_local_actions.yml new file mode 100644 index 00000000..54dc8574 --- /dev/null +++ b/config/sync/block.block.bartik_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 59968b1a-7fbc-454c-b8ca-b9bddf969c84 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: 13GQpeITIJsp1kyPniXtWZfyFH87vb1xxJCHifL4UeE +id: bartik_local_actions +theme: bartik +region: content +weight: -20 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + provider: core + label_display: '0' +visibility: { } diff --git a/config/sync/block.block.bartik_local_tasks.yml b/config/sync/block.block.bartik_local_tasks.yml new file mode 100644 index 00000000..b714f834 --- /dev/null +++ b/config/sync/block.block.bartik_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: f681f543-5bf7-461d-ad0c-7af7b169b3e3 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: X9I1OB0W3WlWtrK-CNcg6hNWwa8wficanpH8pYnDZDE +id: bartik_local_tasks +theme: bartik +region: content +weight: -40 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: Tabs + provider: core + label_display: '0' + primary: true + secondary: true +visibility: { } diff --git a/config/sync/block.block.bartik_main_menu.yml b/config/sync/block.block.bartik_main_menu.yml new file mode 100644 index 00000000..916d57f9 --- /dev/null +++ b/config/sync/block.block.bartik_main_menu.yml @@ -0,0 +1,26 @@ +uuid: 10aa13cc-d26f-46cc-b07c-8c454c10fce3 +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - system + theme: + - bartik +_core: + default_config_hash: rx9IrdDv7Ldc4kpalZAxdhIPZfYIeOMh1N-qKoQZwHo +id: bartik_main_menu +theme: bartik +region: primary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:main' +settings: + id: 'system_menu_block:main' + label: 'Main navigation' + provider: system + label_display: '0' + level: 1 + depth: 1 +visibility: { } diff --git a/config/sync/block.block.bartik_messages.yml b/config/sync/block.block.bartik_messages.yml new file mode 100644 index 00000000..22d80088 --- /dev/null +++ b/config/sync/block.block.bartik_messages.yml @@ -0,0 +1,22 @@ +uuid: b3c6fff1-1332-4e86-82cb-54434509ab91 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: KHQIJ7Vfl25lTjzIc7qIvnuistt-Mw2O0kG4jCofmkI +id: bartik_messages +theme: bartik +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/config/sync/block.block.bartik_page_title.yml b/config/sync/block.block.bartik_page_title.yml new file mode 100644 index 00000000..b1790f04 --- /dev/null +++ b/config/sync/block.block.bartik_page_title.yml @@ -0,0 +1,20 @@ +uuid: eba3f73e-f8b6-4f5c-8e43-1e50051ed1f4 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: 7rR9chwXvdM2H8OYMAYx9Zj3GGlPMrZp_M3ZA4thYTk +id: bartik_page_title +theme: bartik +region: content +weight: -50 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + provider: core + label_display: '0' +visibility: { } diff --git a/config/sync/block.block.bartik_powered.yml b/config/sync/block.block.bartik_powered.yml new file mode 100644 index 00000000..aade8208 --- /dev/null +++ b/config/sync/block.block.bartik_powered.yml @@ -0,0 +1,22 @@ +uuid: 979ded14-2748-4aff-a21b-642884335545 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: jQQUUWN2Uxr5qZtc9zcJKBCxpKY8orN1u2HPqYYRQDI +id: bartik_powered +theme: bartik +region: footer_fifth +weight: 10 +provider: null +plugin: system_powered_by_block +settings: + id: system_powered_by_block + label: 'Powered by Drupal' + provider: system + label_display: '0' +visibility: { } diff --git a/config/sync/block.block.bartik_search.yml b/config/sync/block.block.bartik_search.yml new file mode 100644 index 00000000..192b2593 --- /dev/null +++ b/config/sync/block.block.bartik_search.yml @@ -0,0 +1,22 @@ +uuid: acb52bfa-66b7-4220-9949-16a524f52227 +langcode: en +status: true +dependencies: + module: + - search + theme: + - bartik +_core: + default_config_hash: za-39d5WDUg6XvbyqSnuVYEeq6QM4qKJxW8MnoAha5A +id: bartik_search +theme: bartik +region: sidebar_first +weight: -1 +provider: null +plugin: search_form_block +settings: + id: search_form_block + label: Search + provider: search + label_display: visible +visibility: { } diff --git a/config/sync/block.block.bartik_tools.yml b/config/sync/block.block.bartik_tools.yml new file mode 100644 index 00000000..eeb88ca0 --- /dev/null +++ b/config/sync/block.block.bartik_tools.yml @@ -0,0 +1,26 @@ +uuid: 59641376-334c-42d5-b01e-8d13f2e93eb9 +langcode: en +status: true +dependencies: + config: + - system.menu.tools + module: + - system + theme: + - bartik +_core: + default_config_hash: NeHSoqm4XFqA7_0bDmR429ZZQt3LRbZMNRJTMsFyOfI +id: bartik_tools +theme: bartik +region: sidebar_first +weight: 0 +provider: null +plugin: 'system_menu_block:tools' +settings: + id: 'system_menu_block:tools' + label: Tools + provider: system + label_display: visible + level: 1 + depth: 0 +visibility: { } diff --git a/config/sync/block.block.seven_breadcrumbs.yml b/config/sync/block.block.seven_breadcrumbs.yml new file mode 100644 index 00000000..79d220f8 --- /dev/null +++ b/config/sync/block.block.seven_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: c90721bd-0c42-4c16-89c0-5bf21b843893 +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: WWu2OQswgCztl9OeXjD1stexIEMZsSgPMYIdC-JHx9c +id: seven_breadcrumbs +theme: seven +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/config/sync/block.block.seven_content.yml b/config/sync/block.block.seven_content.yml new file mode 100644 index 00000000..427d8ec5 --- /dev/null +++ b/config/sync/block.block.seven_content.yml @@ -0,0 +1,22 @@ +uuid: 159c7230-0a53-4d0e-af24-ce060e94f747 +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: YRY68JWkaUiGeZlWMv1nzeIgDm0ZZwXYgpqUpLFzwAY +id: seven_content +theme: seven +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/config/sync/block.block.seven_help.yml b/config/sync/block.block.seven_help.yml new file mode 100644 index 00000000..1c649b6c --- /dev/null +++ b/config/sync/block.block.seven_help.yml @@ -0,0 +1,22 @@ +uuid: 3f0951e0-4ea6-4827-8ab5-771daf921251 +langcode: en +status: true +dependencies: + module: + - help + theme: + - seven +_core: + default_config_hash: NU5A_49mwLHfs5xFzMFrZ850w9pgUolxMS9NNF3vv4c +id: seven_help +theme: seven +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/config/sync/block.block.seven_local_actions.yml b/config/sync/block.block.seven_local_actions.yml new file mode 100644 index 00000000..a6de939d --- /dev/null +++ b/config/sync/block.block.seven_local_actions.yml @@ -0,0 +1,20 @@ +uuid: bd689057-a08c-4c41-ba50-4544b2a90634 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: HHryZVJbeKi9WnuBGC8FOhBZmBnk2G1H6KxFuy-rC9A +id: seven_local_actions +theme: seven +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/config/sync/block.block.seven_login.yml b/config/sync/block.block.seven_login.yml new file mode 100644 index 00000000..c30543ae --- /dev/null +++ b/config/sync/block.block.seven_login.yml @@ -0,0 +1,22 @@ +uuid: 81b84c8e-fb64-48b9-9812-fae93011ff95 +langcode: en +status: true +dependencies: + module: + - user + theme: + - seven +_core: + default_config_hash: IItlF4SKHgxduIysVQdvirDJ_v3HGuAviOkidAOJYRE +id: seven_login +theme: seven +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/config/sync/block.block.seven_messages.yml b/config/sync/block.block.seven_messages.yml new file mode 100644 index 00000000..ad9f3c83 --- /dev/null +++ b/config/sync/block.block.seven_messages.yml @@ -0,0 +1,22 @@ +uuid: 2b7da48c-33c7-4899-87de-3033d33d9495 +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: XJqWwLt1LDCnazcEN6QkJmCLjk4R0__-8s0OO9xeNjg +id: seven_messages +theme: seven +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/config/sync/block.block.seven_page_title.yml b/config/sync/block.block.seven_page_title.yml new file mode 100644 index 00000000..5589f993 --- /dev/null +++ b/config/sync/block.block.seven_page_title.yml @@ -0,0 +1,20 @@ +uuid: d2d6673b-ba5d-4ada-9bbb-9c74ad0c14c1 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: ZSpc3IoSaLd0PkB02nxjVPBMztIdsTdHek9SiGaqZ_c +id: seven_page_title +theme: seven +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/config/sync/block.block.seven_primary_local_tasks.yml b/config/sync/block.block.seven_primary_local_tasks.yml new file mode 100644 index 00000000..31aed14b --- /dev/null +++ b/config/sync/block.block.seven_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: b9a5df51-882a-4fe4-b0ee-70f53ac7eb75 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: ddy1OsBbWxjwEI8VL1viD4I69qcLHOkul4BxbTqLBTs +id: seven_primary_local_tasks +theme: seven +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/config/sync/block.block.seven_secondary_local_tasks.yml b/config/sync/block.block.seven_secondary_local_tasks.yml new file mode 100644 index 00000000..b42c60f5 --- /dev/null +++ b/config/sync/block.block.seven_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: c7dcea2d-4e39-43d8-9df6-a3623745cdb6 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: QeZBeCilQfeET3GeW6ZtJkEiwROADTZktFgKWwPieD4 +id: seven_secondary_local_tasks +theme: seven +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/config/sync/block_content.type.basic.yml b/config/sync/block_content.type.basic.yml new file mode 100644 index 00000000..d9251a38 --- /dev/null +++ b/config/sync/block_content.type.basic.yml @@ -0,0 +1,10 @@ +uuid: bda4f4d0-d505-4b46-af71-532d340740aa +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo +id: basic +label: 'Basic block' +revision: 0 +description: 'A basic block contains a title and a body.' diff --git a/config/sync/comment.type.comment.yml b/config/sync/comment.type.comment.yml new file mode 100644 index 00000000..a0950017 --- /dev/null +++ b/config/sync/comment.type.comment.yml @@ -0,0 +1,10 @@ +uuid: 0f2ba233-25e0-44e7-80f8-224a2d90b3d6 +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 00000000..8d1bceaa --- /dev/null +++ b/config/sync/contact.form.feedback.yml @@ -0,0 +1,14 @@ +uuid: 6fd69c76-9c9c-4019-a831-88db179e8e50 +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 00000000..e898872b --- /dev/null +++ b/config/sync/contact.form.personal.yml @@ -0,0 +1,13 @@ +uuid: 823ad20b-cbf7-4af0-afcc-9d2cf380907a +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 00000000..a2903f51 --- /dev/null +++ b/config/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/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 00000000..14f0211d --- /dev/null +++ b/config/sync/core.base_field_override.node.page.promote.yml @@ -0,0 +1,24 @@ +uuid: a6ad4a94-6a62-4e93-ace6-17c9569e51f9 +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.base_field_override.node.portfolio.title.yml b/config/sync/core.base_field_override.node.portfolio.title.yml new file mode 100644 index 00000000..e72a17b7 --- /dev/null +++ b/config/sync/core.base_field_override.node.portfolio.title.yml @@ -0,0 +1,18 @@ +uuid: ad490295-90bc-4cdc-a018-fe9286f6bb6e +langcode: en +status: true +dependencies: + config: + - node.type.portfolio +id: node.portfolio.title +field_name: title +entity_type: node +bundle: portfolio +label: 'Project name' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/core.date_format.fallback.yml b/config/sync/core.date_format.fallback.yml new file mode 100644 index 00000000..8b1cd560 --- /dev/null +++ b/config/sync/core.date_format.fallback.yml @@ -0,0 +1,10 @@ +uuid: 088f595b-4ba6-46c3-81da-116d2c8bf8ab +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/config/sync/core.date_format.html_date.yml b/config/sync/core.date_format.html_date.yml new file mode 100644 index 00000000..c43565d4 --- /dev/null +++ b/config/sync/core.date_format.html_date.yml @@ -0,0 +1,10 @@ +uuid: a65866f6-826d-4bd7-a649-e0205576a924 +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 00000000..2d4c07a5 --- /dev/null +++ b/config/sync/core.date_format.html_datetime.yml @@ -0,0 +1,10 @@ +uuid: 13fe3b97-76db-435c-ad04-a6351ab456d9 +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 00000000..2d0ad072 --- /dev/null +++ b/config/sync/core.date_format.html_month.yml @@ -0,0 +1,10 @@ +uuid: a6f3f1c0-18e7-4cdb-8cac-b3bf86b9c2b2 +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 00000000..cc5be662 --- /dev/null +++ b/config/sync/core.date_format.html_time.yml @@ -0,0 +1,10 @@ +uuid: 12fc1650-6529-41c7-a642-849c30093282 +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 00000000..c724d3bf --- /dev/null +++ b/config/sync/core.date_format.html_week.yml @@ -0,0 +1,10 @@ +uuid: 81f97a28-fcf9-4759-b0fd-3970a994c679 +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 00000000..f72c19b0 --- /dev/null +++ b/config/sync/core.date_format.html_year.yml @@ -0,0 +1,10 @@ +uuid: a16d793d-baa2-4c6d-940c-db9b1626f64f +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 00000000..51cde02d --- /dev/null +++ b/config/sync/core.date_format.html_yearless_date.yml @@ -0,0 +1,10 @@ +uuid: cf1d9340-dad9-4e38-bb87-85708cdee05a +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 00000000..5576f8c5 --- /dev/null +++ b/config/sync/core.date_format.long.yml @@ -0,0 +1,10 @@ +uuid: 4b007136-933a-4db0-8fc7-a49c9e40f1d3 +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/config/sync/core.date_format.medium.yml b/config/sync/core.date_format.medium.yml new file mode 100644 index 00000000..b5be3833 --- /dev/null +++ b/config/sync/core.date_format.medium.yml @@ -0,0 +1,10 @@ +uuid: a21b0d6d-fd0a-459c-b745-8119fe36246a +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/config/sync/core.date_format.short.yml b/config/sync/core.date_format.short.yml new file mode 100644 index 00000000..c0ff01b5 --- /dev/null +++ b/config/sync/core.date_format.short.yml @@ -0,0 +1,10 @@ +uuid: 8e425648-13a0-4929-a13f-de4bc25c8977 +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/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 00000000..a0c35165 --- /dev/null +++ b/config/sync/core.entity_form_display.block_content.basic.default.yml @@ -0,0 +1,34 @@ +uuid: 8ae365cf-a6f5-48ad-9013-68a85baaf3c4 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: e1Nu5xXAuF_QplbBUhQBPLnYWvHtDX0MkZnpuCiY8uM +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: '' + 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 00000000..609dac83 --- /dev/null +++ b/config/sync/core.entity_form_display.comment.comment.default.yml @@ -0,0 +1,36 @@ +uuid: 99925dfb-3e9d-458b-a3c1-a8bdd580f0b3 +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 00000000..12866b76 --- /dev/null +++ b/config/sync/core.entity_form_display.node.article.default.yml @@ -0,0 +1,103 @@ +uuid: d639c0d7-21c9-4a2e-8d0d-826c5e31dc80 +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: buc38w3gxCqFnjINJhMiJvPpj9jWflKvlKDyBVMPVvw +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_textarea_with_summary + weight: 1 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + 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: 4 + 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: { } + 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: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + 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 00000000..78e6697f --- /dev/null +++ b/config/sync/core.entity_form_display.node.page.default.yml @@ -0,0 +1,77 @@ +uuid: 47fcaada-431a-4bf6-8036-b0240c6184a9 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - path + - text +_core: + default_config_hash: sb0qCkzU_8mNq29NehYAU8jCBXWPLeX0UN8sYFVGVcw +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: '' + 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 + 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 + region: content + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.node.portfolio.default.yml b/config/sync/core.entity_form_display.node.portfolio.default.yml new file mode 100644 index 00000000..f439a456 --- /dev/null +++ b/config/sync/core.entity_form_display.node.portfolio.default.yml @@ -0,0 +1,106 @@ +uuid: 5eb6fa19-60a2-4d06-9d5f-f1a014d789eb +langcode: en +status: true +dependencies: + config: + - field.field.node.portfolio.body + - field.field.node.portfolio.field_hero_image + - field.field.node.portfolio.field_technologies + - field.field.node.portfolio.field_url + - image.style.thumbnail + - node.type.portfolio + module: + - image + - link + - path + - text +id: node.portfolio.default +targetEntityType: node +bundle: portfolio +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: { } + field_hero_image: + weight: 122 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + field_technologies: + weight: 124 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_url: + weight: 123 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + 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: { } +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 00000000..0673550c --- /dev/null +++ b/config/sync/core.entity_form_display.user.user.default.yml @@ -0,0 +1,38 @@ +uuid: 0d51d512-63b4-4594-b0f7-35f00f2a25f3 +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: K-1rBM8mTIkFp9RqOC2tMRUukOQ1xbRCfSKK8dEddnA +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 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + weight: -1 + region: content +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 00000000..52328494 --- /dev/null +++ b/config/sync/core.entity_form_mode.user.register.yml @@ -0,0 +1,12 @@ +uuid: 38051e9e-8ea7-43d4-b0f7-4f303f03de3c +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI +id: user.register +label: Register +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 00000000..0ea8a666 --- /dev/null +++ b/config/sync/core.entity_view_display.block_content.basic.default.yml @@ -0,0 +1,24 @@ +uuid: b01d8aa8-2b9f-4115-a959-eb7633a5dadc +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: orJpHUlAc_wiQLMUjIgEJXGeiqylGHMPcmNRjGtct-M +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } +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 00000000..1506be74 --- /dev/null +++ b/config/sync/core.entity_view_display.comment.comment.default.yml @@ -0,0 +1,27 @@ +uuid: 4bc55c90-f0d3-4d3e-bfa7-4b66c6fd9253 +langcode: en +status: true +dependencies: + config: + - comment.type.comment + - field.field.comment.comment.comment_body + module: + - text +_core: + default_config_hash: 77Ye1kR-P6AaiGfEO8mnXNSr7nqtnP3PiiVBwJeGGMI +id: comment.comment.default +targetEntityType: comment +bundle: comment +mode: default +content: + comment_body: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + 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 00000000..2c0dde15 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.default.yml @@ -0,0 +1,63 @@ +uuid: 977aa7fe-c9fa-4ba5-a282-ba18989a0e06 +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.large + - node.type.article + module: + - comment + - image + - text + - user +_core: + default_config_hash: qVtHNxqdXB9w369AO5JB5SVhflquWqFm5xfyvYLAIlM +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + label: hidden + comment: + type: comment_default + weight: 110 + region: content + label: above + settings: + view_mode: default + pager_id: 0 + third_party_settings: { } + field_image: + type: image + weight: -1 + region: content + settings: + image_style: large + image_link: '' + third_party_settings: { } + label: hidden + field_tags: + type: entity_reference_label + weight: 10 + region: content + label: above + settings: + link: true + third_party_settings: { } + links: + weight: 100 + region: content +hidden: + field_image: true + field_tags: true 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 00000000..b527830e --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.rss.yml @@ -0,0 +1,28 @@ +uuid: 56e0c56a-0053-47ab-a6ac-e49911aeea4e +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 00000000..d82f6c7a --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.teaser.yml @@ -0,0 +1,55 @@ +uuid: 20b5d73a-e27f-4c2d-8400-839b7b9acf8a +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: 4NcL2hSQZBpJbYtNuh5jC6kyQTcAc1m5bQpTegEWEso +id: node.article.teaser +targetEntityType: node +bundle: article +mode: teaser +content: + body: + type: text_summary_or_trimmed + weight: 0 + region: content + settings: + trim_length: 600 + third_party_settings: { } + label: hidden + field_image: + type: image + weight: -1 + region: content + settings: + image_style: medium + image_link: content + third_party_settings: { } + label: hidden + field_tags: + type: entity_reference_label + weight: 10 + region: content + settings: + link: true + third_party_settings: { } + label: above + links: + weight: 100 + region: content +hidden: + comment: true + field_image: true + field_tags: 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 00000000..fa963150 --- /dev/null +++ b/config/sync/core.entity_view_display.node.page.default.yml @@ -0,0 +1,28 @@ +uuid: 1dc9c417-9852-4a74-be17-6074ea5b7d54 +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - text + - user +_core: + default_config_hash: g1S3_GLaxq4l3I9RIca5Mlz02MxI2KmOquZpHw59akM +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + label: hidden + type: text_default + weight: 100 + region: content + settings: { } + third_party_settings: { } + 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 00000000..6e989cc5 --- /dev/null +++ b/config/sync/core.entity_view_display.node.page.teaser.yml @@ -0,0 +1,30 @@ +uuid: 41d6bc63-3aba-4647-b1a5-770d91eabd3d +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: cSv5lDnbIgDug475Hdz3woED2XMqYv3awI-J9u1JLbY +id: node.page.teaser +targetEntityType: node +bundle: page +mode: teaser +content: + body: + label: hidden + type: text_summary_or_trimmed + weight: 100 + region: content + settings: + trim_length: 600 + third_party_settings: { } + links: + weight: 101 + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.node.portfolio.default.yml b/config/sync/core.entity_view_display.node.portfolio.default.yml new file mode 100644 index 00000000..5c63e850 --- /dev/null +++ b/config/sync/core.entity_view_display.node.portfolio.default.yml @@ -0,0 +1,60 @@ +uuid: a28b04af-0369-432a-a4ed-9a0320b76efc +langcode: en +status: true +dependencies: + config: + - field.field.node.portfolio.body + - field.field.node.portfolio.field_hero_image + - field.field.node.portfolio.field_technologies + - field.field.node.portfolio.field_url + - node.type.portfolio + module: + - image + - link + - text + - user +id: node.portfolio.default +targetEntityType: node +bundle: portfolio +mode: default +content: + body: + label: hidden + type: text_default + weight: 101 + settings: { } + third_party_settings: { } + region: content + field_hero_image: + weight: 102 + label: above + settings: + image_style: '' + image_link: '' + third_party_settings: { } + type: image + region: content + field_technologies: + weight: 104 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_url: + weight: 103 + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + links: + weight: 100 + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.node.portfolio.teaser.yml b/config/sync/core.entity_view_display.node.portfolio.teaser.yml new file mode 100644 index 00000000..429bf857 --- /dev/null +++ b/config/sync/core.entity_view_display.node.portfolio.teaser.yml @@ -0,0 +1,28 @@ +uuid: 012c1b05-0a6f-48a2-8ae2-4f3ea4469c70 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.portfolio.body + - node.type.portfolio + module: + - text + - user +id: node.portfolio.teaser +targetEntityType: node +bundle: portfolio +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 + 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 00000000..09dffa03 --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.compact.yml @@ -0,0 +1,29 @@ +uuid: 5be153d7-5414-431e-93d5-d2357c2aaf64 +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: '-cLsS3M3JycipXQt9rEb81_HxKneReoGuRh8ijcOPXs' +id: user.user.compact +targetEntityType: user +bundle: user +mode: compact +content: + user_picture: + type: image + weight: 0 + region: content + settings: + image_style: thumbnail + image_link: content + third_party_settings: { } + label: hidden +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 00000000..e76aab7e --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.default.yml @@ -0,0 +1,30 @@ +uuid: c52d43dc-d984-4df1-aa04-f42ebeada991 +langcode: en +status: true +dependencies: + config: + - field.field.user.user.user_picture + - image.style.thumbnail + module: + - image + - user +_core: + default_config_hash: V51QPCKkgNREKtSmB9Iu2wmAMEpktVpnzklWaZV8UYo +id: user.user.default +targetEntityType: user +bundle: user +mode: default +content: + member_for: + weight: 5 + region: content + user_picture: + type: image + weight: 0 + region: content + settings: + image_style: thumbnail + image_link: content + third_party_settings: { } + label: hidden +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 00000000..38f1e9c1 --- /dev/null +++ b/config/sync/core.entity_view_mode.block_content.full.yml @@ -0,0 +1,12 @@ +uuid: 0f1bbbfe-bd22-40f7-a84a-3a090576d9dd +langcode: en +status: false +dependencies: + module: + - block_content +_core: + default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg +id: block_content.full +label: Full +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 00000000..a2fb63bd --- /dev/null +++ b/config/sync/core.entity_view_mode.comment.full.yml @@ -0,0 +1,12 @@ +uuid: 23edff7e-b946-418d-ab30-d5336b858f10 +langcode: en +status: false +dependencies: + module: + - comment +_core: + default_config_hash: K7eNlfU7NEUajz01wItywZklr2oaPgL6s1_97fmDXLA +id: comment.full +label: 'Full comment' +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 00000000..46662737 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.full.yml @@ -0,0 +1,12 @@ +uuid: 1252e1c7-bc20-42f6-b14f-6fb32044aed7 +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/config/sync/core.entity_view_mode.node.rss.yml b/config/sync/core.entity_view_mode.node.rss.yml new file mode 100644 index 00000000..c8661bb2 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.rss.yml @@ -0,0 +1,12 @@ +uuid: 05383c1a-e088-473e-88c8-86c43480b105 +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/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 00000000..44e94ea3 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.search_index.yml @@ -0,0 +1,12 @@ +uuid: e2278d09-1f5c-4b7e-afdf-33582b98d8a9 +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/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 00000000..e46fc375 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.search_result.yml @@ -0,0 +1,12 @@ +uuid: 63e65ea6-c354-4415-bba9-a72c14ba2d0e +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/config/sync/core.entity_view_mode.node.teaser.yml b/config/sync/core.entity_view_mode.node.teaser.yml new file mode 100644 index 00000000..5e2317e6 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.teaser.yml @@ -0,0 +1,12 @@ +uuid: e79b0efe-6712-4f31-b7e8-6717b55f9948 +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/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 00000000..633dd51f --- /dev/null +++ b/config/sync/core.entity_view_mode.taxonomy_term.full.yml @@ -0,0 +1,12 @@ +uuid: 0f6579f1-390b-44a0-960a-2de3b3ebdaa5 +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/config/sync/core.entity_view_mode.user.compact.yml b/config/sync/core.entity_view_mode.user.compact.yml new file mode 100644 index 00000000..50f3b3c9 --- /dev/null +++ b/config/sync/core.entity_view_mode.user.compact.yml @@ -0,0 +1,12 @@ +uuid: 66cbd2bd-2d7f-4726-9741-4339fd786eb4 +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/config/sync/core.entity_view_mode.user.full.yml b/config/sync/core.entity_view_mode.user.full.yml new file mode 100644 index 00000000..c39ebdf6 --- /dev/null +++ b/config/sync/core.entity_view_mode.user.full.yml @@ -0,0 +1,12 @@ +uuid: baac42ab-d517-4a6d-a95d-2d22b7e29c41 +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/config/sync/core.extension.yml b/config/sync/core.extension.yml new file mode 100644 index 00000000..00b49888 --- /dev/null +++ b/config/sync/core.extension.yml @@ -0,0 +1,51 @@ +module: + automated_cron: 0 + block: 0 + block_content: 0 + breakpoint: 0 + ckeditor: 0 + color: 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_ui: 0 + node: 0 + options: 0 + page_cache: 0 + path: 0 + quickedit: 0 + rdf: 0 + search: 0 + shortcut: 0 + system: 0 + taxonomy: 0 + text: 0 + toolbar: 0 + tour: 0 + update: 0 + user: 0 + views_ui: 0 + menu_link_content: 1 + views: 10 + standard: 1000 +theme: + stable: 0 + classy: 0 + bartik: 0 + seven: 0 +profile: standard +_core: + default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc 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 00000000..86242582 --- /dev/null +++ b/config/sync/core.menu.static_menu_link_overrides.yml @@ -0,0 +1,9 @@ +definitions: + contact__site_page: + enabled: true + menu_name: footer + parent: '' + weight: 0 + expanded: false +_core: + default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM diff --git a/config/sync/dblog.settings.yml b/config/sync/dblog.settings.yml new file mode 100644 index 00000000..cf06e3fa --- /dev/null +++ b/config/sync/dblog.settings.yml @@ -0,0 +1,3 @@ +row_limit: 1000 +_core: + default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 diff --git a/config/sync/editor.editor.basic_html.yml b/config/sync/editor.editor.basic_html.yml new file mode 100644 index 00000000..d999047b --- /dev/null +++ b/config/sync/editor.editor.basic_html.yml @@ -0,0 +1,55 @@ +uuid: be17a8f3-3dc6-4163-ac31-cab7d6dc321b +langcode: en +status: true +dependencies: + config: + - filter.format.basic_html + module: + - ckeditor +_core: + default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g +format: basic_html +editor: ckeditor +settings: + toolbar: + rows: + - + - + name: Formatting + items: + - Bold + - Italic + - + name: Linking + items: + - DrupalLink + - DrupalUnlink + - + name: Lists + items: + - BulletedList + - NumberedList + - + name: Media + items: + - Blockquote + - DrupalImage + - + name: 'Block Formatting' + items: + - Format + - + name: Tools + items: + - Source + plugins: + stylescombo: + styles: '' +image_upload: + status: true + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: 0 + height: 0 diff --git a/config/sync/editor.editor.full_html.yml b/config/sync/editor.editor.full_html.yml new file mode 100644 index 00000000..1dea9433 --- /dev/null +++ b/config/sync/editor.editor.full_html.yml @@ -0,0 +1,63 @@ +uuid: b40d0436-ea76-4052-8b8e-e26e73133a01 +langcode: en +status: true +dependencies: + config: + - filter.format.full_html + module: + - ckeditor +_core: + default_config_hash: 967ijj7p6i7rwrYl7r08WQFeCY_c23YAh0h8u-w_CXM +format: full_html +editor: ckeditor +settings: + toolbar: + rows: + - + - + name: Formatting + items: + - Bold + - Italic + - Strike + - Superscript + - Subscript + - '-' + - RemoveFormat + - + name: Linking + items: + - DrupalLink + - DrupalUnlink + - + name: Lists + items: + - BulletedList + - NumberedList + - + name: Media + items: + - Blockquote + - DrupalImage + - Table + - HorizontalRule + - + name: 'Block Formatting' + items: + - Format + - + name: Tools + items: + - ShowBlocks + - Source + plugins: + stylescombo: + styles: '' +image_upload: + status: true + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: 0 + height: 0 diff --git a/config/sync/field.field.block_content.basic.body.yml b/config/sync/field.field.block_content.basic.body.yml new file mode 100644 index 00000000..63829939 --- /dev/null +++ b/config/sync/field.field.block_content.basic.body.yml @@ -0,0 +1,24 @@ +uuid: d3bc5943-0506-4843-b727-f4e6ba0afd24 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.storage.block_content.body + module: + - text +_core: + default_config_hash: R__6wc-rMfFMO8d7jcgqnqiA92j8spKhcc5MiqecrMc +id: block_content.basic.body +field_name: body +entity_type: block_content +bundle: basic +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: false +field_type: text_with_summary diff --git a/config/sync/field.field.comment.comment.comment_body.yml b/config/sync/field.field.comment.comment.comment_body.yml new file mode 100644 index 00000000..7547acc0 --- /dev/null +++ b/config/sync/field.field.comment.comment.comment_body.yml @@ -0,0 +1,23 @@ +uuid: 73e09fff-91be-4772-a8b9-912135419fe0 +langcode: en +status: true +dependencies: + config: + - comment.type.comment + - field.storage.comment.comment_body + module: + - text +_core: + default_config_hash: TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs +id: comment.comment.comment_body +field_name: comment_body +entity_type: comment +bundle: comment +label: Comment +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/sync/field.field.node.article.body.yml b/config/sync/field.field.node.article.body.yml new file mode 100644 index 00000000..971b4e80 --- /dev/null +++ b/config/sync/field.field.node.article.body.yml @@ -0,0 +1,24 @@ +uuid: 635629ff-e818-4ddb-a82e-b14adb667358 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.article + module: + - text +_core: + default_config_hash: Ay3b2hq42cpQTFB_lNu8S2ZxuVIY6-dlBsc7vLeJ-YY +id: node.article.body +field_name: body +entity_type: node +bundle: article +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/config/sync/field.field.node.article.comment.yml b/config/sync/field.field.node.article.comment.yml new file mode 100644 index 00000000..0fa325a7 --- /dev/null +++ b/config/sync/field.field.node.article.comment.yml @@ -0,0 +1,35 @@ +uuid: c67e5122-1e2b-4afc-a878-9ac4a98835f8 +langcode: en +status: true +dependencies: + config: + - field.storage.node.comment + - node.type.article + module: + - comment +_core: + default_config_hash: szSOp-8eNsMcuh8usDre1x76RhDKaPhNUuwzRX5cgv4 +id: node.article.comment +field_name: comment +entity_type: node +bundle: article +label: Comments +description: '' +required: true +translatable: true +default_value: + - + status: 2 + cid: 0 + last_comment_name: null + last_comment_timestamp: 0 + last_comment_uid: 0 + comment_count: 0 +default_value_callback: '' +settings: + default_mode: 1 + per_page: 50 + form_location: true + anonymous: 0 + preview: 1 +field_type: comment diff --git a/config/sync/field.field.node.article.field_image.yml b/config/sync/field.field.node.article.field_image.yml new file mode 100644 index 00000000..b38d80c1 --- /dev/null +++ b/config/sync/field.field.node.article.field_image.yml @@ -0,0 +1,40 @@ +uuid: dc3db99b-9eea-4a05-b38d-601a369a4287 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_image + - node.type.article + module: + - image +_core: + default_config_hash: tgJzhA7Swh4M_gWU5FwFe5lPxPj5rebpMbvhpdNrERs +id: node.article.field_image +field_name: field_image +entity_type: node +bundle: article +label: Image +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + title_field: false + alt_field_required: true + title_field_required: false + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sync/field.field.node.article.field_tags.yml b/config/sync/field.field.node.article.field_tags.yml new file mode 100644 index 00000000..3cd84431 --- /dev/null +++ b/config/sync/field.field.node.article.field_tags.yml @@ -0,0 +1,29 @@ +uuid: acdb03b9-7b5e-4557-a7c7-89f3070b2281 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_tags + - node.type.article + - taxonomy.vocabulary.tags +_core: + default_config_hash: QdUgf_beeoaPiyKorFv0q1fcJpWH_uZTqe_xoVJacrw +id: node.article.field_tags +field_name: field_tags +entity_type: node +bundle: article +label: Tags +description: 'Enter a comma-separated list. For example: Amsterdam, Mexico City, "Cleveland, Ohio"' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + tags: tags + sort: + field: _none + auto_create: true +field_type: entity_reference diff --git a/config/sync/field.field.node.page.body.yml b/config/sync/field.field.node.page.body.yml new file mode 100644 index 00000000..fb2d8505 --- /dev/null +++ b/config/sync/field.field.node.page.body.yml @@ -0,0 +1,24 @@ +uuid: b0817ac6-48e5-4ebf-8412-f3829c5b6c2e +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.page + module: + - text +_core: + default_config_hash: rUop-8b6hvxxDYbv-KobTfNIBNbPY9qOPl8f6kBNSpw +id: node.page.body +field_name: body +entity_type: node +bundle: page +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/config/sync/field.field.node.portfolio.body.yml b/config/sync/field.field.node.portfolio.body.yml new file mode 100644 index 00000000..9b7865af --- /dev/null +++ b/config/sync/field.field.node.portfolio.body.yml @@ -0,0 +1,22 @@ +uuid: 86de7541-476e-4c92-9cc0-cfd87c38ce33 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.portfolio + module: + - text +id: node.portfolio.body +field_name: body +entity_type: node +bundle: portfolio +label: Description +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/config/sync/field.field.node.portfolio.field_hero_image.yml b/config/sync/field.field.node.portfolio.field_hero_image.yml new file mode 100644 index 00000000..c874b1a0 --- /dev/null +++ b/config/sync/field.field.node.portfolio.field_hero_image.yml @@ -0,0 +1,38 @@ +uuid: 977c4f28-47bb-4d02-9a85-a070b31a8282 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_hero_image + - node.type.portfolio + module: + - image +id: node.portfolio.field_hero_image +field_name: field_hero_image +entity_type: node +bundle: portfolio +label: 'Hero Image' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sync/field.field.node.portfolio.field_technologies.yml b/config/sync/field.field.node.portfolio.field_technologies.yml new file mode 100644 index 00000000..f86711e3 --- /dev/null +++ b/config/sync/field.field.node.portfolio.field_technologies.yml @@ -0,0 +1,21 @@ +uuid: ffffccf1-03f0-42b4-8d0a-9b39fda28083 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_technologies + - node.type.portfolio +id: node.portfolio.field_technologies +field_name: field_technologies +entity_type: node +bundle: portfolio +label: Technologies +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.node.portfolio.field_url.yml b/config/sync/field.field.node.portfolio.field_url.yml new file mode 100644 index 00000000..c9d33a94 --- /dev/null +++ b/config/sync/field.field.node.portfolio.field_url.yml @@ -0,0 +1,23 @@ +uuid: 2dcc49e0-f940-4b4d-ada7-26ef87962262 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_url + - node.type.portfolio + module: + - link +id: node.portfolio.field_url +field_name: field_url +entity_type: node +bundle: portfolio +label: 'Website URL' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + link_type: 17 + title: 1 +field_type: link diff --git a/config/sync/field.field.user.user.user_picture.yml b/config/sync/field.field.user.user.user_picture.yml new file mode 100644 index 00000000..03785bcb --- /dev/null +++ b/config/sync/field.field.user.user.user_picture.yml @@ -0,0 +1,40 @@ +uuid: cc935136-f389-4e10-b44e-cceeccab5f4e +langcode: en +status: true +dependencies: + config: + - field.storage.user.user_picture + module: + - image + - user +_core: + default_config_hash: Iiq0AttdhgbebJwabSFwQQ1ORn64GoGz0xSZ_eyCJ8A +id: user.user.user_picture +field_name: user_picture +entity_type: user +bundle: user +label: Picture +description: 'Your virtual face or picture.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + file_extensions: 'png gif jpg jpeg' + file_directory: 'pictures/[date:custom:Y]-[date:custom:m]' + max_filesize: '' + alt_field: false + title_field: false + max_resolution: '' + min_resolution: '' + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + alt_field_required: false + title_field_required: false + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sync/field.settings.yml b/config/sync/field.settings.yml new file mode 100644 index 00000000..95c042d7 --- /dev/null +++ b/config/sync/field.settings.yml @@ -0,0 +1,3 @@ +purge_batch_size: 50 +_core: + default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 diff --git a/config/sync/field.storage.block_content.body.yml b/config/sync/field.storage.block_content.body.yml new file mode 100644 index 00000000..33166343 --- /dev/null +++ b/config/sync/field.storage.block_content.body.yml @@ -0,0 +1,21 @@ +uuid: f7a4f986-a4cb-42a4-99f7-4ff79abaa173 +langcode: en +status: true +dependencies: + module: + - block_content + - text +_core: + default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc +id: block_content.body +field_name: body +entity_type: block_content +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/config/sync/field.storage.comment.comment_body.yml b/config/sync/field.storage.comment.comment_body.yml new file mode 100644 index 00000000..31d30f93 --- /dev/null +++ b/config/sync/field.storage.comment.comment_body.yml @@ -0,0 +1,21 @@ +uuid: 0ff1a697-7af5-4892-98f7-f72533d99157 +langcode: en +status: true +dependencies: + module: + - comment + - text +_core: + default_config_hash: swYoCch_hY8QO5uwr4FURplfnUCUlpPB4idF8WGVCpw +id: comment.comment_body +field_name: comment_body +entity_type: comment +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/config/sync/field.storage.node.body.yml b/config/sync/field.storage.node.body.yml new file mode 100644 index 00000000..b40889e9 --- /dev/null +++ b/config/sync/field.storage.node.body.yml @@ -0,0 +1,21 @@ +uuid: 24be366b-5a88-442e-9fd4-4e3288ee33b0 +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/config/sync/field.storage.node.comment.yml b/config/sync/field.storage.node.comment.yml new file mode 100644 index 00000000..f70be405 --- /dev/null +++ b/config/sync/field.storage.node.comment.yml @@ -0,0 +1,22 @@ +uuid: 0708b850-4259-4ca8-ac38-bf90bec5fc5f +langcode: en +status: true +dependencies: + module: + - comment + - node +_core: + default_config_hash: ktCna9xmWvYZIUfOCUyDQvedn5RtnS4CRmEIwNmvYjc +id: node.comment +field_name: comment +entity_type: node +type: comment +settings: + comment_type: comment +module: comment +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_hero_image.yml b/config/sync/field.storage.node.field_hero_image.yml new file mode 100644 index 00000000..5ba25746 --- /dev/null +++ b/config/sync/field.storage.node.field_hero_image.yml @@ -0,0 +1,30 @@ +uuid: 809bfe94-ba8d-454e-9a3b-8c05b8d778f9 +langcode: en +status: true +dependencies: + module: + - file + - image + - node +id: node.field_hero_image +field_name: field_hero_image +entity_type: node +type: image +settings: + uri_scheme: public + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null + target_type: file + display_field: false + display_default: false +module: image +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_image.yml b/config/sync/field.storage.node.field_image.yml new file mode 100644 index 00000000..c27e47b9 --- /dev/null +++ b/config/sync/field.storage.node.field_image.yml @@ -0,0 +1,34 @@ +uuid: d24a8e8b-43d3-4b66-b904-a123f997597a +langcode: en +status: true +dependencies: + module: + - file + - image + - node +_core: + default_config_hash: SkXIPKZYiIMMtnBmfnxk58RYfbZ8cHSw5NZPY_JByME +id: node.field_image +field_name: field_image +entity_type: node +type: image +settings: + uri_scheme: public + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + target_type: file + display_field: false + display_default: false +module: image +locked: false +cardinality: 1 +translatable: true +indexes: + target_id: + - target_id +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_tags.yml b/config/sync/field.storage.node.field_tags.yml new file mode 100644 index 00000000..167e8894 --- /dev/null +++ b/config/sync/field.storage.node.field_tags.yml @@ -0,0 +1,22 @@ +uuid: 293938fd-0afc-4ec2-87e6-fea9e0e01e3a +langcode: en +status: true +dependencies: + module: + - node + - taxonomy +_core: + default_config_hash: WpOE_bs8Bs_HY2ns7n2r__de-xno0-Bxkqep5-MsHAs +id: node.field_tags +field_name: field_tags +entity_type: node +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_technologies.yml b/config/sync/field.storage.node.field_technologies.yml new file mode 100644 index 00000000..260c9747 --- /dev/null +++ b/config/sync/field.storage.node.field_technologies.yml @@ -0,0 +1,20 @@ +uuid: 416f48f2-2f2b-4a51-a7ae-6bc54a88cf9c +langcode: en +status: true +dependencies: + module: + - node + - taxonomy +id: node.field_technologies +field_name: field_technologies +entity_type: node +type: entity_reference +settings: + target_type: taxonomy_term +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.node.field_url.yml b/config/sync/field.storage.node.field_url.yml new file mode 100644 index 00000000..689a9316 --- /dev/null +++ b/config/sync/field.storage.node.field_url.yml @@ -0,0 +1,19 @@ +uuid: 45467204-e3ce-4839-ac4b-4e2ddeefb7d8 +langcode: en +status: true +dependencies: + module: + - link + - node +id: node.field_url +field_name: field_url +entity_type: node +type: link +settings: { } +module: link +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.user.user_picture.yml b/config/sync/field.storage.user.user_picture.yml new file mode 100644 index 00000000..c38c44c7 --- /dev/null +++ b/config/sync/field.storage.user.user_picture.yml @@ -0,0 +1,34 @@ +uuid: 79d3182f-1ca4-4565-a4ea-2c57d403ac5c +langcode: en +status: true +dependencies: + module: + - file + - image + - user +_core: + default_config_hash: 6k-VBFilDLuzgSOT-77CFgHFlcd5D-kqRixtH89EShU +id: user.user_picture +field_name: user_picture +entity_type: user +type: image +settings: + uri_scheme: public + default_image: + uuid: null + alt: '' + title: '' + width: null + height: null + target_type: file + display_field: false + display_default: false +module: image +locked: false +cardinality: 1 +translatable: true +indexes: + target_id: + - target_id +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field_ui.settings.yml b/config/sync/field_ui.settings.yml new file mode 100644 index 00000000..27439699 --- /dev/null +++ b/config/sync/field_ui.settings.yml @@ -0,0 +1,3 @@ +field_prefix: field_ +_core: + default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM diff --git a/config/sync/file.settings.yml b/config/sync/file.settings.yml new file mode 100644 index 00000000..33151657 --- /dev/null +++ b/config/sync/file.settings.yml @@ -0,0 +1,8 @@ +description: + type: textfield + length: 128 +icon: + directory: core/modules/file/icons +make_unused_managed_files_temporary: false +_core: + default_config_hash: 0aMkoXYnax5_tHI9C9zHs-K48KJ6K75PHtD9x-0nbgM diff --git a/config/sync/filter.format.basic_html.yml b/config/sync/filter.format.basic_html.yml new file mode 100644 index 00000000..c6797d76 --- /dev/null +++ b/config/sync/filter.format.basic_html.yml @@ -0,0 +1,45 @@ +uuid: ccc2857a-66bc-4ca5-9050-d9d55b1bf341 +langcode: en +status: true +dependencies: + module: + - editor +_core: + default_config_hash: P8ddpAIKtawJDi5SzOwCzVnnNYqONewSTJ6Xn0dW_aQ +name: 'Basic HTML' +format: basic_html +weight: 0 +filters: + filter_html: + id: filter_html + provider: filter + status: true + weight: -10 + settings: + allowed_html: '