From e78939add6c89e25be6fbf46b9840345ed8c98d9 Mon Sep 17 00:00:00 2001 From: Sajid Jaber Date: Thu, 20 Jul 2017 02:01:14 +0000 Subject: [PATCH 01/17] composer-010: addad composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 28023b44..15821de1 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", "drupal/core": "~8.0", "drush/drush": "~8.0", From 048fd97d163394b73ca8deeb9208e3913046ce83 Mon Sep 17 00:00:00 2001 From: Sajid Jaber Date: Thu, 20 Jul 2017 02:01:46 +0000 Subject: [PATCH 02/17] composer-010: addad composer.lock admin toolbar --- composer.lock | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 7a6ba77d..9209d9b3 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": "65cb67110e3d9a37d5467fb7a2447bde", + "content-hash": "afeac067bc3047ffdda16f7d870844f8", "packages": [ { "name": "alchemy/zippy", @@ -1086,6 +1086,66 @@ "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core", "time": "2017-05-05T21:26:28+00:00" }, + { + "name": "drupal/admin_toolbar", + "version": "1.19.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/admin_toolbar", + "reference": "8.x-1.19" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip", + "reference": null, + "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.19", + "datestamp": "1491487683" + } + }, + "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": "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.0.0-rc25", From 4d333395e8f38f0246b9cdbc16e2f8be65de4030 Mon Sep 17 00:00:00 2001 From: Sajid Jaber Date: Thu, 27 Jul 2017 01:54:23 +0000 Subject: [PATCH 03/17] 013: Added social media links module --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 15821de1..d5ab7c51 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ "drupal/admin_toolbar": "^1", "drupal/console": "~1.0", "drupal/core": "~8.0", + "drupal/social_media_links": "^2.5", "drush/drush": "~8.0", "webflo/drupal-finder": "^0.3.0", "webmozart/path-util": "^2.3" From fd575218c131f13656dce84212b0bb2a39584dd8 Mon Sep 17 00:00:00 2001 From: Sajid Jaber Date: Thu, 27 Jul 2017 01:55:08 +0000 Subject: [PATCH 04/17] 013: updated composer.lock Added social media links module --- composer.lock | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 9209d9b3..2721bd8d 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": "afeac067bc3047ffdda16f7d870844f8", + "content-hash": "80a0c3b156cada6969962309d289d58c", "packages": [ { "name": "alchemy/zippy", @@ -1097,7 +1097,7 @@ "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.19.zip", - "reference": null, + "reference": "8.x-1.19", "shasum": "87de41eab3c5cd49d4e1b5b764cb3b9d5ad683a0" }, "require": { @@ -1625,6 +1625,50 @@ "description": "Drupal is an open source content management platform powering millions of websites and applications.", "time": "2017-07-05T17:03:07+00:00" }, + { + "name": "drupal/social_media_links", + "version": "2.5.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/social_media_links", + "reference": "8.x-2.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/social_media_links-8.x-2.5.zip", + "reference": null, + "shasum": "b55fa3d5a15ebdb039d77f2a9b3e7a8ee8ffccd2" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.5", + "datestamp": "1500374942" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "cbeier", + "homepage": "https://www.drupal.org/user/1500710" + } + ], + "description": "The module provides a block that display links (icons) to your profiles on various social networking sites.", + "homepage": "https://www.drupal.org/project/social_media_links", + "support": { + "source": "http://cgit.drupalcode.org/social_media_links", + "issues": "https://www.drupal.org/project/issues/social_media_links" + } + }, { "name": "drush/drush", "version": "8.1.12", From 182d63278ade7b439cf63717873f57cf96df75e5 Mon Sep 17 00:00:00 2001 From: Sajid Jaber Date: Sun, 30 Jul 2017 05:16:10 +0000 Subject: [PATCH 05/17] 014: Added the Contact Form module --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index d5ab7c51..54cf8e58 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,11 @@ "drupal-composer/drupal-scaffold": "^2.2", "drupal/admin_toolbar": "^1", "drupal/console": "~1.0", + "drupal/contact_block": "^1.4", + "drupal/contact_storage": "^1.0@beta", "drupal/core": "~8.0", "drupal/social_media_links": "^2.5", + "drupal/webform": "^5.0@beta", "drush/drush": "~8.0", "webflo/drupal-finder": "^0.3.0", "webmozart/path-util": "^2.3" From 2bbbbbfcfc632418897124bde5017dc5becf19bd Mon Sep 17 00:00:00 2001 From: Sajid Jaber Date: Sun, 30 Jul 2017 05:16:38 +0000 Subject: [PATCH 06/17] 014: Updated the composer.lock --- composer.lock | 252 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 249 insertions(+), 3 deletions(-) diff --git a/composer.lock b/composer.lock index 2721bd8d..306bae0a 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": "80a0c3b156cada6969962309d289d58c", + "content-hash": "651ff200cd6245b003bfbbbf0b57b610", "packages": [ { "name": "alchemy/zippy", @@ -1440,6 +1440,109 @@ "description": "Drupal Console Extend Plugin", "time": "2017-07-07T05:12:50+00:00" }, + { + "name": "drupal/contact_block", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/contact_block", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/contact_block-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "0e10326e33c02f821c0f20885a3662f8c3e34c64" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.4", + "datestamp": "1493036943" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Sutharsan", + "homepage": "https://www.drupal.org/user/73854" + } + ], + "description": "Provides blocks for Contact form module.", + "homepage": "https://www.drupal.org/project/contact_block", + "support": { + "source": "http://cgit.drupalcode.org/contact_block" + } + }, + { + "name": "drupal/contact_storage", + "version": "1.0.0-beta9", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/contact_storage", + "reference": "8.x-1.0-beta9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/contact_storage-8.x-1.0-beta9.zip", + "reference": "8.x-1.0-beta9", + "shasum": "42b12d6f755485617e949aaf1b2c9aae09eb0e3e" + }, + "require": { + "drupal/core": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta9", + "datestamp": "1497478742" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Arla", + "homepage": "https://www.drupal.org/user/226712" + }, + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "andypost", + "homepage": "https://www.drupal.org/user/118908" + }, + { + "name": "jibran", + "homepage": "https://www.drupal.org/user/1198144" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Provides storage and edit capability for contact messages.", + "homepage": "https://www.drupal.org/project/contact_storage", + "support": { + "source": "http://cgit.drupalcode.org/contact_storage" + } + }, { "name": "drupal/core", "version": "8.3.5", @@ -1636,7 +1739,7 @@ "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/social_media_links-8.x-2.5.zip", - "reference": null, + "reference": "8.x-2.5", "shasum": "b55fa3d5a15ebdb039d77f2a9b3e7a8ee8ffccd2" }, "require": { @@ -1669,6 +1772,146 @@ "issues": "https://www.drupal.org/project/issues/social_media_links" } }, + { + "name": "drupal/token", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/token", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1493466843" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Provides a user interface for the Token API and some missing core tokens.", + "homepage": "https://www.drupal.org/project/token", + "support": { + "source": "http://cgit.drupalcode.org/token" + } + }, + { + "name": "drupal/webform", + "version": "5.0.0-beta15", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/webform", + "reference": "8.x-5.0-beta15" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.0-beta15.zip", + "reference": null, + "shasum": "6bf79f53e2232a395ed892b1ba8b8bf95820d789" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-5.x": "5.x-dev" + }, + "drupal": { + "version": "8.x-5.0-beta15", + "datestamp": "1498873444" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jacob Rockowitz (jrockowitz)", + "homepage": "https://www.drupal.org/u/jrockowitz", + "role": "Maintainer" + }, + { + "name": "Liam Morland", + "homepage": "https://www.drupal.org/user/493050" + }, + { + "name": "fenstrat", + "homepage": "https://www.drupal.org/user/362649" + }, + { + "name": "jrockowitz", + "homepage": "https://www.drupal.org/user/371407" + }, + { + "name": "podarok", + "homepage": "https://www.drupal.org/user/116002" + }, + { + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" + }, + { + "name": "sanchiz", + "homepage": "https://www.drupal.org/user/1671246" + }, + { + "name": "tedbow", + "homepage": "https://www.drupal.org/user/240860" + }, + { + "name": "torotil", + "homepage": "https://www.drupal.org/user/865256" + } + ], + "description": "Enables the creation of webforms and questionnaires.", + "homepage": "https://drupal.org/project/webform", + "support": { + "source": "http://cgit.drupalcode.org/webform", + "issues": "https://drupal.org/project/issues/webform" + } + }, { "name": "drush/drush", "version": "8.1.12", @@ -6117,7 +6360,10 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": { + "drupal/contact_storage": 10, + "drupal/webform": 10 + }, "prefer-stable": true, "prefer-lowest": false, "platform": [], From 79fa1346971f9a4e1483a2db60782c2c2b59756e Mon Sep 17 00:00:00 2001 From: Sajid Jaber Date: Sun, 30 Jul 2017 16:08:26 +0000 Subject: [PATCH 07/17] 016: exported site configuration --- config/sync/.htaccess | 23 + config/sync/README.txt | 1 + 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.block.socialmedialinks.yml | 104 ++ config/sync/block_content.type.basic.yml | 10 + config/sync/comment.type.comment.yml | 10 + config/sync/contact.form.contact.yml | 12 + 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 + ...isplay.contact_message.contact.default.yml | 77 ++ ...tity_form_display.node.article.default.yml | 96 ++ ....entity_form_display.node.blog.default.yml | 88 ++ ....entity_form_display.node.page.default.yml | 70 + ...ty_form_display.node.portfolio.default.yml | 86 ++ ....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 + ...isplay.contact_message.contact.default.yml | 77 ++ ...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.blog.default.yml | 46 + ...e.entity_view_display.node.blog.teaser.yml | 28 + ....entity_view_display.node.page.default.yml | 28 + ...e.entity_view_display.node.page.teaser.yml | 30 + ...ty_view_display.node.portfolio.default.yml | 46 + ...ity_view_display.node.portfolio.teaser.yml | 28 + ....entity_view_display.user.user.compact.yml | 29 + ....entity_view_display.user.user.default.yml | 30 + .../core.entity_view_mode.block.token.yml | 10 + ...re.entity_view_mode.block_content.full.yml | 12 + ...e.entity_view_mode.block_content.token.yml | 10 + .../core.entity_view_mode.comment.full.yml | 12 + .../core.entity_view_mode.comment.token.yml | 10 + ...entity_view_mode.contact_message.token.yml | 10 + .../sync/core.entity_view_mode.file.token.yml | 10 + ...tity_view_mode.menu_link_content.token.yml | 10 + .../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 + .../sync/core.entity_view_mode.node.token.yml | 10 + .../core.entity_view_mode.shortcut.token.yml | 10 + ...re.entity_view_mode.taxonomy_term.full.yml | 12 + ...e.entity_view_mode.taxonomy_term.token.yml | 10 + .../sync/core.entity_view_mode.tour.token.yml | 10 + .../core.entity_view_mode.user.compact.yml | 12 + .../sync/core.entity_view_mode.user.full.yml | 12 + .../sync/core.entity_view_mode.user.token.yml | 10 + config/sync/core.extension.yml | 58 + .../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 + ...ld.contact_message.contact.field_email.yml | 19 + ...eld.contact_message.contact.field_name.yml | 19 + ...act_message.contact.field_phone_number.yml | 19 + ...d.contact_message.contact.field_search.yml | 21 + 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.blog.body.yml | 22 + ...field.field.node.blog.field_blog_image.yml | 38 + ...field.field.node.blog.field_blogauthor.yml | 19 + config/sync/field.field.node.page.body.yml | 24 + .../sync/field.field.node.portfolio.body.yml | 22 + ...eld.field.node.portfolio.field_picture.yml | 38 + ...node.portfolio.field_technologies_used.yml | 28 + .../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 + ...ld.storage.contact_message.field_email.yml | 18 + ...eld.storage.contact_message.field_name.yml | 21 + ...age.contact_message.field_phone_number.yml | 19 + ...d.storage.contact_message.field_search.yml | 20 + config/sync/field.storage.node.body.yml | 21 + config/sync/field.storage.node.comment.yml | 22 + .../field.storage.node.field_blog_image.yml | 30 + .../field.storage.node.field_blogauthor.yml | 21 + .../sync/field.storage.node.field_image.yml | 34 + .../sync/field.storage.node.field_picture.yml | 30 + config/sync/field.storage.node.field_tags.yml | 22 + ...d.storage.node.field_technologies_used.yml | 20 + .../sync/field.storage.user.user_picture.yml | 34 + config/sync/field_ui.settings.yml | 3 + config/sync/file.settings.yml | 7 + 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.blog.yml | 18 + config/sync/node.type.page.yml | 13 + config/sync/node.type.portfolio.yml | 18 + 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_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 + ...ction.webform_submission_delete_action.yml | 13 + ....webform_submission_make_sticky_action.yml | 13 + ...ebform_submission_make_unsticky_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 | 5 + 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.drupal.yml | 9 + 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.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.who_s_new.yml | 193 +++ config/sync/views.view.who_s_online.yml | 222 ++++ config/sync/webform.settings.yml | 112 ++ config/sync/webform.webform.contact.yml | 164 +++ .../webform.webform_options.country_codes.yml | 13 + .../webform.webform_options.country_names.yml | 13 + ...bform.webform_options.creditcard_codes.yml | 13 + config/sync/webform.webform_options.days.yml | 13 + .../webform.webform_options.education.yml | 13 + ...form.webform_options.employment_status.yml | 13 + .../webform.webform_options.ethnicity.yml | 13 + .../sync/webform.webform_options.gender.yml | 13 + .../sync/webform.webform_options.industry.yml | 13 + .../webform.webform_options.languages.yml | 13 + ...bform.webform_options.likert_agreement.yml | 13 + ...form.webform_options.likert_comparison.yml | 13 + ...form.webform_options.likert_importance.yml | 13 + ...webform.webform_options.likert_quality.yml | 13 + ...rm.webform_options.likert_satisfaction.yml | 13 + ...bform.webform_options.likert_ten_scale.yml | 13 + ...bform.webform_options.likert_would_you.yml | 13 + ...webform.webform_options.marital_status.yml | 13 + .../sync/webform.webform_options.months.yml | 13 + .../webform.webform_options.phone_types.yml | 13 + .../webform.webform_options.relationship.yml | 13 + config/sync/webform.webform_options.size.yml | 13 + .../webform.webform_options.state_codes.yml | 13 + .../webform.webform_options.state_names.yml | 13 + ...m.webform_options.state_province_codes.yml | 13 + ...m.webform_options.state_province_names.yml | 13 + .../webform.webform_options.time_zones.yml | 13 + .../sync/webform.webform_options.titles.yml | 13 + .../sync/webform.webform_options.yes_no.yml | 13 + 251 files changed, 10525 insertions(+) create mode 100644 config/sync/.htaccess create mode 100644 config/sync/README.txt 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.block.socialmedialinks.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.contact.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.contact_message.contact.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.blog.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.contact_message.contact.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.blog.default.yml create mode 100644 config/sync/core.entity_view_display.node.blog.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.token.yml create mode 100644 config/sync/core.entity_view_mode.block_content.full.yml create mode 100644 config/sync/core.entity_view_mode.block_content.token.yml create mode 100644 config/sync/core.entity_view_mode.comment.full.yml create mode 100644 config/sync/core.entity_view_mode.comment.token.yml create mode 100644 config/sync/core.entity_view_mode.contact_message.token.yml create mode 100644 config/sync/core.entity_view_mode.file.token.yml create mode 100644 config/sync/core.entity_view_mode.menu_link_content.token.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.node.token.yml create mode 100644 config/sync/core.entity_view_mode.shortcut.token.yml create mode 100644 config/sync/core.entity_view_mode.taxonomy_term.full.yml create mode 100644 config/sync/core.entity_view_mode.taxonomy_term.token.yml create mode 100644 config/sync/core.entity_view_mode.tour.token.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.entity_view_mode.user.token.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.contact_message.contact.field_email.yml create mode 100644 config/sync/field.field.contact_message.contact.field_name.yml create mode 100644 config/sync/field.field.contact_message.contact.field_phone_number.yml create mode 100644 config/sync/field.field.contact_message.contact.field_search.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.blog.body.yml create mode 100644 config/sync/field.field.node.blog.field_blog_image.yml create mode 100644 config/sync/field.field.node.blog.field_blogauthor.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_picture.yml create mode 100644 config/sync/field.field.node.portfolio.field_technologies_used.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.contact_message.field_email.yml create mode 100644 config/sync/field.storage.contact_message.field_name.yml create mode 100644 config/sync/field.storage.contact_message.field_phone_number.yml create mode 100644 config/sync/field.storage.contact_message.field_search.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_blog_image.yml create mode 100644 config/sync/field.storage.node.field_blogauthor.yml create mode 100644 config/sync/field.storage.node.field_image.yml create mode 100644 config/sync/field.storage.node.field_picture.yml create mode 100644 config/sync/field.storage.node.field_tags.yml create mode 100644 config/sync/field.storage.node.field_technologies_used.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.blog.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_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.action.webform_submission_delete_action.yml create mode 100644 config/sync/system.action.webform_submission_make_sticky_action.yml create mode 100644 config/sync/system.action.webform_submission_make_unsticky_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.drupal.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.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.who_s_new.yml create mode 100644 config/sync/views.view.who_s_online.yml create mode 100644 config/sync/webform.settings.yml create mode 100644 config/sync/webform.webform.contact.yml create mode 100644 config/sync/webform.webform_options.country_codes.yml create mode 100644 config/sync/webform.webform_options.country_names.yml create mode 100644 config/sync/webform.webform_options.creditcard_codes.yml create mode 100644 config/sync/webform.webform_options.days.yml create mode 100644 config/sync/webform.webform_options.education.yml create mode 100644 config/sync/webform.webform_options.employment_status.yml create mode 100644 config/sync/webform.webform_options.ethnicity.yml create mode 100644 config/sync/webform.webform_options.gender.yml create mode 100644 config/sync/webform.webform_options.industry.yml create mode 100644 config/sync/webform.webform_options.languages.yml create mode 100644 config/sync/webform.webform_options.likert_agreement.yml create mode 100644 config/sync/webform.webform_options.likert_comparison.yml create mode 100644 config/sync/webform.webform_options.likert_importance.yml create mode 100644 config/sync/webform.webform_options.likert_quality.yml create mode 100644 config/sync/webform.webform_options.likert_satisfaction.yml create mode 100644 config/sync/webform.webform_options.likert_ten_scale.yml create mode 100644 config/sync/webform.webform_options.likert_would_you.yml create mode 100644 config/sync/webform.webform_options.marital_status.yml create mode 100644 config/sync/webform.webform_options.months.yml create mode 100644 config/sync/webform.webform_options.phone_types.yml create mode 100644 config/sync/webform.webform_options.relationship.yml create mode 100644 config/sync/webform.webform_options.size.yml create mode 100644 config/sync/webform.webform_options.state_codes.yml create mode 100644 config/sync/webform.webform_options.state_names.yml create mode 100644 config/sync/webform.webform_options.state_province_codes.yml create mode 100644 config/sync/webform.webform_options.state_province_names.yml create mode 100644 config/sync/webform.webform_options.time_zones.yml create mode 100644 config/sync/webform.webform_options.titles.yml create mode 100644 config/sync/webform.webform_options.yes_no.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/README.txt b/config/sync/README.txt new file mode 100644 index 00000000..37874bd6 --- /dev/null +++ b/config/sync/README.txt @@ -0,0 +1 @@ +This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration/sync. For information about deploying configuration between servers, see https://www.drupal.org/documentation/administer/config \ 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..b585464c --- /dev/null +++ b/config/sync/block.block.bartik_account_menu.yml @@ -0,0 +1,26 @@ +uuid: 88e88bd6-c1ce-4fd9-bc49-25dd9301dea8 +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..fce67bdb --- /dev/null +++ b/config/sync/block.block.bartik_branding.yml @@ -0,0 +1,25 @@ +uuid: a1e869e2-1b6c-4aa0-beed-887a2f6d678e +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..f678ee75 --- /dev/null +++ b/config/sync/block.block.bartik_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 5115b645-6667-49f6-9a55-9106e67b9811 +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..3191e1d9 --- /dev/null +++ b/config/sync/block.block.bartik_content.yml @@ -0,0 +1,22 @@ +uuid: cff68c82-e37a-48c0-9224-c213e4d2c49f +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..6a4ee5fd --- /dev/null +++ b/config/sync/block.block.bartik_footer.yml @@ -0,0 +1,26 @@ +uuid: d660b8c6-6500-4ca1-a74b-067612918c92 +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..7b0bc437 --- /dev/null +++ b/config/sync/block.block.bartik_help.yml @@ -0,0 +1,22 @@ +uuid: a0aec99b-0b45-4d61-88b1-082ac6cedda8 +langcode: en +status: true +dependencies: + module: + - help + theme: + - bartik +_core: + default_config_hash: 8I8iACSa0sKO3k3jlvUG1ge52rfcKX7USJAQYnzuBgg +id: bartik_help +theme: bartik +region: content +weight: -8 +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..299e7f30 --- /dev/null +++ b/config/sync/block.block.bartik_local_actions.yml @@ -0,0 +1,20 @@ +uuid: d758705b-3535-411f-9d1d-563886ac2860 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: 13GQpeITIJsp1kyPniXtWZfyFH87vb1xxJCHifL4UeE +id: bartik_local_actions +theme: bartik +region: content +weight: -8 +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..f6b48f7b --- /dev/null +++ b/config/sync/block.block.bartik_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: f6f846e2-442a-4dc9-a673-ce54341eb59a +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: X9I1OB0W3WlWtrK-CNcg6hNWwa8wficanpH8pYnDZDE +id: bartik_local_tasks +theme: bartik +region: content +weight: -8 +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..90a1a8a4 --- /dev/null +++ b/config/sync/block.block.bartik_main_menu.yml @@ -0,0 +1,26 @@ +uuid: b55ae20e-a4ea-41a4-bbf9-53c926d79554 +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..9033adf5 --- /dev/null +++ b/config/sync/block.block.bartik_messages.yml @@ -0,0 +1,22 @@ +uuid: 3c1594d6-f44c-4451-8d5f-ca41107ac0e4 +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..322aba55 --- /dev/null +++ b/config/sync/block.block.bartik_page_title.yml @@ -0,0 +1,20 @@ +uuid: f0974c58-6f64-4e72-a164-62a6f0880a67 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: 7rR9chwXvdM2H8OYMAYx9Zj3GGlPMrZp_M3ZA4thYTk +id: bartik_page_title +theme: bartik +region: content +weight: -8 +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..98023a27 --- /dev/null +++ b/config/sync/block.block.bartik_powered.yml @@ -0,0 +1,22 @@ +uuid: 2699d371-ebd0-4853-8fcd-df2c14368e73 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: jQQUUWN2Uxr5qZtc9zcJKBCxpKY8orN1u2HPqYYRQDI +id: bartik_powered +theme: bartik +region: footer_fifth +weight: -8 +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..0024bd38 --- /dev/null +++ b/config/sync/block.block.bartik_search.yml @@ -0,0 +1,22 @@ +uuid: 392e6e79-4476-42b3-b089-b8173ef54557 +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..33bc3bbe --- /dev/null +++ b/config/sync/block.block.bartik_tools.yml @@ -0,0 +1,26 @@ +uuid: 0128c6ab-6fb8-4d88-ab42-c1040f352ad6 +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..ac38df06 --- /dev/null +++ b/config/sync/block.block.seven_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: ead6dc19-bc28-4f50-aacc-584d66052b8f +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..ad82f367 --- /dev/null +++ b/config/sync/block.block.seven_content.yml @@ -0,0 +1,22 @@ +uuid: 71537f9c-78fd-40f6-9c1b-97d711e3bb02 +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..683d3ee9 --- /dev/null +++ b/config/sync/block.block.seven_help.yml @@ -0,0 +1,22 @@ +uuid: 9f50e536-27a1-4535-a734-1412f47e98f1 +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..14dc0d36 --- /dev/null +++ b/config/sync/block.block.seven_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 727523fc-29d3-4ba7-83c2-2e03648e373f +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..6f272c17 --- /dev/null +++ b/config/sync/block.block.seven_login.yml @@ -0,0 +1,22 @@ +uuid: 5b07c180-bf37-47b2-8f5c-123ef1c9c315 +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..80bd45dd --- /dev/null +++ b/config/sync/block.block.seven_messages.yml @@ -0,0 +1,22 @@ +uuid: 66f6bcd6-137b-4d70-804c-a8f1fe0854c8 +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..0dc44d8e --- /dev/null +++ b/config/sync/block.block.seven_page_title.yml @@ -0,0 +1,20 @@ +uuid: 4cae007e-fb9f-440c-a702-672dd3c61f5d +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..6760746b --- /dev/null +++ b/config/sync/block.block.seven_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 6a14378c-edf9-4da6-9b30-28ea1c122bc3 +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..bea79cd5 --- /dev/null +++ b/config/sync/block.block.seven_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: f9bd3ab9-882e-465d-a9d8-0d6d7b843d8d +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.block.socialmedialinks.yml b/config/sync/block.block.socialmedialinks.yml new file mode 100644 index 00000000..e0f176e8 --- /dev/null +++ b/config/sync/block.block.socialmedialinks.yml @@ -0,0 +1,104 @@ +uuid: 664623f7-0dc6-469d-bd8e-7aa59b0b72b9 +langcode: en +status: true +dependencies: + module: + - social_media_links + theme: + - bartik +id: socialmedialinks +theme: bartik +region: footer_fifth +weight: 0 +provider: null +plugin: social_media_links_block +settings: + id: social_media_links_block + label: 'Social Media Links' + provider: social_media_links + label_display: '0' + platforms: + behance: + value: '' + description: '' + weight: '-28' + bitbucket: + value: '' + description: '' + weight: '-27' + contact: + value: '' + description: '' + weight: '-26' + drupal: + value: JaberSE09 + description: '' + weight: '-25' + email: + value: sajidjaber@yahoo.com + description: sajidjaber@yahoo.com + weight: '-24' + facebook: + value: '' + description: '' + weight: '-23' + github: + value: 'JaberSE09 ' + description: '' + weight: '-22' + googleplus: + value: '' + description: '' + weight: '-21' + instagram: + value: '' + description: '' + weight: '-20' + linkedin: + value: sajidjaber + description: '' + weight: '-19' + pinterest: + value: '' + description: '' + weight: '-18' + rss: + value: '' + description: '' + weight: '-17' + slideshare: + value: '' + description: '' + weight: '-16' + tumblr: + value: '' + description: '' + weight: '-15' + twitter: + value: '' + description: '' + weight: '-14' + vimeo: + value: '' + description: '' + weight: '-13' + youtube: + value: '' + description: '' + weight: '-12' + youtube_channel: + value: '' + description: '' + weight: '-11' + appearance: + orientation: h + show_name: 0 + link_attributes: + target: '' + rel: '' + iconset: + style: 'fontawesome:2x' + installed_iconsets: + fontawesome: + examples: '' +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..a0df5cca --- /dev/null +++ b/config/sync/block_content.type.basic.yml @@ -0,0 +1,10 @@ +uuid: 8f8fbf71-f4e9-4377-ae21-be3ba602d956 +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..57f5a688 --- /dev/null +++ b/config/sync/comment.type.comment.yml @@ -0,0 +1,10 @@ +uuid: 5cb661e1-54cc-4c93-b04c-49043dfd2181 +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.contact.yml b/config/sync/contact.form.contact.yml new file mode 100644 index 00000000..503bee0b --- /dev/null +++ b/config/sync/contact.form.contact.yml @@ -0,0 +1,12 @@ +uuid: b7c97c36-d3cc-4d11-9303-0cf75339060d +langcode: en +status: true +dependencies: { } +id: contact +label: Contact +recipients: + - sajidjaber@yahoo.com +reply: '' +weight: 0 +message: '' +redirect: '' diff --git a/config/sync/contact.form.feedback.yml b/config/sync/contact.form.feedback.yml new file mode 100644 index 00000000..6f18570d --- /dev/null +++ b/config/sync/contact.form.feedback.yml @@ -0,0 +1,14 @@ +uuid: 9f9b8021-5ad6-4400-a7f3-9bbfd0902882 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw +id: feedback +label: 'Website feedback' +recipients: + - sajidjaber@yahoo.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..4e81fb68 --- /dev/null +++ b/config/sync/contact.form.personal.yml @@ -0,0 +1,13 @@ +uuid: 37fece08-551b-480c-9ca3-66a3ff5aac4d +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..60378074 --- /dev/null +++ b/config/sync/core.base_field_override.node.page.promote.yml @@ -0,0 +1,24 @@ +uuid: 10693eba-c079-4294-acec-ec7a7b649f56 +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..ee2ae9a3 --- /dev/null +++ b/config/sync/core.base_field_override.node.portfolio.title.yml @@ -0,0 +1,18 @@ +uuid: dc4e3d79-c893-4828-b97b-9556642fe3ef +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..94f9d3b7 --- /dev/null +++ b/config/sync/core.date_format.fallback.yml @@ -0,0 +1,10 @@ +uuid: ab0fb036-983a-4a1b-8e0a-a6b4011cd6b8 +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..69a891d5 --- /dev/null +++ b/config/sync/core.date_format.html_date.yml @@ -0,0 +1,10 @@ +uuid: 928147fd-27a3-4c54-a739-7d76942f545f +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..1328d8be --- /dev/null +++ b/config/sync/core.date_format.html_datetime.yml @@ -0,0 +1,10 @@ +uuid: a187f35d-7a25-47d7-b027-a97fe2c8e6c0 +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..284daa95 --- /dev/null +++ b/config/sync/core.date_format.html_month.yml @@ -0,0 +1,10 @@ +uuid: 1c36c8b2-6c2b-4107-944e-0a969e1ab36c +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..6d6883fa --- /dev/null +++ b/config/sync/core.date_format.html_time.yml @@ -0,0 +1,10 @@ +uuid: 5380a019-eec3-4879-9b61-f2dac890ffb2 +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..45080433 --- /dev/null +++ b/config/sync/core.date_format.html_week.yml @@ -0,0 +1,10 @@ +uuid: cb38f7d4-d9f9-4086-9bed-f33aba9cbfb0 +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..e9b3eaee --- /dev/null +++ b/config/sync/core.date_format.html_year.yml @@ -0,0 +1,10 @@ +uuid: da1fd03a-fe4a-4604-83dc-6e4753e289fb +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..2bd05253 --- /dev/null +++ b/config/sync/core.date_format.html_yearless_date.yml @@ -0,0 +1,10 @@ +uuid: 30cb423a-d372-4f0b-a94d-80d17b49197d +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..341dc4fe --- /dev/null +++ b/config/sync/core.date_format.long.yml @@ -0,0 +1,10 @@ +uuid: 0238ab56-8b49-4623-bb10-eea114418b5c +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..939e9369 --- /dev/null +++ b/config/sync/core.date_format.medium.yml @@ -0,0 +1,10 @@ +uuid: 0554c505-c151-4a48-a5f0-82e7ba1a82e4 +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..cf4a2573 --- /dev/null +++ b/config/sync/core.date_format.short.yml @@ -0,0 +1,10 @@ +uuid: 9f6c273e-dc9a-41c6-8719-28cd25f0eb66 +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..0808137d --- /dev/null +++ b/config/sync/core.entity_form_display.block_content.basic.default.yml @@ -0,0 +1,34 @@ +uuid: 83b4c10b-4ef7-4fa3-908f-62bc00d5ac73 +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..97646614 --- /dev/null +++ b/config/sync/core.entity_form_display.comment.comment.default.yml @@ -0,0 +1,36 @@ +uuid: 37e81396-12bd-4a35-baa2-7cabcf420bec +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.contact_message.contact.default.yml b/config/sync/core.entity_form_display.contact_message.contact.default.yml new file mode 100644 index 00000000..dddf3c97 --- /dev/null +++ b/config/sync/core.entity_form_display.contact_message.contact.default.yml @@ -0,0 +1,77 @@ +uuid: 7fcb9aa5-b44f-4581-aa9d-cf79bd5a55e0 +langcode: en +status: true +dependencies: + config: + - contact.form.contact + - field.field.contact_message.contact.field_email + - field.field.contact_message.contact.field_name + - field.field.contact_message.contact.field_phone_number + - field.field.contact_message.contact.field_search +id: contact_message.contact.default +targetEntityType: contact_message +bundle: contact +mode: default +content: + copy: + weight: 50 + region: content + field_email: + weight: 52 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: email_default + region: content + field_name: + weight: 51 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_phone_number: + weight: 53 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: string_textarea + region: content + field_search: + weight: 54 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + mail: + weight: -40 + region: content + message: + type: string_textarea + weight: 0 + settings: + rows: 12 + placeholder: '' + region: content + third_party_settings: { } + name: + weight: -50 + region: content + preview: + weight: 50 + region: content + 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..86dfa558 --- /dev/null +++ b/config/sync/core.entity_form_display.node.article.default.yml @@ -0,0 +1,96 @@ +uuid: 3dfd33c1-ce98-447e-8824-b6d1878c6baa +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: N8YzXGJXPIvh1OPpjuLH_XDvPwWBpKnTx0GwAvgU0Rg +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: { } + 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.blog.default.yml b/config/sync/core.entity_form_display.node.blog.default.yml new file mode 100644 index 00000000..7fc90788 --- /dev/null +++ b/config/sync/core.entity_form_display.node.blog.default.yml @@ -0,0 +1,88 @@ +uuid: dda8acbe-311a-4a38-bb9e-42cca3d5f6e8 +langcode: en +status: true +dependencies: + config: + - field.field.node.blog.body + - field.field.node.blog.field_blog_image + - field.field.node.blog.field_blogauthor + - image.style.thumbnail + - node.type.blog + module: + - image + - path + - text +id: node.blog.default +targetEntityType: node +bundle: blog +mode: default +content: + body: + type: text_textarea_with_summary + weight: 31 + 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_blog_image: + weight: 33 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + field_blogauthor: + weight: 32 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + 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: { } + 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.node.page.default.yml b/config/sync/core.entity_form_display.node.page.default.yml new file mode 100644 index 00000000..61290edf --- /dev/null +++ b/config/sync/core.entity_form_display.node.page.default.yml @@ -0,0 +1,70 @@ +uuid: 8ed782e4-73ed-4e2c-8f4c-350dd1a2dbbb +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - node.type.page + module: + - path + - text +_core: + default_config_hash: sWCotip3wyA0CvZUxyo-StTDU8TyTAhx5fcfOiHS6s4 +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: { } + 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..81b51d4e --- /dev/null +++ b/config/sync/core.entity_form_display.node.portfolio.default.yml @@ -0,0 +1,86 @@ +uuid: 6c3dcf5b-9696-415b-84c5-445d84c07a7b +langcode: en +status: true +dependencies: + config: + - field.field.node.portfolio.body + - field.field.node.portfolio.field_picture + - field.field.node.portfolio.field_technologies_used + - image.style.thumbnail + - node.type.portfolio + module: + - image + - path + - text +id: node.portfolio.default +targetEntityType: node +bundle: portfolio +mode: default +content: + body: + type: text_textarea_with_summary + weight: 31 + 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_picture: + weight: 32 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + field_technologies_used: + weight: 33 + settings: { } + third_party_settings: { } + type: options_buttons + 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: { } + 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..df1225dc --- /dev/null +++ b/config/sync/core.entity_form_display.user.user.default.yml @@ -0,0 +1,38 @@ +uuid: b1f4d31f-e8cb-4704-a71f-e3cfe69e1386 +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..c19471da --- /dev/null +++ b/config/sync/core.entity_form_mode.user.register.yml @@ -0,0 +1,12 @@ +uuid: e5b3eab3-6f24-4510-99a9-e1c5ac709d81 +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..43199368 --- /dev/null +++ b/config/sync/core.entity_view_display.block_content.basic.default.yml @@ -0,0 +1,24 @@ +uuid: 354b1137-94db-475b-b5b2-cac7a87982be +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..811d2a98 --- /dev/null +++ b/config/sync/core.entity_view_display.comment.comment.default.yml @@ -0,0 +1,27 @@ +uuid: 4a68877e-4bb0-4231-9b15-6d5b90acab9e +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.contact_message.contact.default.yml b/config/sync/core.entity_view_display.contact_message.contact.default.yml new file mode 100644 index 00000000..b444cea9 --- /dev/null +++ b/config/sync/core.entity_view_display.contact_message.contact.default.yml @@ -0,0 +1,77 @@ +uuid: 55a3ad6b-1c0c-40e5-b726-670474f534ac +langcode: en +status: true +dependencies: + config: + - contact.form.contact + - field.field.contact_message.contact.field_email + - field.field.contact_message.contact.field_name + - field.field.contact_message.contact.field_phone_number + - field.field.contact_message.contact.field_search +id: contact_message.contact.default +targetEntityType: contact_message +bundle: contact +mode: default +content: + field_email: + weight: 2 + label: above + settings: { } + third_party_settings: { } + type: basic_string + region: content + field_name: + weight: 1 + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_phone_number: + weight: 3 + label: above + settings: { } + third_party_settings: { } + type: basic_string + region: content + field_search: + weight: 4 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + mail: + weight: -2 + region: content + label: above + settings: { } + third_party_settings: { } + type: basic_string + message: + type: string + weight: 0 + label: above + region: content + settings: + link_to_entity: false + third_party_settings: { } + name: + weight: -3 + region: content + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + subject: + weight: -1 + region: content + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string +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..178ee872 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.default.yml @@ -0,0 +1,63 @@ +uuid: 011f9b86-ff1f-495c-86e9-6d7797a91a7e +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..bb2ec732 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.rss.yml @@ -0,0 +1,28 @@ +uuid: 8455a197-831b-486d-82d4-9de7e3adf4e6 +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..c28ed267 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.teaser.yml @@ -0,0 +1,55 @@ +uuid: 72578319-ce29-439f-b341-4be9140a8d59 +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.blog.default.yml b/config/sync/core.entity_view_display.node.blog.default.yml new file mode 100644 index 00000000..fb5ec315 --- /dev/null +++ b/config/sync/core.entity_view_display.node.blog.default.yml @@ -0,0 +1,46 @@ +uuid: 044a3d74-e73c-4fea-8da2-ba4546001be7 +langcode: en +status: true +dependencies: + config: + - field.field.node.blog.body + - field.field.node.blog.field_blog_image + - field.field.node.blog.field_blogauthor + - node.type.blog + module: + - image + - text + - user +id: node.blog.default +targetEntityType: node +bundle: blog +mode: default +content: + body: + label: hidden + type: text_default + weight: 101 + settings: { } + third_party_settings: { } + region: content + field_blog_image: + weight: 103 + label: above + settings: + image_style: '' + image_link: '' + third_party_settings: { } + type: image + region: content + field_blogauthor: + weight: 102 + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + links: + weight: 100 + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.node.blog.teaser.yml b/config/sync/core.entity_view_display.node.blog.teaser.yml new file mode 100644 index 00000000..0e0593c7 --- /dev/null +++ b/config/sync/core.entity_view_display.node.blog.teaser.yml @@ -0,0 +1,28 @@ +uuid: b20f3409-9bbd-4150-aad9-9609c8eeff51 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.blog.body + - node.type.blog + module: + - text + - user +id: node.blog.teaser +targetEntityType: node +bundle: blog +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.node.page.default.yml b/config/sync/core.entity_view_display.node.page.default.yml new file mode 100644 index 00000000..5a618529 --- /dev/null +++ b/config/sync/core.entity_view_display.node.page.default.yml @@ -0,0 +1,28 @@ +uuid: 2512b91a-da07-4443-90e6-2d43da7b8a93 +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..28e8e611 --- /dev/null +++ b/config/sync/core.entity_view_display.node.page.teaser.yml @@ -0,0 +1,30 @@ +uuid: 42a58d09-542d-44ff-8aa6-bbf95757f092 +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..c15a3d99 --- /dev/null +++ b/config/sync/core.entity_view_display.node.portfolio.default.yml @@ -0,0 +1,46 @@ +uuid: 03160efe-6bb4-4a4b-9909-200edbdbe8d6 +langcode: en +status: true +dependencies: + config: + - field.field.node.portfolio.body + - field.field.node.portfolio.field_picture + - field.field.node.portfolio.field_technologies_used + - node.type.portfolio + module: + - image + - 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_picture: + weight: 102 + label: above + settings: + image_style: '' + image_link: '' + third_party_settings: { } + type: image + region: content + field_technologies_used: + weight: 103 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + 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..32f36c95 --- /dev/null +++ b/config/sync/core.entity_view_display.node.portfolio.teaser.yml @@ -0,0 +1,28 @@ +uuid: 7b305d4d-8aaf-441c-b6d1-cc7638661808 +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..5d88236c --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.compact.yml @@ -0,0 +1,29 @@ +uuid: aa9e8471-78e5-4b20-96c4-bb8fbc29be13 +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..b4b5a7d8 --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.default.yml @@ -0,0 +1,30 @@ +uuid: bd0740b4-b137-4a7b-9506-aad1df6c365d +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.token.yml b/config/sync/core.entity_view_mode.block.token.yml new file mode 100644 index 00000000..d3a087a5 --- /dev/null +++ b/config/sync/core.entity_view_mode.block.token.yml @@ -0,0 +1,10 @@ +uuid: 3fb1a8b6-86ed-4102-9a03-61c37e4870ef +langcode: en +status: true +dependencies: + module: + - block +id: block.token +label: Token +targetEntityType: block +cache: true 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..c43e943c --- /dev/null +++ b/config/sync/core.entity_view_mode.block_content.full.yml @@ -0,0 +1,12 @@ +uuid: 8f243275-36d9-4d0b-8110-1b49550ace09 +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.block_content.token.yml b/config/sync/core.entity_view_mode.block_content.token.yml new file mode 100644 index 00000000..6f6d1210 --- /dev/null +++ b/config/sync/core.entity_view_mode.block_content.token.yml @@ -0,0 +1,10 @@ +uuid: 01288ef4-a4f4-420c-a409-f2da9befcd33 +langcode: en +status: true +dependencies: + module: + - block_content +id: block_content.token +label: Token +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..5f03ad47 --- /dev/null +++ b/config/sync/core.entity_view_mode.comment.full.yml @@ -0,0 +1,12 @@ +uuid: 1f6d21c2-c444-459e-9a5f-d43b53681085 +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.comment.token.yml b/config/sync/core.entity_view_mode.comment.token.yml new file mode 100644 index 00000000..fd10e523 --- /dev/null +++ b/config/sync/core.entity_view_mode.comment.token.yml @@ -0,0 +1,10 @@ +uuid: 0207ede9-16b2-484f-b2ec-e1e5999982b1 +langcode: en +status: true +dependencies: + module: + - comment +id: comment.token +label: Token +targetEntityType: comment +cache: true diff --git a/config/sync/core.entity_view_mode.contact_message.token.yml b/config/sync/core.entity_view_mode.contact_message.token.yml new file mode 100644 index 00000000..86838bbf --- /dev/null +++ b/config/sync/core.entity_view_mode.contact_message.token.yml @@ -0,0 +1,10 @@ +uuid: bf5651cc-404f-4c74-988d-5b48a6cc056f +langcode: en +status: true +dependencies: + module: + - contact +id: contact_message.token +label: Token +targetEntityType: contact_message +cache: true diff --git a/config/sync/core.entity_view_mode.file.token.yml b/config/sync/core.entity_view_mode.file.token.yml new file mode 100644 index 00000000..8dad59de --- /dev/null +++ b/config/sync/core.entity_view_mode.file.token.yml @@ -0,0 +1,10 @@ +uuid: df07840a-1c20-476f-b54a-11fad76b7c12 +langcode: en +status: true +dependencies: + module: + - file +id: file.token +label: Token +targetEntityType: file +cache: true diff --git a/config/sync/core.entity_view_mode.menu_link_content.token.yml b/config/sync/core.entity_view_mode.menu_link_content.token.yml new file mode 100644 index 00000000..090597db --- /dev/null +++ b/config/sync/core.entity_view_mode.menu_link_content.token.yml @@ -0,0 +1,10 @@ +uuid: daccf635-bd94-4f84-8015-3cd3083c2d33 +langcode: en +status: true +dependencies: + module: + - menu_link_content +id: menu_link_content.token +label: Token +targetEntityType: menu_link_content +cache: true diff --git a/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..c2a7aa49 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.full.yml @@ -0,0 +1,12 @@ +uuid: 715ea956-a7c1-4cde-8a30-8675ce344207 +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..310478ff --- /dev/null +++ b/config/sync/core.entity_view_mode.node.rss.yml @@ -0,0 +1,12 @@ +uuid: 300d0458-f4e2-4f50-b67f-ffa01c1ed3d1 +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..f163ef76 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.search_index.yml @@ -0,0 +1,12 @@ +uuid: 1b280ecf-0d7b-4172-b0c4-5fe5983b30cd +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..0656807a --- /dev/null +++ b/config/sync/core.entity_view_mode.node.search_result.yml @@ -0,0 +1,12 @@ +uuid: 1e3e0821-a06d-4a55-969b-66ef3ae0925f +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..cd399df2 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.teaser.yml @@ -0,0 +1,12 @@ +uuid: 749e04cf-2e63-4ea3-8dae-c6388bf5c269 +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.node.token.yml b/config/sync/core.entity_view_mode.node.token.yml new file mode 100644 index 00000000..39c33664 --- /dev/null +++ b/config/sync/core.entity_view_mode.node.token.yml @@ -0,0 +1,10 @@ +uuid: 93657b6d-0aeb-4b27-a8cf-3de1ab798426 +langcode: en +status: true +dependencies: + module: + - node +id: node.token +label: Token +targetEntityType: node +cache: true diff --git a/config/sync/core.entity_view_mode.shortcut.token.yml b/config/sync/core.entity_view_mode.shortcut.token.yml new file mode 100644 index 00000000..7abb7c0d --- /dev/null +++ b/config/sync/core.entity_view_mode.shortcut.token.yml @@ -0,0 +1,10 @@ +uuid: 7eda14d5-7e6b-4d85-94a7-c708cab63120 +langcode: en +status: true +dependencies: + module: + - shortcut +id: shortcut.token +label: Token +targetEntityType: shortcut +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..75297462 --- /dev/null +++ b/config/sync/core.entity_view_mode.taxonomy_term.full.yml @@ -0,0 +1,12 @@ +uuid: d2670c1b-d244-4266-bff9-74d9e02dc1ae +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.taxonomy_term.token.yml b/config/sync/core.entity_view_mode.taxonomy_term.token.yml new file mode 100644 index 00000000..1b5639fa --- /dev/null +++ b/config/sync/core.entity_view_mode.taxonomy_term.token.yml @@ -0,0 +1,10 @@ +uuid: d939c9ef-736e-4eb4-bcbc-44022def27e1 +langcode: en +status: true +dependencies: + module: + - taxonomy +id: taxonomy_term.token +label: Token +targetEntityType: taxonomy_term +cache: true diff --git a/config/sync/core.entity_view_mode.tour.token.yml b/config/sync/core.entity_view_mode.tour.token.yml new file mode 100644 index 00000000..4d160cc8 --- /dev/null +++ b/config/sync/core.entity_view_mode.tour.token.yml @@ -0,0 +1,10 @@ +uuid: dfc1e79f-0f0e-44f0-af32-6c8826084f01 +langcode: en +status: true +dependencies: + module: + - tour +id: tour.token +label: Token +targetEntityType: tour +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..b8ff7c8d --- /dev/null +++ b/config/sync/core.entity_view_mode.user.compact.yml @@ -0,0 +1,12 @@ +uuid: 245f191c-b0b1-45e4-883b-b4ed8daac225 +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..85bcb558 --- /dev/null +++ b/config/sync/core.entity_view_mode.user.full.yml @@ -0,0 +1,12 @@ +uuid: 84a9aadf-ad34-4a18-b105-ffdc952ac81b +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.entity_view_mode.user.token.yml b/config/sync/core.entity_view_mode.user.token.yml new file mode 100644 index 00000000..6d776de9 --- /dev/null +++ b/config/sync/core.entity_view_mode.user.token.yml @@ -0,0 +1,10 @@ +uuid: 79ac97a2-fb9c-424e-9664-ac3f6466cb26 +langcode: en +status: true +dependencies: + module: + - user +id: user.token +label: Token +targetEntityType: user +cache: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml new file mode 100644 index 00000000..370c1492 --- /dev/null +++ b/config/sync/core.extension.yml @@ -0,0 +1,58 @@ +module: + admin_toolbar: 0 + admin_toolbar_tools: 0 + automated_cron: 0 + block: 0 + block_content: 0 + breakpoint: 0 + ckeditor: 0 + color: 0 + comment: 0 + config: 0 + contact: 0 + contact_block: 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 + social_media_links: 0 + system: 0 + taxonomy: 0 + text: 0 + token: 0 + toolbar: 0 + tour: 0 + update: 0 + user: 0 + views_ui: 0 + webform: 0 + webform_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..0cd57e8f --- /dev/null +++ b/config/sync/editor.editor.basic_html.yml @@ -0,0 +1,55 @@ +uuid: b4ad640e-a8b0-4ebd-91f8-f63e1355bf2b +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..adbd3915 --- /dev/null +++ b/config/sync/editor.editor.full_html.yml @@ -0,0 +1,63 @@ +uuid: b7c9caa7-a1c6-4566-97d1-97f9e320dd7c +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..b6d2d01f --- /dev/null +++ b/config/sync/field.field.block_content.basic.body.yml @@ -0,0 +1,24 @@ +uuid: 87f78767-eb26-4001-b229-78e1d409b7fe +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..9a462996 --- /dev/null +++ b/config/sync/field.field.comment.comment.comment_body.yml @@ -0,0 +1,23 @@ +uuid: 87220f4c-16d9-4e63-be87-398d36124a9e +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.contact_message.contact.field_email.yml b/config/sync/field.field.contact_message.contact.field_email.yml new file mode 100644 index 00000000..52515e95 --- /dev/null +++ b/config/sync/field.field.contact_message.contact.field_email.yml @@ -0,0 +1,19 @@ +uuid: aa73b1a8-fbd8-4579-95fd-367e055013e5 +langcode: en +status: true +dependencies: + config: + - contact.form.contact + - field.storage.contact_message.field_email +id: contact_message.contact.field_email +field_name: field_email +entity_type: contact_message +bundle: contact +label: Email +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: email diff --git a/config/sync/field.field.contact_message.contact.field_name.yml b/config/sync/field.field.contact_message.contact.field_name.yml new file mode 100644 index 00000000..cf26922e --- /dev/null +++ b/config/sync/field.field.contact_message.contact.field_name.yml @@ -0,0 +1,19 @@ +uuid: e72be2e0-b0ed-4023-98ac-627d16375bc9 +langcode: en +status: true +dependencies: + config: + - contact.form.contact + - field.storage.contact_message.field_name +id: contact_message.contact.field_name +field_name: field_name +entity_type: contact_message +bundle: contact +label: Name +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/field.field.contact_message.contact.field_phone_number.yml b/config/sync/field.field.contact_message.contact.field_phone_number.yml new file mode 100644 index 00000000..2a7fd668 --- /dev/null +++ b/config/sync/field.field.contact_message.contact.field_phone_number.yml @@ -0,0 +1,19 @@ +uuid: 899eb39f-8058-4b1a-9d0d-260ec4c86e38 +langcode: en +status: true +dependencies: + config: + - contact.form.contact + - field.storage.contact_message.field_phone_number +id: contact_message.contact.field_phone_number +field_name: field_phone_number +entity_type: contact_message +bundle: contact +label: 'Phone Number' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string_long diff --git a/config/sync/field.field.contact_message.contact.field_search.yml b/config/sync/field.field.contact_message.contact.field_search.yml new file mode 100644 index 00000000..ebd95197 --- /dev/null +++ b/config/sync/field.field.contact_message.contact.field_search.yml @@ -0,0 +1,21 @@ +uuid: 455b8092-bd2b-433d-a89f-443abad46e58 +langcode: en +status: true +dependencies: + config: + - contact.form.contact + - field.storage.contact_message.field_search +id: contact_message.contact.field_search +field_name: field_search +entity_type: contact_message +bundle: contact +label: Search +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:node' + handler_settings: { } +field_type: entity_reference 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..24af2d12 --- /dev/null +++ b/config/sync/field.field.node.article.body.yml @@ -0,0 +1,24 @@ +uuid: 7abca6e2-607a-453f-abb5-77ced1b1cab5 +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..ba785730 --- /dev/null +++ b/config/sync/field.field.node.article.comment.yml @@ -0,0 +1,35 @@ +uuid: 12217e6e-0054-4382-81b5-1ed56fe31b54 +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..d58a4479 --- /dev/null +++ b/config/sync/field.field.node.article.field_image.yml @@ -0,0 +1,40 @@ +uuid: 4f332b35-8007-4cb2-93c0-03ce3b25dbbe +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..b16507cd --- /dev/null +++ b/config/sync/field.field.node.article.field_tags.yml @@ -0,0 +1,29 @@ +uuid: d1e97478-95c5-4fcc-a0a1-4951cf51d174 +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.blog.body.yml b/config/sync/field.field.node.blog.body.yml new file mode 100644 index 00000000..2b873cab --- /dev/null +++ b/config/sync/field.field.node.blog.body.yml @@ -0,0 +1,22 @@ +uuid: 51eb9982-968a-42ab-83d5-6151746eb9cb +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.blog + module: + - text +id: node.blog.body +field_name: body +entity_type: node +bundle: blog +label: Body +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/config/sync/field.field.node.blog.field_blog_image.yml b/config/sync/field.field.node.blog.field_blog_image.yml new file mode 100644 index 00000000..aabf02fc --- /dev/null +++ b/config/sync/field.field.node.blog.field_blog_image.yml @@ -0,0 +1,38 @@ +uuid: 2dea385d-6671-46bc-ba90-ec751bedd11b +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_blog_image + - node.type.blog + module: + - image +id: node.blog.field_blog_image +field_name: field_blog_image +entity_type: node +bundle: blog +label: 'Blog 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.blog.field_blogauthor.yml b/config/sync/field.field.node.blog.field_blogauthor.yml new file mode 100644 index 00000000..87db6272 --- /dev/null +++ b/config/sync/field.field.node.blog.field_blogauthor.yml @@ -0,0 +1,19 @@ +uuid: 98f84f86-c687-4da9-a168-6faec254d1ba +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_blogauthor + - node.type.blog +id: node.blog.field_blogauthor +field_name: field_blogauthor +entity_type: node +bundle: blog +label: 'Blog Author' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string 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..79dd2cc8 --- /dev/null +++ b/config/sync/field.field.node.page.body.yml @@ -0,0 +1,24 @@ +uuid: 40f81c36-e2c6-47a2-b028-1ff63d798511 +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..263a738a --- /dev/null +++ b/config/sync/field.field.node.portfolio.body.yml @@ -0,0 +1,22 @@ +uuid: fe06ae93-73de-4abe-a5ec-960a9fb8c292 +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_picture.yml b/config/sync/field.field.node.portfolio.field_picture.yml new file mode 100644 index 00000000..de507692 --- /dev/null +++ b/config/sync/field.field.node.portfolio.field_picture.yml @@ -0,0 +1,38 @@ +uuid: 9bb3ae71-6f87-4abb-99be-42252cc8d6e8 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_picture + - node.type.portfolio + module: + - image +id: node.portfolio.field_picture +field_name: field_picture +entity_type: node +bundle: portfolio +label: Picture +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_used.yml b/config/sync/field.field.node.portfolio.field_technologies_used.yml new file mode 100644 index 00000000..d1258372 --- /dev/null +++ b/config/sync/field.field.node.portfolio.field_technologies_used.yml @@ -0,0 +1,28 @@ +uuid: d887d867-8742-4fb7-a570-23be1cb83917 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_technologies_used + - node.type.portfolio + - taxonomy.vocabulary.drupal +id: node.portfolio.field_technologies_used +field_name: field_technologies_used +entity_type: node +bundle: portfolio +label: 'Technologies Used' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + drupal: drupal + sort: + field: _none + auto_create: false + auto_create_bundle: '' +field_type: entity_reference 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..452b40e7 --- /dev/null +++ b/config/sync/field.field.user.user.user_picture.yml @@ -0,0 +1,40 @@ +uuid: 49c54121-cebe-4d66-8ec1-42b2a6f5f306 +langcode: en +status: true +dependencies: + config: + - field.storage.user.user_picture + module: + - image + - user +_core: + default_config_hash: cL7i1kgJvlJa6H00f0E_fZ2KdD1ag0ASpLts0K-KNII +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: '30 KB' + alt_field: false + title_field: false + max_resolution: 85x85 + 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..8a839eb8 --- /dev/null +++ b/config/sync/field.storage.block_content.body.yml @@ -0,0 +1,21 @@ +uuid: 1e7e7cc8-4162-47c7-9726-ae3c8e880d2d +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..8d508f6b --- /dev/null +++ b/config/sync/field.storage.comment.comment_body.yml @@ -0,0 +1,21 @@ +uuid: a0aca7ce-babc-4c3c-b3d8-8e48dece2ba2 +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.contact_message.field_email.yml b/config/sync/field.storage.contact_message.field_email.yml new file mode 100644 index 00000000..6ded7343 --- /dev/null +++ b/config/sync/field.storage.contact_message.field_email.yml @@ -0,0 +1,18 @@ +uuid: 0e3f5ff6-0a57-4a2b-b5dc-caedcf68e4a3 +langcode: en +status: true +dependencies: + module: + - contact +id: contact_message.field_email +field_name: field_email +entity_type: contact_message +type: email +settings: { } +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.contact_message.field_name.yml b/config/sync/field.storage.contact_message.field_name.yml new file mode 100644 index 00000000..45d88725 --- /dev/null +++ b/config/sync/field.storage.contact_message.field_name.yml @@ -0,0 +1,21 @@ +uuid: 7e7e369f-775c-411f-b7a6-8af1064319ff +langcode: en +status: true +dependencies: + module: + - contact +id: contact_message.field_name +field_name: field_name +entity_type: contact_message +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.contact_message.field_phone_number.yml b/config/sync/field.storage.contact_message.field_phone_number.yml new file mode 100644 index 00000000..283ea19b --- /dev/null +++ b/config/sync/field.storage.contact_message.field_phone_number.yml @@ -0,0 +1,19 @@ +uuid: 6a39fe5f-f5a3-43f1-b9d9-5594c4a4847a +langcode: en +status: true +dependencies: + module: + - contact +id: contact_message.field_phone_number +field_name: field_phone_number +entity_type: contact_message +type: string_long +settings: + case_sensitive: false +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.contact_message.field_search.yml b/config/sync/field.storage.contact_message.field_search.yml new file mode 100644 index 00000000..1433c9df --- /dev/null +++ b/config/sync/field.storage.contact_message.field_search.yml @@ -0,0 +1,20 @@ +uuid: 7dffd03c-de95-41cb-8aa2-d7098c6d33e0 +langcode: en +status: true +dependencies: + module: + - contact + - node +id: contact_message.field_search +field_name: field_search +entity_type: contact_message +type: entity_reference +settings: + target_type: node +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.body.yml b/config/sync/field.storage.node.body.yml new file mode 100644 index 00000000..8047764a --- /dev/null +++ b/config/sync/field.storage.node.body.yml @@ -0,0 +1,21 @@ +uuid: 64cbd3d1-a301-4a92-92f6-e8279888dbaf +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..86d4d421 --- /dev/null +++ b/config/sync/field.storage.node.comment.yml @@ -0,0 +1,22 @@ +uuid: 883a9752-31f5-42b5-b65b-0a3f7634a398 +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_blog_image.yml b/config/sync/field.storage.node.field_blog_image.yml new file mode 100644 index 00000000..ad9ae282 --- /dev/null +++ b/config/sync/field.storage.node.field_blog_image.yml @@ -0,0 +1,30 @@ +uuid: 51bf2345-9ab8-4a32-867e-0a7a112d0ac3 +langcode: en +status: true +dependencies: + module: + - file + - image + - node +id: node.field_blog_image +field_name: field_blog_image +entity_type: node +type: image +settings: + uri_scheme: public + default_image: + uuid: '' + alt: Image + 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_blogauthor.yml b/config/sync/field.storage.node.field_blogauthor.yml new file mode 100644 index 00000000..c7f7685e --- /dev/null +++ b/config/sync/field.storage.node.field_blogauthor.yml @@ -0,0 +1,21 @@ +uuid: 47c75b47-b87f-4371-89f4-fc04ea156134 +langcode: en +status: true +dependencies: + module: + - node +id: node.field_blogauthor +field_name: field_blogauthor +entity_type: node +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +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_image.yml b/config/sync/field.storage.node.field_image.yml new file mode 100644 index 00000000..9c799620 --- /dev/null +++ b/config/sync/field.storage.node.field_image.yml @@ -0,0 +1,34 @@ +uuid: 1ef7deca-3409-4aa3-a151-e40939198158 +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_picture.yml b/config/sync/field.storage.node.field_picture.yml new file mode 100644 index 00000000..1f5cb70d --- /dev/null +++ b/config/sync/field.storage.node.field_picture.yml @@ -0,0 +1,30 @@ +uuid: 056c3ec5-ee33-4b69-8dbc-2904fe8a6038 +langcode: en +status: true +dependencies: + module: + - file + - image + - node +id: node.field_picture +field_name: field_picture +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_tags.yml b/config/sync/field.storage.node.field_tags.yml new file mode 100644 index 00000000..d6f0df0a --- /dev/null +++ b/config/sync/field.storage.node.field_tags.yml @@ -0,0 +1,22 @@ +uuid: 7c60ba5e-e045-44c6-9e08-0e1c1dfc24d0 +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_used.yml b/config/sync/field.storage.node.field_technologies_used.yml new file mode 100644 index 00000000..ec5276ab --- /dev/null +++ b/config/sync/field.storage.node.field_technologies_used.yml @@ -0,0 +1,20 @@ +uuid: 691a352f-c75d-4279-8728-fdab9a0bc597 +langcode: en +status: true +dependencies: + module: + - node + - taxonomy +id: node.field_technologies_used +field_name: field_technologies_used +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.user.user_picture.yml b/config/sync/field.storage.user.user_picture.yml new file mode 100644 index 00000000..bec24f7c --- /dev/null +++ b/config/sync/field.storage.user.user_picture.yml @@ -0,0 +1,34 @@ +uuid: 1f90f967-a2e7-45cb-b674-9327b99f4231 +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..0094526d --- /dev/null +++ b/config/sync/file.settings.yml @@ -0,0 +1,7 @@ +description: + type: textfield + length: 128 +icon: + directory: core/modules/file/icons +_core: + default_config_hash: 8LI-1XgwLt9hYRns_7c81S632d6JhdqXKs4vDheaG6E diff --git a/config/sync/filter.format.basic_html.yml b/config/sync/filter.format.basic_html.yml new file mode 100644 index 00000000..0c407ddb --- /dev/null +++ b/config/sync/filter.format.basic_html.yml @@ -0,0 +1,45 @@ +uuid: bb9b3402-2605-4a98-9a87-cc5f2610683a +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: '