diff --git a/composer.json b/composer.json index 5769e18..9cf7195 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,10 @@ "drupal/block_theme_sync": "^1.0@alpha", "drupal/search404": "^1.0", "drupal/coffee": "^1.0@beta", - "drupal/twigsuggest": "1.x-dev" + "drupal/twigsuggest": "1.x-dev", + "drupal/ckeditor_markdown": "^1.1", + "drupal/minimalhtml": "^1.0", + "drupal/ui_patterns": "^1.0@RC" }, "repositories": { "drupal": { diff --git a/composer.lock b/composer.lock index f98d5ff..bbf4c7c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bc5e04f7ae5c73bd21998541499be5cf", + "content-hash": "b9fd7705e0207d9a2cd9ce190e35cd17", "packages": [ { "name": "asm89/stack-cors", @@ -748,16 +748,16 @@ }, { "name": "consolidation/config", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "c9fc25e9088a708637e18a256321addc0670e578" + "reference": "925231dfff32f05b787e1fddb265e789b939cf4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/c9fc25e9088a708637e18a256321addc0670e578", - "reference": "c9fc25e9088a708637e18a256321addc0670e578", + "url": "https://api.github.com/repos/consolidation/config/zipball/925231dfff32f05b787e1fddb265e789b939cf4c", + "reference": "925231dfff32f05b787e1fddb265e789b939cf4c", "shasum": "" }, "require": { @@ -798,7 +798,7 @@ } ], "description": "Provide configuration services for a commandline tool.", - "time": "2018-08-07T22:57:00+00:00" + "time": "2018-10-24T17:55:35+00:00" }, { "name": "consolidation/log", @@ -851,16 +851,16 @@ }, { "name": "consolidation/output-formatters", - "version": "3.3.1", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "853d2d462a191d44a25a5593d8fe2c4a1e59e382" + "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/853d2d462a191d44a25a5593d8fe2c4a1e59e382", - "reference": "853d2d462a191d44a25a5593d8fe2c4a1e59e382", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/a942680232094c4a5b21c0b7e54c20cce623ae19", + "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19", "shasum": "" }, "require": { @@ -903,7 +903,7 @@ } ], "description": "Format text by applying transformations provided by plug-in formatters.", - "time": "2018-10-16T01:14:51+00:00" + "time": "2018-10-19T22:35:38+00:00" }, { "name": "consolidation/robo", @@ -988,16 +988,16 @@ }, { "name": "consolidation/self-update", - "version": "1.1.3", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "de33822f907e0beb0ffad24cf4b1b4fae5ada318" + "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/de33822f907e0beb0ffad24cf4b1b4fae5ada318", - "reference": "de33822f907e0beb0ffad24cf4b1b4fae5ada318", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54", + "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54", "shasum": "" }, "require": { @@ -1034,20 +1034,20 @@ } ], "description": "Provides a self:update command for Symfony Console applications.", - "time": "2018-08-24T17:01:46+00:00" + "time": "2018-10-28T01:52:03+00:00" }, { "name": "consolidation/site-alias", - "version": "1.1.5", + "version": "1.1.9", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "247f3e52604b9d76a075e6c06d5d1dd73bbae892" + "reference": "0a4c49f91e44b0b7bb288f3547875a136a7ed704" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/247f3e52604b9d76a075e6c06d5d1dd73bbae892", - "reference": "247f3e52604b9d76a075e6c06d5d1dd73bbae892", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/0a4c49f91e44b0b7bb288f3547875a136a7ed704", + "reference": "0a4c49f91e44b0b7bb288f3547875a136a7ed704", "shasum": "" }, "require": { @@ -1089,8 +1089,8 @@ "email": "greg.1.anderson@greenknowe.org" } ], - "description": "Template project for PHP libraries.", - "time": "2018-09-22T04:11:38+00:00" + "description": "Manage alias records for local and remote sites.", + "time": "2018-10-31T01:29:05+00:00" }, { "name": "container-interop/container-interop", @@ -2418,6 +2418,53 @@ "source": "http://cgit.drupalcode.org/bulma" } }, + { + "name": "drupal/ckeditor_markdown", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/ckeditor_markdown", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ckeditor_markdown-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "4f18becc108f28fd2f78298b958a9398da254a00" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1539699781", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "JeroenT", + "homepage": "https://www.drupal.org/user/2228934" + } + ], + "description": "Enables Markdown Plugin for CKEditor.", + "homepage": "https://www.drupal.org/project/ckeditor_markdown", + "support": { + "source": "http://cgit.drupalcode.org/ckeditor_markdown" + } + }, { "name": "drupal/coffee", "version": "1.0.0-beta2", @@ -2606,17 +2653,17 @@ }, { "name": "drupal/config_actions_provider", - "version": "1.0.0-alpha3", + "version": "1.0.0-alpha4", "source": { "type": "git", "url": "https://git.drupal.org/project/config_actions_provider", - "reference": "8.x-1.0-alpha3" + "reference": "8.x-1.0-alpha4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "d5a1262e03b118da6c9cf299a5a4270474c7ed56" + "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "5e973e8ee0c94082f9a1194008b2ea23c8933c7a" }, "require": { "drupal/config_actions": "*", @@ -2630,8 +2677,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1534452180", + "version": "8.x-1.0-alpha4", + "datestamp": "1540605484", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2857,6 +2904,54 @@ "source": "http://cgit.drupalcode.org/config_merge" } }, + { + "name": "drupal/config_normalizer", + "version": "1.0.0-alpha4", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/config_normalizer", + "reference": "8.x-1.0-alpha4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_normalizer-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "d01d184eafbf19e83ceb8df8b26a1894a50fd6d1" + }, + "require": { + "drupal/config_filter": "*", + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha4", + "datestamp": "1540519984", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + } + ], + "description": "Normalizes configuration for comparison.", + "homepage": "https://www.drupal.org/project/config_normalizer", + "support": { + "source": "http://cgit.drupalcode.org/config_normalizer" + } + }, { "name": "drupal/config_perms", "version": "2.0.0-beta1", @@ -3044,26 +3139,28 @@ }, { "name": "drupal/config_sync", - "version": "2.0.0-beta1", + "version": "2.0.0-beta3", "source": { "type": "git", "url": "https://git.drupal.org/project/config_sync", - "reference": "8.x-2.0-beta1" + "reference": "8.x-2.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_sync-8.x-2.0-beta1.zip", - "reference": "8.x-2.0-beta1", - "shasum": "b185acec2e958b6aa6e9999767043a620be22859" + "url": "https://ftp.drupal.org/files/projects/config_sync-8.x-2.0-beta3.zip", + "reference": "8.x-2.0-beta3", + "shasum": "3d5b87f6837f27528121c80c9b29d92d78fb4c13" }, "require": { - "drupal/config_distro": "*", - "drupal/config_filter": "*", - "drupal/config_merge": "*", - "drupal/config_provider": "^2", - "drupal/config_snapshot": "*", - "drupal/config_update": "*", + "drupal/config_distro": "^1.0-alpha3", + "drupal/config_filter": "^1.3", + "drupal/config_merge": "^1.0-alpha2", + "drupal/config_normalizer": "^1.0-alpha3", + "drupal/config_provider": "^2.0-alpha6", + "drupal/config_snapshot": "^1.0-alpha6", + "drupal/config_update": "^1.5", "drupal/core": "^8.3", + "php": ">=5.6", "symfony/yaml": "~2.7.14|~2.8.7|~3.0.7|^3.1.1" }, "type": "drupal-module", @@ -3072,8 +3169,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.0-beta1", - "datestamp": "1536339780", + "version": "8.x-2.0-beta3", + "datestamp": "1540605180", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3384,6 +3481,9 @@ "recurse": false, "replace": false, "merge-extra": false + }, + "patches_applied": { + "https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-04-15/2943172-kernel-test-base-2.patch" } }, "autoload": { @@ -3575,17 +3675,17 @@ }, { "name": "drupal/drutopia_action", - "version": "1.0.0-alpha4", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_action", - "reference": "8.x-1.0-alpha4" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_action-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "35b32ccfa2fde43d70bc795594b019bc24709cdc" + "url": "https://ftp.drupal.org/files/projects/drutopia_action-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "04b549d2edd666c48b64ea7a93d97caacba51133" }, "require": { "drupal/config_actions": "^1.0-beta1", @@ -3607,8 +3707,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1531430021", + "version": "8.x-1.0-beta1", + "datestamp": "1540930980", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3647,27 +3747,35 @@ ], "description": "Drutopia Action is a base feature providing an action content type and related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_action", + "keywords": [ + "actions", + "campaign", + "drutopia", + "grassroots", + "group" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_action" + "source": "https://gitlab.com/drutopia/drutopia_action/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_action/issues" } }, { "name": "drupal/drutopia_article", - "version": "1.0.0-alpha5", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_article", - "reference": "8.x-1.0-alpha5" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_article-8.x-1.0-alpha5.zip", - "reference": "8.x-1.0-alpha5", - "shasum": "abf122f72aa71e5fd58a935ade4c37a177b03385" + "url": "https://ftp.drupal.org/files/projects/drutopia_article-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "45af3f0f2ae0dbd1aace6788f794fe78c80d464a" }, "require": { - "drupal/block_visibility_groups": "^1.0", - "drupal/config_actions": "^1.0-beta1", + "drupal/block_visibility_groups": "^1.3", + "drupal/config_actions": "^1.0", "drupal/core": "*", "drupal/ctools": "^3.0", "drupal/drutopia_comment": "*", @@ -3675,15 +3783,15 @@ "drupal/drutopia_people": "*", "drupal/drutopia_seo": "^1.0-alpha1", "drupal/drutopia_site": "*", - "drupal/ds": "^3.0-rc1", + "drupal/ds": "^3.1", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^1.0", + "drupal/facets": "^1.1", "drupal/field_group": "^3.0-beta1", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.0", + "drupal/pathauto": "^1.3", "drupal/search_api": "*", - "drupal/token": "^1.0" + "drupal/token": "^1.4" }, "type": "drupal-module", "extra": { @@ -3691,8 +3799,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha5", - "datestamp": "1531445624", + "version": "8.x-1.0-beta1", + "datestamp": "1540931580", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3737,21 +3845,21 @@ }, { "name": "drupal/drutopia_blog", - "version": "1.0.0-alpha4", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_blog", - "reference": "8.x-1.0-alpha4" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_blog-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "679e2280f06d60ae0536dbe38bda5137bdaf90bd" + "url": "https://ftp.drupal.org/files/projects/drutopia_blog-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "96a6442d18b30bfd5608f1110deadac15b2a3f6f" }, "require": { - "drupal/block_visibility_groups": "^1.0", - "drupal/config_actions": "^1.0-beta1", + "drupal/block_visibility_groups": "^1.3", + "drupal/config_actions": "^1.0", "drupal/core": "*", "drupal/ctools": "^3.0", "drupal/drutopia_comment": "*", @@ -3759,15 +3867,15 @@ "drupal/drutopia_people": "*", "drupal/drutopia_seo": "^1.0-alpha1", "drupal/drutopia_site": "*", - "drupal/ds": "^3.0-rc1", + "drupal/ds": "^3.1", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^1.0", + "drupal/facets": "^1.1", "drupal/field_group": "^3.0-beta1", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.0", + "drupal/pathauto": "^1.3", "drupal/search_api": "*", - "drupal/token": "^1.0" + "drupal/token": "^1.4" }, "type": "drupal-module", "extra": { @@ -3775,8 +3883,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1531759121", + "version": "8.x-1.0-beta1", + "datestamp": "1540931880", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3815,23 +3923,30 @@ ], "description": "Drutopia Blog is a base feature providing a blog content type and related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_blog", + "keywords": [ + "blogging", + "content", + "drutopia", + "journal" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_blog" + "source": "https://gitlab.com/drutopia/drutopia_blog/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_blog/issues" } }, { "name": "drupal/drutopia_campaign", - "version": "1.0.0-alpha4", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_campaign", - "reference": "8.x-1.0-alpha4" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_campaign-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "69e0aa5e4f33b7e2205e5f0925cb6fa7db81ea86" + "url": "https://ftp.drupal.org/files/projects/drutopia_campaign-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "d74572ecad718550ce166f0d7905a76aecdebea3" }, "require": { "drupal/config_actions": "^1.0-beta1", @@ -3852,8 +3967,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1533271680", + "version": "8.x-1.0-beta1", + "datestamp": "1540931880", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3892,23 +4007,30 @@ ], "description": "Drutopia Campaign provides a Campaign content type, including background information as well as ability to list demands and updates, and related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_campaign", + "keywords": [ + "campaign", + "content", + "drutopia", + "initiative" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_campaign" + "source": "https://gitlab.com/drutopia/drutopia_campaign/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_campaign/issues" } }, { "name": "drupal/drutopia_comment", - "version": "1.0.0-alpha2", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_comment", - "reference": "8.x-1.0-alpha2" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_comment-8.x-1.0-alpha2.zip", - "reference": "8.x-1.0-alpha2", - "shasum": "77c06b4892eb69e1472ef3eb83cb386008e59a20" + "url": "https://ftp.drupal.org/files/projects/drutopia_comment-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "ddedcc571efa3ea32cbc08dffd29863b2884dbac" }, "require": { "drupal/config_actions": "^1.0-beta1", @@ -3922,8 +4044,8 @@ "dev-8.x-1.x": "^1.0-alpha1" }, "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1507346344", + "version": "8.x-1.0-beta1", + "datestamp": "1540932180", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3935,6 +4057,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -3950,12 +4076,23 @@ { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia comment is a base feature providing comments and related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_comment", + "keywords": [ + "comments", + "content", + "discussion", + "drutopia" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_comment" + "source": "https://gitlab.com/drutopia/drutopia_comment/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_comment/issues" } }, { @@ -3964,7 +4101,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_core", - "reference": "e39498b5a1c3dc8295047a2571cd20fa5db04ece" + "reference": "b11c7b6933f0e9f569cc82af1215d434b161a18a" }, "require": { "drupal/config_actions": "^1.0", @@ -3985,8 +4122,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha5+7-dev", - "datestamp": "1536470286", + "version": "8.x-1.0-alpha6+8-dev", + "datestamp": "1540924980", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4033,41 +4170,47 @@ ], "description": "Drutopia core is a base feature providing core components required by other features.", "homepage": "https://gitlab.com/drutopia/drutopia_core", + "keywords": [ + "base", + "core", + "drutopia" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_core" + "source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_core/issues" }, - "time": "2018-10-06T17:42:19+00:00" + "time": "2018-10-30T17:45:15+00:00" }, { "name": "drupal/drutopia_event", - "version": "1.0.0-alpha4", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_event", - "reference": "8.x-1.0-alpha4" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_event-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "00da6bb5d0cfc341348c7688d523e3c71a694701" + "url": "https://ftp.drupal.org/files/projects/drutopia_event-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "c74b8cc60f931c1b0c07fd1c128bce81bd73132a" }, "require": { - "drupal/block_visibility_groups": "^1.0", - "drupal/config_actions": "^1.0-beta1", + "drupal/block_visibility_groups": "^1.3", + "drupal/config_actions": "^1.0", "drupal/core": "*", "drupal/ctools": "^3.0", "drupal/drutopia_core": "*", "drupal/drutopia_seo": "^1.0-alpha1", - "drupal/ds": "^3.0-rc1", + "drupal/ds": "^3.1", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^1.0", + "drupal/facets": "^1.1", "drupal/field_group": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", - "drupal/pathauto": "^1.0", + "drupal/pathauto": "^1.3", "drupal/search_api": "*", - "drupal/token": "^1.0" + "drupal/token": "^1.4" }, "type": "drupal-module", "extra": { @@ -4075,8 +4218,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1531759421", + "version": "8.x-1.0-beta1", + "datestamp": "1540933081", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4115,23 +4258,30 @@ ], "description": "Drutopia Event is a base feature providing a event content type and related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_event", + "keywords": [ + "calendar", + "date", + "drutopia", + "events" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_event" + "source": "https://gitlab.com/drutopia/drutopia_event/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_event/issues" } }, { "name": "drupal/drutopia_group", - "version": "1.0.0-alpha3", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_group", - "reference": "8.x-1.0-alpha3" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_group-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "f61e49346e9a36f8df22255c9ab3a4f4e8dbb4c3" + "url": "https://ftp.drupal.org/files/projects/drutopia_group-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "c75129230db92b18cf27b4ad5ae88bf28f48e537" }, "require": { "drupal/address": "^1.0", @@ -4153,8 +4303,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1517017085", + "version": "8.x-1.0-beta1", + "datestamp": "1540933380", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4166,6 +4316,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -4181,27 +4335,38 @@ { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia Group provides a group content type that can be classified by a group type vocabulary and related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_group", + "keywords": [ + "drutopia", + "grassroots", + "groups", + "organizations" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_group" + "source": "https://gitlab.com/drutopia/drutopia_group/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_group/issues" } }, { "name": "drupal/drutopia_landing_page", - "version": "1.0.0-alpha5", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_landing_page", - "reference": "8.x-1.0-alpha5" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_landing_page-8.x-1.0-alpha5.zip", - "reference": "8.x-1.0-alpha5", - "shasum": "ea42aa0a171386a48e2afc7ced482334d2415629" + "url": "https://ftp.drupal.org/files/projects/drutopia_landing_page-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "1d4d924738b6ef3f27828723146dc86cab2a8223" }, "require": { "cweagans/composer-patches": "^1.5.0", @@ -4224,8 +4389,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha5", - "datestamp": "1533273484", + "version": "8.x-1.0-beta1", + "datestamp": "1540933681", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4264,23 +4429,30 @@ ], "description": "Drutopia Landing Page is a base feature providing a landing page content type and related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_landing_page", + "keywords": [ + "content", + "drutopia", + "entry", + "standalone" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_landing_page" + "source": "https://gitlab.com/drutopia/drutopia_landing_page/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_landing_page/issues" } }, { "name": "drupal/drutopia_page", - "version": "1.0.0-alpha4", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_page", - "reference": "8.x-1.0-alpha4" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_page-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "c2a662658fd0b47649ce49f9d543e52df0c27f2b" + "url": "https://ftp.drupal.org/files/projects/drutopia_page-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "479c1b873f35d5d9b21379564bc23b57815a2dc2" }, "require": { "drupal/config_actions": "^1.0-beta1", @@ -4301,8 +4473,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1531759721", + "version": "8.x-1.0-beta1", + "datestamp": "1540933981", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4341,23 +4513,29 @@ ], "description": "Drutopia Page is a base feature providing a page content type and related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_page", + "keywords": [ + "content", + "drutopia", + "pages" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_page" + "source": "https://gitlab.com/drutopia/drutopia_page/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_page/issues" } }, { "name": "drupal/drutopia_people", - "version": "1.0.0-alpha3", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_people", - "reference": "8.x-1.0-alpha3" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_people-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "b0df74f0fe77ffbaf986aff689aadfabfa592400" + "url": "https://ftp.drupal.org/files/projects/drutopia_people-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "23e287996fb65f5c4be17447c30d5ca999903b8e" }, "require": { "drupal/config_actions": "^1.0-beta1", @@ -4379,8 +4557,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1522954980", + "version": "8.x-1.0-beta1", + "datestamp": "1540934281", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4392,6 +4570,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -4415,28 +4597,38 @@ ], "description": "Drutopia People provides a People content type for showing visitors information about staff, volunteers, contributors, and more.", "homepage": "https://gitlab.com/drutopia/drutopia_people", + "keywords": [ + "biography", + "content", + "drutopia", + "person", + "profile", + "staff", + "volunteers" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_people" + "source": "https://gitlab.com/drutopia/drutopia_people/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_people/issues" } }, { "name": "drupal/drutopia_related_content", - "version": "1.0.0-alpha1", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_related_content", - "reference": "8.x-1.0-alpha1" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_related_content-8.x-1.0-alpha1.zip", - "reference": "8.x-1.0-alpha1", - "shasum": "098a88673927275d86c51b890e4132651e2f33ce" + "url": "https://ftp.drupal.org/files/projects/drutopia_related_content-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "cfa3df849261ab8e92194e1bbb6f8a1611aa82f2" }, "require": { - "drupal/block_visibility_groups": "^1.1", + "drupal/block_visibility_groups": "^1.3", "drupal/core": "*", - "drupal/drutopia_core": "^1.0-alpha1", + "drupal/drutopia_core": "^1.0-alpha5", "drupal/similarterms": "^1.3" }, "type": "drupal-module", @@ -4445,12 +4637,17 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha1", - "datestamp": "1522716184", + "version": "8.x-1.0-beta1", + "datestamp": "1540934580", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" } + }, + "patches": { + "drupal/similarterms": { + "PHP fatal error, SimilarTermsArgument::query() must be compatible with NumericArgument": "https://www.drupal.org/files/issues/query_4.patch" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -4458,15 +4655,42 @@ "GPL-2.0+" ], "authors": [ + { + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, + { + "name": "drutopia_gitlab", + "homepage": "https://www.drupal.org/user/3514271" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "ronaldmulero", + "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Provides related content on node pages generated via similar terms.", "homepage": "https://gitlab.com/drutopia/drutopia_related_content", + "keywords": [ + "content", + "drutopia", + "relations", + "similar" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_related_content" + "source": "https://gitlab.com/drutopia/drutopia_related_content/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_related_content/issues" } }, { @@ -4475,7 +4699,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_resource", - "reference": "5ab7536b9f69194440de03deb7a68595a6478726" + "reference": "6d1d959a26795dd07147a26baf9fd32a64449f3d" }, "require": { "drupal/block_visibility_groups": "^1.3", @@ -4501,8 +4725,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha3+7-dev", - "datestamp": "1536525180", + "version": "8.x-1.0-alpha4+5-dev", + "datestamp": "1540930380", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4541,29 +4765,39 @@ ], "description": "Provides Resource content type and related configuration. A resource can be a file, such as a PDF, a link, such as a website URL, or an embedded video.", "homepage": "https://gitlab.com/drutopia/drutopia_resource", + "keywords": [ + "content", + "drutopia", + "facets", + "files", + "filtering", + "resources", + "search" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_resource" + "source": "https://gitlab.com/drutopia/drutopia_resource/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_resource/issues" }, - "time": "2018-09-09T20:25:30+00:00" + "time": "2018-10-30T19:11:32+00:00" }, { "name": "drupal/drutopia_search", - "version": "1.0.0-alpha3", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_search", - "reference": "8.x-1.0-alpha3" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_search-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "3b09ed1878cdc4d5d0069ae75e08f38bac21cd47" + "url": "https://ftp.drupal.org/files/projects/drutopia_search-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "f594c07c68bc68c1e9b7f2cd117555ddf6176af4" }, "require": { - "drupal/block_visibility_groups": "^1.1", + "drupal/block_visibility_groups": "^1.3", "drupal/core": "*", - "drupal/drutopia_core": "^1.0-alpha4", + "drupal/drutopia_core": "^1.0-alpha5", "drupal/search_api": "*", "drupal/search_api_db": "*" }, @@ -4573,8 +4807,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1522880586", + "version": "8.x-1.0-beta1", + "datestamp": "1540935180", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4586,6 +4820,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -4601,27 +4839,38 @@ { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia Search provides a search server, index, and view.", "homepage": "https://gitlab.com/drutopia/drutopia_search", + "keywords": [ + "content", + "drutopia", + "finding", + "searching" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_search" + "source": "https://gitlab.com/drutopia/drutopia_search/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_search/issues" } }, { "name": "drupal/drutopia_seo", - "version": "1.0.0-alpha1", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_seo", - "reference": "8.x-1.0-alpha1" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_seo-8.x-1.0-alpha1.zip", - "reference": "8.x-1.0-alpha1", - "shasum": "be49bbdd9364fcad543292610e0f57339f0a5668" + "url": "https://ftp.drupal.org/files/projects/drutopia_seo-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "6423ca65e445694f34aeaf2a7f762e89aff10d6a" }, "require": { "drupal/config_actions": "^1.0-beta1", @@ -4635,8 +4884,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha1", - "datestamp": "1507343946", + "version": "8.x-1.0-beta1", + "datestamp": "1540935481", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4648,6 +4897,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -4663,27 +4916,41 @@ { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Sensible Search Engine Optimization default configuration for a site.", "homepage": "https://gitlab.com/drutopia/drutopia_seo", + "keywords": [ + "SEO", + "content", + "discoverability", + "drutopia", + "metatags", + "optimization", + "visibility" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_seo" + "source": "https://gitlab.com/drutopia/drutopia_seo/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_seo/issues" } }, { "name": "drupal/drutopia_site", - "version": "1.0.0-alpha5", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_site", - "reference": "8.x-1.0-alpha5" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_site-8.x-1.0-alpha5.zip", - "reference": "8.x-1.0-alpha5", - "shasum": "1fb502494a71b90efea12c3c0d77266bac32b386" + "url": "https://ftp.drupal.org/files/projects/drutopia_site-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "8a01759078255ffea194c65d3f25456d82367117" }, "require": { "drupal/admin_links_access_filter": "^1.0-alpha3", @@ -4701,8 +4968,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha5", - "datestamp": "1533280684", + "version": "8.x-1.0-beta1", + "datestamp": "1540935780", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4741,23 +5008,29 @@ ], "description": "Drutopia site is a base feature providing site components.", "homepage": "https://gitlab.com/drutopia/drutopia_site", + "keywords": [ + "base", + "drutopia", + "site" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_site" + "source": "https://gitlab.com/drutopia/drutopia_site/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_site/issues" } }, { "name": "drupal/drutopia_social", - "version": "1.0.0-alpha1", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_social", - "reference": "8.x-1.0-alpha1" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_social-8.x-1.0-alpha1.zip", - "reference": "8.x-1.0-alpha1", - "shasum": "7839b29f1473b4ec2481323db8943d37fa57ee8b" + "url": "https://ftp.drupal.org/files/projects/drutopia_social-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "f7bf2a1f2482fa15ee028b07611427838baf71b3" }, "require": { "drupal/core": "*", @@ -4769,8 +5042,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha1", - "datestamp": "1507344247", + "version": "8.x-1.0-beta1", + "datestamp": "1540936080", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4782,6 +5055,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -4797,6 +5074,10 @@ { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia Social provides a social media block, perhaps more in the future.", @@ -4807,17 +5088,17 @@ }, { "name": "drupal/drutopia_storyline", - "version": "1.0.0-alpha2", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_storyline", - "reference": "8.x-1.0-alpha2" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_storyline-8.x-1.0-alpha2.zip", - "reference": "8.x-1.0-alpha2", - "shasum": "e316ceaabe8ad6de9b4ee549eb64ce87d2417f53" + "url": "https://ftp.drupal.org/files/projects/drutopia_storyline-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "887647db16e702b5a0def202152960955cb23c0a" }, "require": { "drupal/config_actions": "*", @@ -4838,8 +5119,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1533281284", + "version": "8.x-1.0-beta1", + "datestamp": "1540936380", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4878,23 +5159,31 @@ ], "description": "Provides storyline paragraphs and an accompanying module to add a storyline to a basic page so that you can provide a simple chronology or story in a timeline format.", "homepage": "https://gitlab.com/drutopia/drutopia_storyline", + "keywords": [ + "chronology", + "content", + "drutopia", + "storyline", + "timeline" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_storyline" + "source": "https://gitlab.com/drutopia/drutopia_storyline/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_storyline/issues" } }, { "name": "drupal/drutopia_user", - "version": "1.0.0-alpha2", + "version": "1.0.0-beta1", "source": { "type": "git", "url": "https://git.drupal.org/project/drutopia_user", - "reference": "8.x-1.0-alpha2" + "reference": "8.x-1.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_user-8.x-1.0-alpha2.zip", - "reference": "8.x-1.0-alpha2", - "shasum": "897584d969cfb3456a4034ec94eafd7bd297c1e9" + "url": "https://ftp.drupal.org/files/projects/drutopia_user-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "22cdfd25ada1b3f3e50943451465b34c8e5174dc" }, "require": { "drupal/core": "*" @@ -4906,8 +5195,8 @@ "dev-8.x-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1512689885", + "version": "8.x-1.0-beta1", + "datestamp": "1540936681", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -4919,6 +5208,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -4934,12 +5227,23 @@ { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia user is a base feature providing user-related configuration.", "homepage": "https://gitlab.com/drutopia/drutopia_user", + "keywords": [ + "drutopia", + "people", + "roles", + "users" + ], "support": { - "source": "http://cgit.drupalcode.org/drutopia_user" + "source": "https://gitlab.com/drutopia/drutopia_user/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_user/issues" } }, { @@ -5677,18 +5981,73 @@ } }, { - "name": "drupal/octavia", - "version": "1.0.0-alpha5", + "name": "drupal/minimalhtml", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/octavia", - "reference": "8.x-1.0-alpha5" + "url": "https://git.drupal.org/project/minimalhtml", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/octavia-8.x-1.0-alpha5.zip", - "reference": "8.x-1.0-alpha5", - "shasum": "3a9d0ba4c655c8fd3ce6b2d7e915a97f602b561d" + "url": "https://ftp.drupal.org/files/projects/minimalhtml-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "ed64517d80e1279b24ca452fd4bdd6fec6ba0087" + }, + "require": { + "drupal/core": "*", + "drupal/wysiwyg_linebreaks": "^1.9" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1516169885", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Benjamin Melançon", + "homepage": "https://agaric.com/mlncn", + "email": "mlncn@agaric.com", + "role": "Maintainer" + }, + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/2937110/committers" + } + ], + "description": "Minimal HTML provides a WYSIWYG text format suitable for basic uses like short text fields or administrator-configured notices.", + "homepage": "https://www.drupal.org/project/minimalhtml", + "support": { + "source": "http://cgit.drupalcode.org/minimalhtml", + "issues": "https://www.drupal.org/project/issues/minimalhtml" + } + }, + { + "name": "drupal/octavia", + "version": "1.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/octavia", + "reference": "8.x-1.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/octavia-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "9bf10d901e83be9cb1acb3ad31e6d4c3028117cf" }, "require": { "drupal/bulma": "^1.0-alpha2", @@ -5700,8 +6059,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha5", - "datestamp": "1533282480", + "version": "8.x-1.0-beta1", + "datestamp": "1540937280", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -5740,23 +6099,32 @@ ], "description": "A base theme for the Drutopia distribution based on Bulma.", "homepage": "https://gitlab.com/drutopia/octavia", + "keywords": [ + "bulma", + "drutopia", + "flexbox", + "styles", + "templates", + "theme" + ], "support": { - "source": "http://cgit.drupalcode.org/octavia" + "source": "https://gitlab.com/drutopia/octavia/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/octavia/issues" } }, { "name": "drupal/paragraphs", - "version": "1.3.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupal.org/project/paragraphs", - "reference": "8.x-1.3" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "24c6d2153127f9d783a03c05baf3b9beb219113f" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "85ba97dd1c602d33fc5904b6e1df5973312afa94" }, "require": { "drupal/core": "~8", @@ -5784,8 +6152,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.3", - "datestamp": "1527502684", + "version": "8.x-1.5", + "datestamp": "1541009695", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6391,7 +6759,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/twigsuggest", - "reference": "7d80565d23d0a1d4a68c82a9f65d6dede546c209" + "reference": "e3157686b55ebe31d12ddc3c1a991d6702450990" }, "require": { "drupal/core": "~8.0" @@ -6403,7 +6771,7 @@ }, "drupal": { "version": "8.x-1.x-dev", - "datestamp": "1539810480", + "datestamp": "1540222680", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -6425,7 +6793,137 @@ "support": { "source": "http://cgit.drupalcode.org/twigsuggest" }, - "time": "2018-10-17T21:20:34+00:00" + "time": "2018-10-22T20:20:02+00:00" + }, + { + "name": "drupal/ui_patterns", + "version": "1.0.0-rc2", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/ui_patterns", + "reference": "8.x-1.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "f3c46a54438b5a618309c2c1063a37220bdf3057" + }, + "require": { + "drupal/core": "^8.3.0" + }, + "require-dev": { + "cweagans/composer-patches": "~1.0", + "drupal-composer/drupal-scaffold": "^2.2", + "drupal/bootstrap": "3.1", + "drupal/coffee": "~1", + "drupal/config_devel": "~1", + "drupal/config_installer": "~1", + "drupal/console": "~1", + "drupal/ds": "~3", + "drupal/entity_reference_revisions": "*", + "drupal/features": "~3", + "drupal/features_ui": "*", + "drupal/field_group": "~1", + "drupal/page_manager": "*", + "drupal/page_manager_ui": "*", + "drupal/panels": "~4", + "drupal/paragraphs": "~1", + "drupal/token": "~1", + "drupal/ui_patterns_ds": "*", + "drupal/ui_patterns_field_group": "*", + "drupal/ui_patterns_layouts": "*", + "drupal/ui_patterns_library": "*", + "drupal/ui_patterns_views": "*", + "drush/drush": "~9", + "nuvoleweb/drupal-behat": "~1.1.0", + "openeuropa/task-runner": "~1.0-beta2", + "phpro/grumphp": "~0.14", + "webflo/drupal-core-require-dev": "~8.6@rc" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc2", + "datestamp": "1539715081", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + }, + "patches": { + "drupal/core": { + "https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-04-15/2943172-kernel-test-base-2.patch" + } + }, + "installer-paths": { + "build/core": [ + "type:drupal-core" + ], + "build/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "build/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "build/themes/contrib/{$name}": [ + "type:drupal-theme" + ] + } + }, + "autoload": { + "psr-4": { + "Drupal\\ui_patterns\\": "./src" + } + }, + "autoload-dev": { + "psr-4": { + "Drupal\\Tests\\ui_patterns\\": "./tests/src" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "drupal-scaffold": [ + "DrupalComposer\\DrupalScaffold\\Plugin::scaffold" + ], + "post-install-cmd": [ + "./vendor/bin/run drupal:site-setup" + ], + "post-update-cmd": [ + "./vendor/bin/run drupal:site-setup" + ] + }, + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Nuvole Web", + "homepage": "https://www.drupal.org/user/186696", + "email": "info@nuvole.org" + }, + { + "name": "bircher", + "homepage": "https://www.drupal.org/user/1344166" + }, + { + "name": "pescetti", + "homepage": "https://www.drupal.org/user/436244" + } + ], + "description": "UI Patterns.", + "homepage": "https://www.drupal.org/project/ui_patterns", + "keywords": [ + "drupal", + "ui", + "web" + ], + "support": { + "source": "http://cgit.drupalcode.org/ui_patterns" + } }, { "name": "drupal/video_embed_field", @@ -6490,17 +6988,17 @@ }, { "name": "drupal/webform", - "version": "5.0.0-rc22", + "version": "5.0.0-rc24", "source": { "type": "git", "url": "https://git.drupal.org/project/webform", - "reference": "8.x-5.0-rc22" + "reference": "8.x-5.0-rc24" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc22.zip", - "reference": "8.x-5.0-rc22", - "shasum": "1027a7444bafc779b6b8a114915ccb4403db51b0" + "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.0-rc24.zip", + "reference": "8.x-5.0-rc24", + "shasum": "9dda44bef5e497cbf0ed6dfc443d70ef51b1bc49" }, "require": { "drupal/core": "*" @@ -6520,8 +7018,8 @@ "dev-5.x": "5.x-dev" }, "drupal": { - "version": "8.x-5.0-rc22", - "datestamp": "1538482685", + "version": "8.x-5.0-rc24", + "datestamp": "1540255380", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -6778,12 +7276,12 @@ "source": { "type": "git", "url": "https://github.com/drutopia/drutopia.git", - "reference": "fedf477a0ce8bb238d7c55cf6fe1890554a8adbc" + "reference": "c360a03aee791a51eacece8b001269e08199afc0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drutopia/drutopia/zipball/fedf477a0ce8bb238d7c55cf6fe1890554a8adbc", - "reference": "fedf477a0ce8bb238d7c55cf6fe1890554a8adbc", + "url": "https://api.github.com/repos/drutopia/drutopia/zipball/c360a03aee791a51eacece8b001269e08199afc0", + "reference": "c360a03aee791a51eacece8b001269e08199afc0", "shasum": "" }, "require": { @@ -6818,7 +7316,9 @@ "drupal/drutopia_social": "^1.0-alpha1", "drupal/drutopia_storyline": "^1.0-alpha2", "drupal/drutopia_user": "^1.0-alpha2", + "drupal/eu_cookie_compliance": "^1.2", "drupal/features": "^3.5", + "drupal/gdpr": "^2.0-alpha4", "drupal/octavia": "^1.0-alpha5", "drupal/paranoia": "^1.0-alpha1", "drupal/subprofiles": "^1.0-alpha1" @@ -7502,16 +8002,16 @@ }, { "name": "masterminds/html5", - "version": "2.3.0", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "2c37c6c520b995b761674de3be8455a381679067" + "reference": "33f8d475d28741398be26cdff7a10a63003324a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067", - "reference": "2c37c6c520b995b761674de3be8455a381679067", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/33f8d475d28741398be26cdff7a10a63003324a3", + "reference": "33f8d475d28741398be26cdff7a10a63003324a3", "shasum": "" }, "require": { @@ -7563,7 +8063,7 @@ "serializer", "xml" ], - "time": "2017-09-04T12:26:28+00:00" + "time": "2018-10-22T16:58:34+00:00" }, { "name": "nikic/php-parser", @@ -8783,7 +9283,7 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", @@ -8841,16 +9341,16 @@ }, { "name": "symfony/polyfill-iconv", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2" + "reference": "97001cfc283484c9691769f51cdf25259037eba2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2", - "reference": "bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2", + "reference": "97001cfc283484c9691769f51cdf25259037eba2", "shasum": "" }, "require": { @@ -8896,20 +9396,20 @@ "portable", "shim" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2018-09-21T06:26:08+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" + "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", - "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", + "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", "shasum": "" }, "require": { @@ -8955,20 +9455,20 @@ "portable", "shim" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2018-09-21T13:07:52+00:00" }, { "name": "symfony/polyfill-php70", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934" + "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934", - "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224", + "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224", "shasum": "" }, "require": { @@ -9014,7 +9514,7 @@ "portable", "shim" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2018-09-21T06:26:08+00:00" }, { "name": "symfony/process", @@ -9989,7 +10489,8 @@ "drupal/webform": 5, "drupal/block_theme_sync": 15, "drupal/coffee": 10, - "drupal/twigsuggest": 20 + "drupal/twigsuggest": 20, + "drupal/ui_patterns": 5 }, "prefer-stable": true, "prefer-lowest": false, diff --git a/config/sync/block.block.agarica_home_page_hero.yml b/config/sync/block.block.about.yml similarity index 55% rename from config/sync/block.block.agarica_home_page_hero.yml rename to config/sync/block.block.about.yml index ecc88bf..3a5f645 100644 --- a/config/sync/block.block.agarica_home_page_hero.yml +++ b/config/sync/block.block.about.yml @@ -1,30 +1,25 @@ -uuid: ffdcfb41-83ee-49ab-bae1-22a87c4e7416 +uuid: 56357005-422b-4381-99ce-214c74d057b7 langcode: en status: true dependencies: config: - block_visibility_groups.block_visibility_group.home_page content: - - 'block_content:slide:9f7eec29-3c40-49f1-b7d9-18ff5c4eb32d' - enforced: - module: - - block_content + - 'block_content:basic:a6151a57-f4fb-4c22-9973-d5517c5cbdb7' module: - block_content - block_visibility_groups theme: - agarica -_core: - default_config_hash: 7LaudnAYBHZQGUVPqWOVEya4bd5pa1kdHDJn9SKEhcE -id: agarica_home_page_hero +id: about theme: agarica region: highlighted weight: 0 provider: null -plugin: 'block_content:9f7eec29-3c40-49f1-b7d9-18ff5c4eb32d' +plugin: 'block_content:a6151a57-f4fb-4c22-9973-d5517c5cbdb7' settings: - id: 'block_content:9f7eec29-3c40-49f1-b7d9-18ff5c4eb32d' - label: 'Home page hero' + id: 'block_content:a6151a57-f4fb-4c22-9973-d5517c5cbdb7' + label: About provider: block_content label_display: '0' status: true diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.ckeditor_markdown.yml b/config/sync/config_snapshot.snapshot.config_sync.module.ckeditor_markdown.yml new file mode 100644 index 0000000..4db9ed4 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.ckeditor_markdown.yml @@ -0,0 +1,11 @@ +uuid: 02d79f5a-2243-41a9-a523-0ad54ee77c98 +langcode: en +status: true +dependencies: + module: + - ckeditor_markdown +id: config_sync.module.ckeditor_markdown +snapshotSet: config_sync +extensionType: module +extensionName: ckeditor_markdown +items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_case_study.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_case_study.yml new file mode 100644 index 0000000..549dcea --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_case_study.yml @@ -0,0 +1,2104 @@ +uuid: 73eb48fc-485e-4d85-8bfe-7f50baa85f27 +langcode: en +status: true +dependencies: + module: + - drutopia_case_study +id: config_sync.module.drutopia_case_study +snapshotSet: config_sync +extensionType: module +extensionName: drutopia_case_study +items: + - + collection: '' + name: core.entity_form_display.node.case_study.default + data: + langcode: en + status: true + dependencies: + config: + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - field.field.node.case_study.field_technologies + - image.style.thumbnail + - node.type.case_study + module: + - image + - metatag + - paragraphs + - path + - text + id: node.case_study.default + targetEntityType: node + bundle: case_study + mode: default + content: + created: + type: datetime_timestamp + weight: 12 + region: content + settings: { } + third_party_settings: { } + field_body_paragraph: + weight: 4 + settings: + title: Paragraph + title_plural: Paragraphs + edit_mode: open + add_mode: dropdown + form_display_mode: default + default_paragraph_type: '' + third_party_settings: { } + type: entity_reference_paragraphs + region: content + field_case_study_client: + weight: 5 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: text_textfield + region: content + field_case_study_partners: + weight: 11 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: text_textfield + region: content + field_case_study_status: + weight: 7 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_case_study_subtitle: + weight: 1 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_case_study_team: + weight: 10 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_case_study_year: + weight: 6 + settings: + placeholder: '' + third_party_settings: { } + type: number + region: content + field_image: + weight: 2 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + field_license: + weight: 18 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_meta_tags: + weight: 17 + settings: { } + third_party_settings: { } + type: metatag_firehose + region: content + field_services: + weight: 8 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_summary: + weight: 3 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_technologies: + weight: 9 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + path: + type: path + weight: 15 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 13 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 16 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 14 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + hidden: + body: true + uid: true + - + collection: '' + name: core.entity_view_display.node.case_study.card + data: + langcode: en + status: true + dependencies: + config: + - core.entity_view_mode.node.card + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - node.type.case_study + - responsive_image.styles.wide + module: + - ds + - field_group + - responsive_image + - user + third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - field_image + - group_card_content + - node_title + - field_case_study_subtitle + fields: + node_title: + plugin_id: node_title + weight: 2 + label: hidden + formatter: default + settings: + link: true + wrapper: h2 + class: title + exclude_node_title: '1' + field_group: + group_card_content: + children: + - node_title + - field_case_study_subtitle + parent_name: '' + weight: 1 + format_type: html_element + format_settings: + id: '' + classes: '' + element: div + show_label: false + label_element: h3 + attributes: '' + effect: none + speed: fast + label: 'Card Content' + region: content + id: node.case_study.card + targetEntityType: node + bundle: case_study + mode: card + content: + field_case_study_subtitle: + type: string + weight: 3 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + field_image: + type: responsive_image + weight: 0 + region: content + label: hidden + settings: + responsive_image_style: wide + image_link: content + third_party_settings: { } + hidden: + body: true + field_body_paragraph: true + field_case_study_client: true + field_case_study_partners: true + field_case_study_status: true + field_case_study_team: true + field_case_study_year: true + field_license: true + field_meta_tags: true + field_services: true + field_summary: true + links: true + - + collection: '' + name: core.entity_view_display.node.case_study.default + data: + langcode: en + status: true + dependencies: + config: + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - field.field.node.case_study.field_technologies + - node.type.case_study + module: + - ds + - text + - user + third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: { } + id: node.case_study.default + targetEntityType: node + bundle: case_study + mode: default + content: + field_license: + weight: 1 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_summary: + weight: 2 + label: above + settings: { } + third_party_settings: { } + type: text_default + region: content + field_technologies: + weight: 3 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + hidden: + body: true + field_body_paragraph: true + field_case_study_client: true + field_case_study_partners: true + field_case_study_status: true + field_case_study_subtitle: true + field_case_study_team: true + field_case_study_year: true + field_image: true + field_meta_tags: true + field_services: true + links: true + - + collection: '' + name: core.entity_view_display.node.case_study.full + data: + langcode: en + status: true + dependencies: + config: + - core.entity_view_mode.node.full + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - node.type.case_study + - responsive_image.styles.wide + module: + - ds + - paragraphs + - responsive_image + - text + - user + third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - field_image + - node_title + - field_case_study_subtitle + - field_body_paragraph + - field_case_study_client + - field_case_study_year + - field_case_study_status + - field_case_study_technologies + - field_services + - field_case_study_team + - field_case_study_partners + - field_license + fields: + node_title: + plugin_id: node_title + weight: 1 + label: hidden + formatter: default + id: node.case_study.full + targetEntityType: node + bundle: case_study + mode: full + content: + field_body_paragraph: + type: paragraph_summary + weight: 3 + region: content + label: visually_hidden + settings: { } + third_party_settings: { } + field_case_study_client: + type: text_default + weight: 4 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_partners: + type: text_default + weight: 10 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_status: + type: string + weight: 6 + region: content + label: above + settings: + link_to_entity: false + third_party_settings: { } + field_case_study_subtitle: + type: string + weight: 2 + region: content + label: visually_hidden + settings: + link_to_entity: false + third_party_settings: { } + field_case_study_team: + type: entity_reference_entity_view + weight: 9 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + field_case_study_year: + type: number_integer + weight: 5 + region: content + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + field_image: + type: responsive_image + weight: 0 + region: content + label: visually_hidden + settings: + responsive_image_style: wide + image_link: '' + third_party_settings: + ds: + ft: + id: default + settings: + lb: '' + lb-col: false + classes: { } + field_license: + type: entity_reference_entity_view + weight: 11 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: + ds: + ft: + id: default + settings: + lb: '' + lb-col: false + classes: { } + field_services: + type: entity_reference_entity_view + weight: 8 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + hidden: + body: true + field_meta_tags: true + field_summary: true + links: true + - + collection: '' + name: core.entity_view_display.node.case_study.search_index + data: + langcode: en + status: true + dependencies: + config: + - core.entity_view_mode.node.search_index + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - node.type.case_study + module: + - ds + - user + third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: { } + id: node.case_study.search_index + targetEntityType: node + bundle: case_study + mode: search_index + content: { } + hidden: + body: true + field_body_paragraph: true + field_case_study_client: true + field_case_study_partners: true + field_case_study_status: true + field_case_study_subtitle: true + field_case_study_team: true + field_case_study_year: true + field_image: true + field_license: true + field_meta_tags: true + field_services: true + field_summary: true + links: true + - + collection: '' + name: core.entity_view_display.node.case_study.small_card + data: + langcode: en + status: false + dependencies: + config: + - core.entity_view_mode.node.small_card + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - node.type.case_study + module: + - ds + - metatag + - paragraphs + - responsive_image + - text + - user + third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - body + - field_services + - field_body_paragraph + - field_meta_tags + - field_image + - field_case_study_year + - field_case_study_technologies + - field_case_study_team + - field_case_study_subtitle + - field_case_study_status + - field_case_study_partners + - field_case_study_client + id: node.case_study.small_card + targetEntityType: node + bundle: case_study + mode: small_card + content: + body: + type: text_default + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_body_paragraph: + type: paragraph_summary + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_client: + type: text_default + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_partners: + type: text_default + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_case_study_status: + type: string + weight: 0 + region: content + label: above + settings: + link_to_entity: false + third_party_settings: { } + field_case_study_subtitle: + type: string + weight: 0 + region: content + label: above + settings: + link_to_entity: false + third_party_settings: { } + field_case_study_team: + type: entity_reference_entity_view + weight: 0 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + field_case_study_year: + type: number_integer + weight: 0 + region: content + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + field_image: + type: responsive_image + weight: 0 + region: content + label: above + settings: + responsive_image_style: '' + image_link: '' + third_party_settings: { } + field_meta_tags: + type: metatag_empty_formatter + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + field_services: + type: entity_reference_entity_view + weight: 0 + region: content + label: above + settings: + view_mode: default + link: false + third_party_settings: { } + hidden: + field_license: true + field_summary: true + links: true + - + collection: '' + name: core.entity_view_display.node.case_study.teaser + data: + langcode: en + status: true + dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.case_study.body + - node.type.case_study + module: + - text + - user + id: node.case_study.teaser + targetEntityType: node + bundle: case_study + 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: { } + - + collection: '' + name: core.entity_view_display.node.case_study.tile + data: + langcode: en + status: true + dependencies: + config: + - core.entity_view_mode.node.tile + - field.field.node.case_study.body + - field.field.node.case_study.field_body_paragraph + - field.field.node.case_study.field_case_study_client + - field.field.node.case_study.field_case_study_partners + - field.field.node.case_study.field_case_study_status + - field.field.node.case_study.field_case_study_subtitle + - field.field.node.case_study.field_case_study_team + - field.field.node.case_study.field_case_study_year + - field.field.node.case_study.field_image + - field.field.node.case_study.field_license + - field.field.node.case_study.field_meta_tags + - field.field.node.case_study.field_services + - field.field.node.case_study.field_summary + - node.type.case_study + - responsive_image.styles.wide + module: + - ds + - responsive_image + - user + third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - field_image + - node_title + - field_case_study_subtitle + fields: + node_title: + plugin_id: node_title + weight: 1 + label: hidden + formatter: default + settings: + link: true + wrapper: h2 + class: title + exclude_node_title: '1' + id: node.case_study.tile + targetEntityType: node + bundle: case_study + mode: tile + content: + field_case_study_subtitle: + type: string + weight: 2 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: + ds: + ft: + id: default + settings: + lb: '' + classes: + - subtitle + lb-col: false + field_image: + type: responsive_image + weight: 0 + region: content + label: hidden + settings: + responsive_image_style: wide + image_link: content + third_party_settings: + ds: + ft: + id: default + settings: + lb: '' + classes: + - card-image + lb-col: false + hidden: + body: true + field_body_paragraph: true + field_case_study_client: true + field_case_study_partners: true + field_case_study_status: true + field_case_study_team: true + field_case_study_year: true + field_license: true + field_meta_tags: true + field_services: true + field_summary: true + links: true + - + collection: '' + name: field.field.node.case_study.body + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.body + - node.type.case_study + module: + - text + id: node.case_study.body + field_name: body + entity_type: node + bundle: case_study + label: Body + description: '' + required: false + translatable: true + default_value: { } + default_value_callback: '' + settings: + display_summary: true + field_type: text_with_summary + - + collection: '' + name: field.field.node.case_study.field_body_paragraph + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_body_paragraph + - node.type.case_study + - paragraphs.paragraphs_type.file + - paragraphs.paragraphs_type.image + - paragraphs.paragraphs_type.slide + - paragraphs.paragraphs_type.storyline_header + - paragraphs.paragraphs_type.storyline_item + - paragraphs.paragraphs_type.text + - paragraphs.paragraphs_type.update + module: + - entity_reference_revisions + id: node.case_study.field_body_paragraph + field_name: field_body_paragraph + entity_type: node + bundle: case_study + label: 'Body paragraph' + description: '' + required: true + translatable: true + default_value: { } + default_value_callback: '' + settings: + handler: 'default:paragraph' + handler_settings: + negate: 0 + target_bundles: + file: file + image: image + slide: slide + storyline_header: storyline_header + storyline_item: storyline_item + text: text + update: update + target_bundles_drag_drop: + faq: + weight: 9 + enabled: false + file: + enabled: true + weight: 10 + image: + enabled: true + weight: 11 + slide: + enabled: true + weight: 12 + storyline_header: + enabled: true + weight: 13 + storyline_item: + enabled: true + weight: 14 + text: + enabled: true + weight: 15 + update: + enabled: true + weight: 16 + field_type: entity_reference_revisions + - + collection: '' + name: field.field.node.case_study.field_case_study_client + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_case_study_client + - node.type.case_study + module: + - text + id: node.case_study.field_case_study_client + field_name: field_case_study_client + entity_type: node + bundle: case_study + label: Client + description: '' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: { } + field_type: text + - + collection: '' + name: field.field.node.case_study.field_case_study_partners + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_case_study_partners + - node.type.case_study + module: + - text + id: node.case_study.field_case_study_partners + field_name: field_case_study_partners + entity_type: node + bundle: case_study + label: Partners + description: '' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: { } + field_type: text + - + collection: '' + name: field.field.node.case_study.field_case_study_status + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_case_study_status + - node.type.case_study + id: node.case_study.field_case_study_status + field_name: field_case_study_status + entity_type: node + bundle: case_study + label: Status + description: '' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: { } + field_type: string + - + collection: '' + name: field.field.node.case_study.field_case_study_subtitle + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_case_study_subtitle + - node.type.case_study + id: node.case_study.field_case_study_subtitle + field_name: field_case_study_subtitle + entity_type: node + bundle: case_study + label: Subtitle + description: '' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: { } + field_type: string + - + collection: '' + name: field.field.node.case_study.field_case_study_team + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_case_study_team + - node.type.case_study + - node.type.people + id: node.case_study.field_case_study_team + field_name: field_case_study_team + entity_type: node + bundle: case_study + label: Team + description: '' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: + handler: 'default:node' + handler_settings: + target_bundles: + people: people + sort: + field: _none + auto_create: true + auto_create_bundle: '' + field_type: entity_reference + - + collection: '' + name: field.field.node.case_study.field_case_study_year + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_case_study_year + - node.type.case_study + id: node.case_study.field_case_study_year + field_name: field_case_study_year + entity_type: node + bundle: case_study + label: Year + description: '' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: + min: null + max: null + prefix: '' + suffix: '' + field_type: integer + - + collection: '' + name: field.field.node.case_study.field_image + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_image + - node.type.case_study + module: + - image + id: node.case_study.field_image + field_name: field_image + entity_type: node + bundle: case_study + 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 + 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 + - + collection: '' + name: field.field.node.case_study.field_license + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_license + - node.type.case_study + - taxonomy.vocabulary.license + content: + - 'taxonomy_term:license:61745acc-d11c-4e65-bd9e-518d223fedab' + id: node.case_study.field_license + field_name: field_license + entity_type: node + bundle: case_study + label: License + description: '' + required: false + translatable: false + default_value: + - + target_uuid: 61745acc-d11c-4e65-bd9e-518d223fedab + default_value_callback: '' + settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + license: license + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' + field_type: entity_reference + - + collection: '' + name: field.field.node.case_study.field_meta_tags + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_meta_tags + - node.type.case_study + module: + - metatag + id: node.case_study.field_meta_tags + field_name: field_meta_tags + entity_type: node + bundle: case_study + label: 'Meta tags' + description: '' + required: false + translatable: true + default_value: { } + default_value_callback: '' + settings: { } + field_type: metatag + - + collection: '' + name: field.field.node.case_study.field_services + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_services + - node.type.case_study + - taxonomy.vocabulary.services + id: node.case_study.field_services + field_name: field_services + entity_type: node + bundle: case_study + label: Services + description: '' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + services: services + sort: + field: name + direction: asc + auto_create: true + auto_create_bundle: '' + field_type: entity_reference + - + collection: '' + name: field.field.node.case_study.field_summary + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_summary + - node.type.case_study + module: + - text + id: node.case_study.field_summary + field_name: field_summary + entity_type: node + bundle: case_study + label: Summary + description: '' + required: true + translatable: true + default_value: { } + default_value_callback: '' + settings: { } + field_type: text_long + - + collection: '' + name: field.field.node.case_study.field_technologies + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_technologies + - node.type.case_study + - taxonomy.vocabulary.technologies + id: node.case_study.field_technologies + field_name: field_technologies + entity_type: node + bundle: case_study + label: Technologies + description: 'Add new technology term' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + technologies: technologies + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' + field_type: entity_reference + - + collection: '' + name: field.storage.node.field_case_study_client + data: + langcode: en + status: true + dependencies: + module: + - node + - text + id: node.field_case_study_client + field_name: field_case_study_client + entity_type: node + type: text + settings: + max_length: 255 + module: text + locked: false + cardinality: 1 + translatable: true + indexes: { } + persist_with_no_fields: false + custom_storage: false + - + collection: '' + name: field.storage.node.field_case_study_partners + data: + langcode: en + status: true + dependencies: + module: + - node + - text + id: node.field_case_study_partners + field_name: field_case_study_partners + entity_type: node + type: text + settings: + max_length: 255 + module: text + locked: false + cardinality: 1 + translatable: true + indexes: { } + persist_with_no_fields: false + custom_storage: false + - + collection: '' + name: field.storage.node.field_case_study_status + data: + langcode: en + status: true + dependencies: + module: + - node + id: node.field_case_study_status + field_name: field_case_study_status + 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 + - + collection: '' + name: field.storage.node.field_case_study_subtitle + data: + langcode: en + status: true + dependencies: + module: + - node + id: node.field_case_study_subtitle + field_name: field_case_study_subtitle + 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 + - + collection: '' + name: field.storage.node.field_case_study_team + data: + langcode: en + status: true + dependencies: + module: + - node + id: node.field_case_study_team + field_name: field_case_study_team + entity_type: node + type: entity_reference + settings: + target_type: node + module: core + locked: false + cardinality: -1 + translatable: true + indexes: { } + persist_with_no_fields: false + custom_storage: false + - + collection: '' + name: field.storage.node.field_case_study_year + data: + langcode: en + status: true + dependencies: + module: + - node + id: node.field_case_study_year + field_name: field_case_study_year + entity_type: node + type: integer + settings: + unsigned: false + size: normal + module: core + locked: false + cardinality: 1 + translatable: true + indexes: { } + persist_with_no_fields: false + custom_storage: false + - + collection: '' + name: field.storage.node.field_services + data: + langcode: en + status: true + dependencies: + module: + - node + - taxonomy + id: node.field_services + field_name: field_services + 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 + - + collection: '' + name: field.storage.node.field_technologies + data: + langcode: en + status: true + dependencies: + module: + - node + - taxonomy + id: node.field_technologies + field_name: field_technologies + entity_type: node + type: entity_reference + settings: + target_type: taxonomy_term + module: core + locked: false + cardinality: -1 + translatable: true + indexes: { } + persist_with_no_fields: false + custom_storage: false + - + collection: '' + name: node.type.case_study + data: + langcode: en + status: true + dependencies: + module: + - menu_ui + third_party_settings: + menu_ui: + available_menus: + - main + parent: 'main:' + name: 'Case Study' + type: case_study + description: '' + help: '' + new_revision: true + preview_mode: 0 + display_submitted: false + - + collection: '' + name: pathauto.pattern.case_study + data: + langcode: en + status: true + dependencies: + module: + - node + id: case_study + label: 'Case Study' + type: 'canonical_entities:node' + pattern: 'work/[node:title]' + selection_criteria: + 5749b1a9-7bf5-48fe-9d28-6eb46aba53f1: + id: node_type + bundles: + case_study: case_study + negate: false + context_mapping: + node: node + uuid: 5749b1a9-7bf5-48fe-9d28-6eb46aba53f1 + selection_logic: and + weight: -5 + relationships: { } + - + collection: '' + name: search_api.index.case_study + data: + langcode: en + status: true + dependencies: + config: + - field.storage.node.field_case_study_client + - field.storage.node.field_case_study_partners + - field.storage.node.field_case_study_status + - field.storage.node.field_case_study_subtitle + - field.storage.node.field_case_study_team + - field.storage.node.field_case_study_year + - field.storage.node.field_services + - field.storage.node.field_summary + - search_api.server.database + module: + - user + - search_api + - node + id: case_study + name: 'Case Study' + description: 'An index for the case study content type.' + read_only: false + field_settings: + changed: + label: Changed + datasource_id: 'entity:node' + property_path: changed + type: date + created: + label: 'Authored on' + datasource_id: 'entity:node' + property_path: created + type: date + field_case_study_client: + label: Client + datasource_id: 'entity:node' + property_path: field_case_study_client + type: string + dependencies: + config: + - field.storage.node.field_case_study_client + field_case_study_partners: + label: Partners + datasource_id: 'entity:node' + property_path: field_case_study_partners + type: string + dependencies: + config: + - field.storage.node.field_case_study_partners + field_case_study_status: + label: Status + datasource_id: 'entity:node' + property_path: field_case_study_status + type: string + dependencies: + config: + - field.storage.node.field_case_study_status + field_case_study_subtitle: + label: Subtitle + datasource_id: 'entity:node' + property_path: field_case_study_subtitle + type: string + dependencies: + config: + - field.storage.node.field_case_study_subtitle + field_case_study_team: + label: Team + datasource_id: 'entity:node' + property_path: field_case_study_team + type: integer + dependencies: + config: + - field.storage.node.field_case_study_team + field_case_study_year: + label: Year + datasource_id: 'entity:node' + property_path: field_case_study_year + type: integer + dependencies: + config: + - field.storage.node.field_case_study_year + field_services: + label: Services + datasource_id: 'entity:node' + property_path: field_services + type: integer + dependencies: + config: + - field.storage.node.field_services + field_summary: + label: Summary + datasource_id: 'entity:node' + property_path: field_summary + type: text + dependencies: + config: + - field.storage.node.field_summary + name: + label: 'Authored by » User » Name' + datasource_id: 'entity:node' + property_path: 'uid:entity:name' + type: string + dependencies: + module: + - user + node_grants: + label: 'Node access information' + property_path: search_api_node_grants + type: string + indexed_locked: true + type_locked: true + hidden: true + promote: + label: 'Promoted to front page' + datasource_id: 'entity:node' + property_path: promote + type: boolean + rendered_item: + label: 'Rendered HTML output' + property_path: rendered_item + type: text + configuration: + roles: + anonymous: anonymous + view_mode: + 'entity:node': + action: '' + article: '' + blog: '' + campaign: '' + event: '' + landing_page: '' + page: '' + people: '' + resource: '' + status: + label: Published + datasource_id: 'entity:node' + property_path: status + type: boolean + indexed_locked: true + type_locked: true + sticky: + label: 'Sticky at top of lists' + datasource_id: 'entity:node' + property_path: sticky + type: boolean + title: + label: Title + datasource_id: 'entity:node' + property_path: title + type: text + boost: !!float 8 + uid: + label: 'Authored by' + datasource_id: 'entity:node' + property_path: uid + type: integer + indexed_locked: true + type_locked: true + datasource_settings: + 'entity:node': + bundles: + default: false + selected: + - case_study + languages: + default: true + selected: { } + processor_settings: + add_url: { } + aggregated_field: { } + content_access: + weights: + preprocess_query: -45 + entity_status: { } + html_filter: + all_fields: false + fields: + - field_summary + - rendered_item + title: true + alt: true + tags: + b: 2 + h1: 5 + h2: 3 + h3: 2 + strong: 2 + weights: + preprocess_index: -46 + preprocess_query: -47 + ignorecase: + all_fields: false + fields: + - field_summary + - name + - rendered_item + - title + weights: + preprocess_index: -49 + preprocess_query: -49 + rendered_item: { } + stopwords: + all_fields: false + fields: + - field_summary + - rendered_item + - title + stopwords: + - a + - an + - and + - are + - as + - at + - be + - but + - by + - for + - if + - in + - into + - is + - it + - 'no' + - not + - of + - 'on' + - or + - s + - such + - t + - that + - the + - their + - then + - there + - these + - they + - this + - to + - was + - will + - with + weights: + preprocess_index: -48 + preprocess_query: -50 + tokenizer: + all_fields: false + fields: + - field_summary + - rendered_item + - title + spaces: '' + overlap_cjk: 1 + minimum_word_size: '3' + weights: + preprocess_index: -44 + preprocess_query: -46 + transliteration: + all_fields: false + fields: + - field_summary + - name + - rendered_item + - title + weights: + preprocess_index: -47 + preprocess_query: -48 + tracker_settings: + default: + indexing_order: fifo + options: + index_directly: true + cron_limit: 50 + server: database + - + collection: '' + name: taxonomy.vocabulary.services + data: + langcode: en + status: true + dependencies: { } + name: Services + vid: services + description: '' + hierarchy: 0 + weight: 0 + - + collection: '' + name: taxonomy.vocabulary.technologies + data: + langcode: en + status: true + dependencies: { } + name: Technologies + vid: technologies + description: '' + hierarchy: 0 + weight: 0 + - + collection: '' + name: views.view.case_study + data: + langcode: en + status: true + dependencies: + config: + - search_api.index.case_study + - system.menu.main + module: + - search_api + id: case_study + label: 'Case Study' + module: views + description: '' + tag: '' + base_table: search_api_index_case_study + base_field: search_api_id + core: 8.x + display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: none + options: { } + query: + type: views_query + options: + bypass_access: false + skip_access: false + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: some + options: + items_per_page: 10 + offset: 0 + style: + type: default + options: + row_class: '' + default_row_class: false + uses_fields: false + row: + type: search_api + options: + view_modes: + 'entity:node': + case_study: tile + fields: + changed: + table: search_api_index_case_study + field: changed + id: changed + entity_type: null + entity_field: null + plugin_id: search_api_field + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + field_rendering: true + fallback_handler: search_api_date + fallback_options: + date_format: small + custom_date_format: '' + timezone: '' + link_to_item: false + use_highlighting: false + multi_type: separator + multi_separator: ', ' + filters: { } + sorts: + sticky: + id: sticky + table: search_api_index_case_study + field: sticky + relationship: none + group_type: group + admin_label: '' + order: ASC + exposed: false + expose: + label: '' + plugin_id: search_api + created: + id: created + table: search_api_index_case_study + field: created + relationship: none + group_type: group + admin_label: '' + order: ASC + exposed: false + expose: + label: '' + plugin_id: search_api + title: 'Case Study' + header: { } + footer: { } + empty: { } + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + tags: { } + block_promoted: + display_plugin: block + id: block_promoted + display_title: 'Block Promoted' + position: 2 + display_options: + display_extenders: { } + title: Work + defaults: + title: false + pager: false + use_more: false + use_more_always: false + use_more_text: false + pager: + type: full + options: + items_per_page: 6 + offset: 0 + id: 0 + total_pages: null + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: '‹ Previous' + next: 'Next ›' + first: '« First' + last: 'Last »' + quantity: 9 + display_description: '' + use_more: true + use_more_always: true + use_more_text: more + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url.query_args + tags: { } + page_listing: + display_plugin: page + id: page_listing + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: work + menu: + type: normal + title: Work + description: 'See some of what we''ve built.' + expanded: false + parent: '' + weight: 0 + context: '0' + menu_name: main + pager: + type: none + options: + offset: 0 + defaults: + pager: false + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + tags: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml new file mode 100644 index 0000000..11f0f8b --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml @@ -0,0 +1,82 @@ +uuid: 4274355b-37ca-4b5d-870e-7ebed6531800 +langcode: en +status: true +dependencies: + module: + - drutopia_creative_license +id: config_sync.module.drutopia_creative_license +snapshotSet: config_sync +extensionType: module +extensionName: drutopia_creative_license +items: + - + collection: '' + name: core.entity_view_display.taxonomy_term.license.default + data: + langcode: en + status: true + dependencies: + config: + - taxonomy.vocabulary.license + module: + - ds + - text + third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - description + id: taxonomy_term.license.default + targetEntityType: taxonomy_term + bundle: license + mode: default + content: + description: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + hidden: { } + - + collection: '' + name: field.storage.node.field_license + data: + langcode: en + status: true + dependencies: + module: + - node + - taxonomy + id: node.field_license + field_name: field_license + 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 + - + collection: '' + name: taxonomy.vocabulary.license + data: + langcode: en + status: true + dependencies: { } + name: License + vid: license + description: '' + hierarchy: 0 + weight: 0 diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.minimalhtml.yml b/config/sync/config_snapshot.snapshot.config_sync.module.minimalhtml.yml new file mode 100644 index 0000000..da88335 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.minimalhtml.yml @@ -0,0 +1,108 @@ +uuid: 4eafdbeb-0bbc-4c71-a7c2-42efa7a9c24d +langcode: en +status: true +dependencies: + module: + - minimalhtml +id: config_sync.module.minimalhtml +snapshotSet: config_sync +extensionType: module +extensionName: minimalhtml +items: + - + collection: '' + name: editor.editor.minimalhtml + data: + langcode: en + status: true + dependencies: + config: + - filter.format.minimalhtml + module: + - ckeditor + format: minimalhtml + editor: ckeditor + settings: + toolbar: + rows: + - + - + name: Formatting + items: + - Bold + - Italic + - + name: Links + items: + - DrupalLink + - DrupalUnlink + - + name: Lists + items: + - BulletedList + - NumberedList + - + name: Media + items: + - Blockquote + - + name: Tools + items: + - Source + plugins: + language: + language_list: un + stylescombo: + styles: '' + indentblock: + enable: 0 + colorbutton: + colors: '' + linebreaks: + method: force + image_upload: + status: false + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: null + height: null + - + collection: '' + name: filter.format.minimalhtml + data: + langcode: en + status: true + name: 'Minimal HTML' + format: minimalhtml + weight: 0 + filters: + filter_htmlcorrector: + id: filter_htmlcorrector + provider: filter + status: true + weight: 10 + settings: { } + filter_html: + id: filter_html + provider: filter + status: true + weight: -10 + settings: + allowed_html: '