diff --git a/circle.yml b/circle.yml index 7493d8370..931a7c15c 100644 --- a/circle.yml +++ b/circle.yml @@ -49,6 +49,7 @@ dependencies: fi - git config --global user.email "$GIT_EMAIL" - git config --global user.name "Circle CI" + - npm install -g bower override: - composer global require -n "hirak/prestissimo:^0.3" - composer global require -n "consolidation/cgr" diff --git a/composer.json b/composer.json index a51fb6b0f..e50a03283 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ "cweagans/composer-patches": "^1.0", "drupal/core": "~8", + "acquia/lightning-project": "^8.2", "drupal/console": "^1.0.0-rc8", "drush/drush": "~8", @@ -38,7 +39,7 @@ "conflict": { "drupal/drupal": "*" }, - "minimum-stability": "alpha", + "minimum-stability": "dev", "prefer-stable": true, "autoload": { "classmap": [ @@ -47,11 +48,15 @@ }, "scripts": { "build-assets": [ - "./scripts/composer/install-or-update" + "./scripts/composer/install-or-update", + "@lightning" ], "drupal-unit-tests": "cd web/core && ../../vendor/bin/phpunit --testsuite=unit --exclude-group Composer,DependencyInjection,PageCache", "drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", "prepare-for-pantheon": "DrupalProject\\composer\\ScriptHandler::prepareForPantheon", + "lightning": [ + "Acquia\\Lightning\\ScriptHandler::deployLibraries" + ], "post-install-cmd": [ "@drupal-scaffold", "DrupalProject\\composer\\ScriptHandler::createRequiredFiles" @@ -78,6 +83,7 @@ "sites/default/default.services.pantheon.preproduction.yml", "sites/default/settings.pantheon.php" ] - } + }, + "enable-patching": true } } diff --git a/composer.lock b/composer.lock index ba0b26031..b749077ca 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,204 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "45d1a1ee68f6af758ac8c5d4546c9f1c", + "content-hash": "cc4e887201f0ad52c4c50cb14bf66af7", "packages": [ + { + "name": "acquia/lightning", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/acquia/lightning.git", + "reference": "63ce3b2b23138a25a280d34c2a240b83ed288fba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/acquia/lightning/zipball/63ce3b2b23138a25a280d34c2a240b83ed288fba", + "reference": "63ce3b2b23138a25a280d34c2a240b83ed288fba", + "shasum": "" + }, + "require": { + "composer/installers": "^1.0", + "cweagans/composer-patches": "^1.5.0", + "drupal-composer/drupal-scaffold": "^2.0.0", + "drupal/acquia_connector": "^1.1", + "drupal/config_update": "^1.1", + "drupal/contact_storage": "^1.0", + "drupal/core": "^8.2.0", + "drupal/ctools": "3.0.0-alpha27", + "drupal/diff": "^1.0", + "drupal/embed": "^1.0", + "drupal/entity_block": "1.0.0-alpha2", + "drupal/entity_browser": "^1.0", + "drupal/entity_embed": "1.0.0-beta2", + "drupal/features": "^3.0", + "drupal/inline_entity_form": "^1.0", + "drupal/key_value": "^1.0", + "drupal/media_entity": "^1.0", + "drupal/media_entity_document": "^1.0", + "drupal/media_entity_image": "^1.0", + "drupal/media_entity_instagram": "^1.0", + "drupal/media_entity_twitter": "^1.3", + "drupal/metatag": "^1.0", + "drupal/multiversion": "1.0.0-alpha12", + "drupal/page_manager": "1.0.0-alpha24", + "drupal/panelizer": "3.0.0-alpha3", + "drupal/panels": "3.0.0-beta5", + "drupal/pathauto": "^1.0", + "drupal/replication": "1.0.0-alpha5", + "drupal/scheduled_updates": "1.0.0-alpha5", + "drupal/search_api": "^1.0", + "drupal/token": "^1.0", + "drupal/video_embed_field": "^1.0", + "drupal/views_infinite_scroll": "^1.1", + "drupal/workbench_moderation": "1.2.0", + "drupal/workspace": "1.0.0-alpha4" + }, + "require-dev": { + "behat/behat": "^3.0", + "behat/mink": "~1.7", + "behat/mink-goutte-driver": "~1.2", + "drupal-composer/drupal-scaffold": "^2.0.0", + "drupal/coder": "8.*", + "drupal/devel": "^1.0", + "drupal/drupal-extension": "^3.2", + "drush/drush": "^8.0", + "jcalderonzumba/gastonjs": "~1.0.2", + "mikey179/vfsstream": "~1.2", + "phing/phing": "^2.14", + "phpunit/phpunit": "~4.8", + "se/selenium-server-standalone": "^2.53", + "squizlabs/php_codesniffer": "2.*", + "symfony/css-selector": "~2.8" + }, + "type": "drupal-profile", + "extra": { + "packagist.drupal-composer.org": { + "discover-make-files": false + }, + "installer-paths": { + "docroot/core": [ + "type:drupal-core" + ], + "modules/contrib/{$name}": [ + "type:drupal-module" + ] + }, + "patches": { + "drupal/panelizer": { + "2793841 - Properly integrate with Panels IPE": "https://www.drupal.org/files/issues/panelizer-panels-ipe-tempstore-id.patch", + "2664574 - Add support for Taxonomy Term entities": "https://www.drupal.org/files/issues/2664574-26.patch" + }, + "drupal/panels": { + "2793801 - Allow modules to influence the IPE tempstore ID": "https://www.drupal.org/files/issues/2793801-9.patch" + }, + "drupal/scheduled_updates": { + "2674874 - Issue saving Schedule Update Type form": "https://www.drupal.org/files/issues/schedule_updates-save_type-2674874-2.patch", + "2720169 - Scheduled Update Type entity should not have canonical link template": "https://www.drupal.org/files/issues/scheduled_updates-no-canonical-link-for-update-type.patch" + }, + "drupal/workbench_moderation": { + "2668006 - Provide logical access control for when IPE should be applied to moderated nodes": "https://www.drupal.org/files/issues/2668006-2.patch", + "2847078 - Revision tracker's dynamic table creation can break Views": "https://www.drupal.org/files/issues/2847078-6.patch" + }, + "drupal/multiversion": { + "2822915 - Migration source plugin makes bad assumptions that can lead to data loss": "https://www.drupal.org/files/issues/2822915-2.patch", + "2825477 - ContentEntityStorageTrait uses current entity as original, which breaks things": "https://www.drupal.org/files/issues/2825477-2.patch", + "2844998 - multiversion_views_post_execute() triggers a warning for Search API views": "https://www.drupal.org/files/issues/2844998-2.patch" + }, + "drupal/replication": { + "2814055 - Allow modules to react to replication events": "https://www.drupal.org/files/issues/2814055-2.patch", + "2820105 - User references are not replicated": "https://www.drupal.org/files/issues/2820105-10.patch" + }, + "drupal/core": { + "2652138 - ImageFormatter does not support SVGs": "https://www.drupal.org/files/issues/2652138-28.patch", + "2765525 - Add AJAX command to add style sheets to CKEditor instances": "https://www.drupal.org/files/issues/2765525-30-8.2.x.patch" + }, + "drupal/entity_embed": { + "2832504 - Send the CKEditor instance ID to the embed.preview route": "https://www.drupal.org/files/issues/2832504-2.patch" + }, + "drupal/entity_block": { + "2844068 - Create derivatives for any viewable entity.": "https://www.drupal.org/files/issues/entity_block-view-builder-class.patch", + "2846004 - Entity Block does not perform any access control": "https://www.drupal.org/files/issues/2846004-2.patch" + } + } + }, + "autoload": { + "psr-4": { + "Acquia\\LightningExtension\\": "src/LightningExtension" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "description": "The best of Drupal, curated by Acquia", + "time": "2017-02-01T20:07:28+00:00" + }, + { + "name": "acquia/lightning-project", + "version": "8.2.0", + "source": { + "type": "git", + "url": "https://github.com/acquia/lightning-project.git", + "reference": "166ad1180439e9e793c9f85db6a5a4dd6920fc24" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/acquia/lightning-project/zipball/166ad1180439e9e793c9f85db6a5a4dd6920fc24", + "reference": "166ad1180439e9e793c9f85db6a5a4dd6920fc24", + "shasum": "" + }, + "require": { + "acquia/lightning": "~2.0.0", + "composer/installers": "^1.0", + "cweagans/composer-patches": "^1.6.0", + "drupal-composer/drupal-scaffold": "^2.0.0" + }, + "require-dev": { + "behat/behat": "^3.0", + "behat/mink": "~1.7", + "behat/mink-goutte-driver": "~1.2", + "drupal/coder": "8.*", + "drupal/drupal-extension": "^3.2", + "jcalderonzumba/gastonjs": "~1.0.2", + "mikey179/vfsstream": "~1.2", + "phpunit/phpunit": "~4.8", + "se/selenium-server-standalone": "^2.53", + "symfony/css-selector": "~2.8" + }, + "type": "project", + "extra": { + "installer-paths": { + "docroot/core": [ + "type:drupal-core" + ], + "docroot/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "docroot/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "docroot/themes/contrib/{$name}": [ + "type:drupal-theme" + ], + "drush/contrib/{$name}": [ + "type:drupal-drush" + ] + }, + "enable-patching": true + }, + "autoload": { + "classmap": [ + "scripts/ScriptHandler.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "description": "Project template for Drupal 8 sites built with the Lightning distribution.", + "time": "2016-12-14T11:17:20+00:00" + }, { "name": "alchemy/zippy", "version": "0.4.3", @@ -113,6 +309,107 @@ ], "time": "2016-08-01T12:05:04+00:00" }, + { + "name": "caxy/php-htmldiff", + "version": "v0.1.3", + "source": { + "type": "git", + "url": "https://github.com/caxy/php-htmldiff.git", + "reference": "fe3af15ac85138d31ec7dd674a9840139327d7c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/fe3af15ac85138d31ec7dd674a9840139327d7c0", + "reference": "fe3af15ac85138d31ec7dd674a9840139327d7c0", + "shasum": "" + }, + "require": { + "ezyang/htmlpurifier": "^4.7", + "php": ">=5.3.3", + "sunra/php-simple-html-dom-parser": "^1.5" + }, + "require-dev": { + "doctrine/cache": "~1.0", + "phpunit/phpunit": "~4.8" + }, + "suggest": { + "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.1.x-dev" + } + }, + "autoload": { + "psr-0": { + "Caxy\\HtmlDiff": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Josh Schroeder", + "email": "jschroeder@caxy.com", + "homepage": "http://www.caxy.com" + } + ], + "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.", + "homepage": "https://github.com/caxy/php-htmldiff", + "keywords": [ + "diff", + "html" + ], + "time": "2016-07-21T15:37:40+00:00" + }, + { + "name": "clue/graph", + "version": "v0.9.0", + "source": { + "type": "git", + "url": "https://github.com/clue/graph.git", + "reference": "0336a4d5229fa61a20ccceaeab25e52ac9542700" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/clue/graph/zipball/0336a4d5229fa61a20ccceaeab25e52ac9542700", + "reference": "0336a4d5229fa61a20ccceaeab25e52ac9542700", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "suggest": { + "graphp/algorithms": "Common graph algorithms, such as Dijkstra and Moore-Bellman-Ford (shortest path), minimum spanning tree (MST), Kruskal, Prim and many more..", + "graphp/graphviz": "GraphViz graph drawing / DOT output" + }, + "type": "library", + "autoload": { + "psr-4": { + "Fhaculty\\Graph\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A mathematical graph/network library written in PHP", + "homepage": "https://github.com/clue/graph", + "keywords": [ + "edge", + "graph", + "mathematical", + "network", + "vertex" + ], + "time": "2015-03-07T18:11:31+00:00" + }, { "name": "composer/installers", "version": "v1.2.0", @@ -282,107 +579,6 @@ ], "time": "2016-08-30T16:08:34+00:00" }, - { - "name": "consolidation/annotated-command", - "version": "2.3.2", - "source": { - "type": "git", - "url": "https://github.com/consolidation/annotated-command.git", - "reference": "3074e408160e1b81bda5483f6d2342abc872ea1b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/3074e408160e1b81bda5483f6d2342abc872ea1b", - "reference": "3074e408160e1b81bda5483f6d2342abc872ea1b", - "shasum": "" - }, - "require": { - "consolidation/output-formatters": "^3.1.5", - "php": ">=5.4.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", - "psr/log": "~1", - "symfony/console": "^2.8|~3", - "symfony/event-dispatcher": "^2.5|~3", - "symfony/finder": "^2.5|~3" - }, - "require-dev": { - "phpunit/phpunit": "4.*", - "satooshi/php-coveralls": "^1.0", - "squizlabs/php_codesniffer": "^2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Consolidation\\AnnotatedCommand\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" - } - ], - "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2017-01-27T01:59:21+00:00" - }, - { - "name": "consolidation/output-formatters", - "version": "3.1.7", - "source": { - "type": "git", - "url": "https://github.com/consolidation/output-formatters.git", - "reference": "da39a0f14d5aaaee06732bb7cef2aea1de056b40" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/da39a0f14d5aaaee06732bb7cef2aea1de056b40", - "reference": "da39a0f14d5aaaee06732bb7cef2aea1de056b40", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "symfony/console": "~2.5|~3.0", - "symfony/finder": "~2.5|~3.0" - }, - "require-dev": { - "phpunit/phpunit": "4.*", - "satooshi/php-coveralls": "^1.0", - "squizlabs/php_codesniffer": "2.*", - "victorjonsson/markdowndocs": "^1.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Consolidation\\OutputFormatters\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" - } - ], - "description": "Format text by applying transformations provided by plug-in formatters.", - "time": "2017-01-21T06:26:40+00:00" - }, { "name": "cweagans/composer-patches", "version": "1.6.0", @@ -1070,6 +1266,92 @@ "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core", "time": "2016-11-05T10:46:44+00:00" }, + { + "name": "drupal/acquia_connector", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/acquia_connector", + "reference": "8.x-1.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/acquia_connector-8.x-1.7.zip", + "reference": null, + "shasum": "42d059bdc7efe11691113040cd80be3ebcf19b35" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/search_api_solr": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.7", + "datestamp": "1480953783" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Dries", + "homepage": "https://www.drupal.org/user/1" + }, + { + "name": "Gábor Hojtsy", + "homepage": "https://www.drupal.org/user/4166" + }, + { + "name": "Nick_vh", + "homepage": "https://www.drupal.org/user/122682" + }, + { + "name": "Stanislav Mixnovich", + "homepage": "https://www.drupal.org/user/2859977" + }, + { + "name": "bjaspan", + "homepage": "https://www.drupal.org/user/46413" + }, + { + "name": "dmitrii", + "homepage": "https://www.drupal.org/user/411965" + }, + { + "name": "irek02", + "homepage": "https://www.drupal.org/user/736644" + }, + { + "name": "janusman", + "homepage": "https://www.drupal.org/user/153120" + }, + { + "name": "kolafson", + "homepage": "https://www.drupal.org/user/822402" + }, + { + "name": "mundanity", + "homepage": "https://www.drupal.org/user/373605" + }, + { + "name": "paul.lovvik", + "homepage": "https://www.drupal.org/user/289213" + } + ], + "description": "Allows Drupal to securely communicate with the Acquia Subscription, and checks for updates to Acquia Drupal.", + "homepage": "https://www.drupal.org/project/acquia_connector", + "support": { + "source": "http://cgit.drupalcode.org/acquia_connector" + } + }, { "name": "drupal/config_direct_save", "version": "1.0.0", @@ -1114,16 +1396,123 @@ } }, { - "name": "drupal/console", - "version": "1.0.0-rc15", + "name": "drupal/config_update", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console.git", - "reference": "c4f338de3b66658fff1e1b750613b15628ca74ba" + "url": "https://git.drupal.org/project/config_update", + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/c4f338de3b66658fff1e1b750613b15628ca74ba", + "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.3.zip", + "reference": null, + "shasum": "4fc57add91c090ea3c9ed4848579b450253b1eed" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.3", + "datestamp": "1484770683" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "jhodgdon", + "homepage": "https://www.drupal.org/user/155601" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + } + ], + "description": "Provides basic revert and update functionality for other modules", + "homepage": "https://www.drupal.org/project/config_update", + "support": { + "source": "http://cgit.drupalcode.org/config_update" + } + }, + { + "name": "drupal/conflict", + "version": "1.0.0-alpha1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/conflict", + "reference": "8.x-1.0-alpha1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/conflict-8.x-1.0-alpha1.zip", + "reference": null, + "shasum": "714affbb21d8d0179a211847db2cd2443a55ba2b" + }, + "require": { + "drupal/core": "~8.0", + "graphp/algorithms": "~0.8.1" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha1", + "datestamp": "1476873539" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "bdragon", + "homepage": "https://www.drupal.org/user/53081" + }, + { + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" + }, + { + "name": "drumm", + "homepage": "https://www.drupal.org/user/3064" + }, + { + "name": "dww", + "homepage": "https://www.drupal.org/user/46549" + }, + { + "name": "jeqq", + "homepage": "https://www.drupal.org/user/1427908" + } + ], + "description": "Find merge conflicts in revisionable entities.", + "homepage": "https://www.drupal.org/project/conflict", + "support": { + "source": "http://cgit.drupalcode.org/conflict" + } + }, + { + "name": "drupal/console", + "version": "1.0.0-rc15", + "source": { + "type": "git", + "url": "https://github.com/hechoendrupal/drupal-console.git", + "reference": "c4f338de3b66658fff1e1b750613b15628ca74ba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/c4f338de3b66658fff1e1b750613b15628ca74ba", "reference": "c4f338de3b66658fff1e1b750613b15628ca74ba", "shasum": "" }, @@ -1325,18 +1714,78 @@ ], "time": "2017-01-23T14:59:05+00:00" }, + { + "name": "drupal/contact_storage", + "version": "1.0.0-beta8", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/contact_storage", + "reference": "8.x-1.0-beta8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/contact_storage-8.x-1.0-beta8.zip", + "reference": null, + "shasum": "01e9bd402351f02cf6519b841d355a61138e0d0f" + }, + "require": { + "drupal/core": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta8", + "datestamp": "1476400139" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Arla", + "homepage": "https://www.drupal.org/user/226712" + }, + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "andypost", + "homepage": "https://www.drupal.org/user/118908" + }, + { + "name": "jibran", + "homepage": "https://www.drupal.org/user/1198144" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Provides storage and edit capability for contact messages.", + "homepage": "https://www.drupal.org/project/contact_storage", + "support": { + "source": "http://cgit.drupalcode.org/contact_storage" + } + }, { "name": "drupal/core", - "version": "8.2.5", + "version": "8.2.6", "source": { "type": "git", "url": "https://github.com/drupal-composer/drupal-core.git", - "reference": "fbf10f63dba6b312e1d1b67bac521db1648384f3" + "reference": "6cd5d296125a4584d470d75d8e5218ff17c39c22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal-composer/drupal-core/zipball/fbf10f63dba6b312e1d1b67bac521db1648384f3", - "reference": "fbf10f63dba6b312e1d1b67bac521db1648384f3", + "url": "https://api.github.com/repos/drupal-composer/drupal-core/zipball/6cd5d296125a4584d470d75d8e5218ff17c39c22", + "reference": "6cd5d296125a4584d470d75d8e5218ff17c39c22", "shasum": "" }, "require": { @@ -1479,6 +1928,12 @@ "symfony/css-selector": "~2.8" }, "type": "drupal-core", + "extra": { + "patches_applied": { + "2652138 - ImageFormatter does not support SVGs": "https://www.drupal.org/files/issues/2652138-28.patch", + "2765525 - Add AJAX command to add style sheets to CKEditor instances": "https://www.drupal.org/files/issues/2765525-30-8.2.x.patch" + } + }, "autoload": { "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", @@ -1500,200 +1955,2260 @@ "GPL-2.0+" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2017-01-04T11:31:35+00:00" + "time": "2017-02-01T17:03:36+00:00" }, { - "name": "drush/drush", - "version": "8.1.9", + "name": "drupal/ctools", + "version": "3.0.0-alpha27", "source": { "type": "git", - "url": "https://github.com/drush-ops/drush.git", - "reference": "7c1887fbbe746ffbfba7575440a7b21cbfe21833" + "url": "https://git.drupal.org/project/ctools", + "reference": "8.x-3.0-alpha27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/7c1887fbbe746ffbfba7575440a7b21cbfe21833", - "reference": "7c1887fbbe746ffbfba7575440a7b21cbfe21833", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0-alpha27.zip", + "reference": null, + "shasum": "3e069c46902dd05c2a4e0caf7b185942e9b53238" }, "require": { - "consolidation/annotated-command": "~2", - "consolidation/output-formatters": "~3", - "pear/console_table": "~1.3.0", - "php": ">=5.4.5", - "phpdocumentor/reflection-docblock": "^2.0", - "psr/log": "~1.0", - "psy/psysh": "~0.6", - "symfony/console": "~2.7", - "symfony/event-dispatcher": "~2.7", - "symfony/finder": "~2.7", - "symfony/var-dumper": "~2.7", - "symfony/yaml": "~2.3", - "webmozart/path-util": "~2" - }, - "require-dev": { - "phpunit/phpunit": "4.*", - "symfony/process": "2.7.*" - }, - "suggest": { - "drush/config-extra": "Provides configuration workflow commands, such as config-merge.", - "ext-pcntl": "*" + "drupal/core": "~8.0" }, - "bin": [ - "drush", - "drush.launcher", - "drush.php", - "drush.complete.sh" - ], - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "8.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Drush": "lib/", - "Consolidation": "lib/" + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0-alpha27", + "datestamp": "1471723439" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { - "name": "Moshe Weitzman", - "email": "weitzman@tejasa.com" + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" }, { - "name": "Owen Barton", - "email": "drupal@owenbarton.com" + "name": "damiankloip", + "homepage": "https://www.drupal.org/user/1037976" }, { - "name": "Mark Sonnabaum", - "email": "marksonnabaum@gmail.com" + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" }, { - "name": "Antoine Beaupré", - "email": "anarcat@koumbit.org" + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" }, { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" }, { - "name": "Jonathan Araña Cruz", - "email": "jonhattan@faita.net" + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" }, { - "name": "Jonathan Hedstrom", - "email": "jhedstrom@gmail.com" + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" }, { - "name": "Christopher Gervais", - "email": "chris@ergonlogic.com" + "name": "sdboyer", + "homepage": "https://www.drupal.org/user/146719" }, { - "name": "Dave Reid", - "email": "dave@davereid.net" + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" }, { - "name": "Damian Lee", - "email": "damiankloip@googlemail.com" + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" } ], - "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.", - "homepage": "http://www.drush.org", - "time": "2017-01-14T17:17:30+00:00" + "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.", + "homepage": "https://www.drupal.org/project/ctools", + "support": { + "source": "http://cgit.drupalcode.org/ctools" + } }, { - "name": "easyrdf/easyrdf", - "version": "0.9.1", - "source": { - "type": "git", - "url": "https://github.com/njh/easyrdf.git", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", - "shasum": "" - }, + "name": "drupal/ctools_block", + "version": "3.0.0-alpha27", "require": { - "ext-mbstring": "*", - "ext-pcre": "*", - "php": ">=5.2.8" - }, - "require-dev": { - "phpunit/phpunit": "~3.5", - "sami/sami": "~1.4", - "squizlabs/php_codesniffer": "~1.4.3" - }, - "suggest": { - "ml/json-ld": "~1.0" + "drupal/core": "~8.0", + "drupal/ctools": "self.version" }, - "type": "library", - "autoload": { - "psr-0": { - "EasyRdf_": "lib/" + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0-alpha27", + "datestamp": "1471723439" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "BSD-3-Clause" + "GPL-2.0+" ], "authors": [ { - "name": "Nicholas Humfrey", - "email": "njh@aelius.com", - "homepage": "http://www.aelius.com/njh/", - "role": "Developer" + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" }, { - "name": "Alexey Zakhlestin", - "email": "indeyets@gmail.com", - "role": "Developer" + "name": "damiankloip", + "homepage": "https://www.drupal.org/user/1037976" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "sdboyer", + "homepage": "https://www.drupal.org/user/146719" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" } ], - "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", - "homepage": "http://www.easyrdf.org/", - "keywords": [ - "Linked Data", - "RDF", - "Semantic Web", - "Turtle", - "rdfa", - "sparql" - ], - "time": "2015-02-27T09:45:49+00:00" + "description": "Provides improvements to blocks that will one day be added to Drupal core.", + "homepage": "https://www.drupal.org/project/ctools", + "support": { + "source": "http://cgit.drupalcode.org/ctools" + } }, { - "name": "egulias/email-validator", - "version": "1.2.13", + "name": "drupal/diff", + "version": "1.0.0-rc1", "source": { "type": "git", - "url": "https://github.com/egulias/EmailValidator.git", - "reference": "b8bb147f46cc9790326ce2440a13be06cc5a63bb" + "url": "https://git.drupal.org/project/diff", + "reference": "8.x-1.0-rc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b8bb147f46cc9790326ce2440a13be06cc5a63bb", - "reference": "b8bb147f46cc9790326ce2440a13be06cc5a63bb", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0-rc1.zip", + "reference": null, + "shasum": "4945154c2c07444195a7ae07011a3b3db941c72a" }, "require": { - "doctrine/lexer": "^1.0.1", - "php": ">= 5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.24" + "drupal/core": "~8.0", + "mkalkbrenner/php-htmldiff-advanced": "~0.0.8" }, - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc1", + "datestamp": "1484566683" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Miro Dietiker (miro_dietiker)", + "homepage": "https://www.drupal.org/u/miro_dietiker", + "role": "Maintainer" + }, + { + "name": "Juampy NR (juampynr)", + "homepage": "https://www.drupal.org/u/juampynr", + "role": "Maintainer" + }, + { + "name": "Lucian Hangea (lhangea)", + "homepage": "https://www.drupal.org/u/lhangea", + "role": "Maintainer" + }, + { + "name": "Alan D.", + "homepage": "https://www.drupal.org/u/alan-d.", + "role": "Maintainer" + }, + { + "name": "Brian Gilbert (realityloop).", + "homepage": "https://www.drupal.org/u/realityloop", + "role": "Maintainer" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + }, + { + "name": "realityloop", + "homepage": "https://www.drupal.org/user/139189" + }, + { + "name": "rötzi", + "homepage": "https://www.drupal.org/user/73064" + }, + { + "name": "yhahn", + "homepage": "https://www.drupal.org/user/264833" + } + ], + "description": "Compares two entity revisions", + "homepage": "https://www.drupal.org/project/diff", + "support": { + "source": "http://cgit.drupalcode.org/diff", + "issues": "https://www.drupal.org/project/issues/diff" + } + }, + { + "name": "drupal/embed", + "version": "1.0.0-rc3", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/embed", + "reference": "8.x-1.0-rc3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0-rc3.zip", + "reference": null, + "shasum": "9138d016313a47a52c6c9805fb7d034ff5105f3a" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc3", + "datestamp": "1468176563" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Devin Carlson", + "homepage": "https://www.drupal.org/user/290182" + }, + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "cs_shadow", + "homepage": "https://www.drupal.org/user/2828287" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.", + "homepage": "https://www.drupal.org/project/embed", + "support": { + "source": "http://cgit.drupalcode.org/embed", + "issues": "https://www.drupal.org/project/issues/embed", + "irc": "irc://irc.freenode.org/drupal-media" + } + }, + { + "name": "drupal/entity", + "version": "1.0.0-alpha4", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/entity", + "reference": "8.x-1.0-alpha4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-alpha4.zip", + "reference": null, + "shasum": "c081d3757c159dfee74c9e5acb63bdee81c42e18" + }, + "require": { + "drupal/core": "~8.1" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha4", + "datestamp": "1481194983" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + } + ], + "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.", + "homepage": "http://drupal.org/project/entity", + "support": { + "source": "http://cgit.drupalcode.org/entity" + } + }, + { + "name": "drupal/entity_block", + "version": "1.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/entity_block", + "reference": "8.x-1.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_block-8.x-1.0-alpha2.zip", + "reference": null, + "shasum": "05373f1dc52fafbf8e11543c968e42a33a6e8304" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha2", + "datestamp": "1484641084" + }, + "patches_applied": { + "2844068 - Create derivatives for any viewable entity.": "https://www.drupal.org/files/issues/entity_block-view-builder-class.patch", + "2846004 - Entity Block does not perform any access control": "https://www.drupal.org/files/issues/2846004-2.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jaesin", + "homepage": "https://www.drupal.org/user/841054" + }, + { + "name": "arshadcn", + "homepage": "https://www.drupal.org/user/571032" + }, + { + "name": "floretan", + "homepage": "https://www.drupal.org/user/66163" + }, + { + "name": "rrrob", + "homepage": "https://www.drupal.org/user/273533" + } + ], + "description": "Let site administrators place content entities as blocks.", + "homepage": "https://www.drupal.org/project/entity_block", + "support": { + "source": "http://cgit.drupalcode.org/entity_block" + } + }, + { + "name": "drupal/entity_browser", + "version": "1.0.0-rc1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/entity_browser", + "reference": "8.x-1.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-1.0-rc1.zip", + "reference": null, + "shasum": "290b9db0f2b0f30bc59a4c18d869e58ce85de63d" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/ctools": "*", + "drupal/inline_entity_form": "*", + "drupal/media_entity": "*", + "drupal/paragraphs": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev", + "dev-8.x-1.x": "8.1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc1", + "datestamp": "1486242784" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Janez Urevc", + "homepage": "https://github.com/slashrsm", + "role": "Maintainer" + }, + { + "name": "Primoz Hmeljak", + "homepage": "https://github.com/primsi", + "role": "Maintainer" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/1943336/committers", + "role": "contributor" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "marcingy", + "homepage": "https://www.drupal.org/user/77320" + }, + { + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Entity browsing and selecting component.", + "homepage": "http://drupal.org/project/entity_browser", + "support": { + "source": "http://cgit.drupalcode.org/entity_browser", + "issues": "http://drupal.org/project/issues/entity_browser", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + }, + { + "name": "drupal/entity_embed", + "version": "1.0.0-beta2", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/entity_embed", + "reference": "8.x-1.0-beta2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0-beta2.zip", + "reference": null, + "shasum": "21cdeb2b058efce461683aed9a8951053512dca7" + }, + "require": { + "drupal/core": "*", + "drupal/embed": "*" + }, + "require-dev": { + "drupal/entity_browser": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta2", + "datestamp": "1476698339" + }, + "patches_applied": { + "2832504 - Send the CKEditor instance ID to the embed.preview route": "https://www.drupal.org/files/issues/2832504-2.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Devin Carlson", + "homepage": "https://www.drupal.org/user/290182" + }, + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "cs_shadow", + "homepage": "https://www.drupal.org/user/2828287" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.", + "homepage": "https://www.drupal.org/project/entity_embed", + "support": { + "source": "http://cgit.drupalcode.org/entity_embed", + "issues": "https://www.drupal.org/project/issues/entity_embed", + "irc": "irc://irc.freenode.org/drupal-media" + } + }, + { + "name": "drupal/features", + "version": "3.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/features", + "reference": "8.x-3.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/features-8.x-3.2.zip", + "reference": null, + "shasum": "1fce32d01b812d2a613ffadb1b9395293364980e" + }, + "require": { + "drupal/config_update": "*", + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.2", + "datestamp": "1481513884" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "e2thex", + "homepage": "https://www.drupal.org/user/189123" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, + { + "name": "jmiccolis", + "homepage": "https://www.drupal.org/user/31731" + }, + { + "name": "mpotter", + "homepage": "https://www.drupal.org/user/616192" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Enables administrators to package configuration into modules.", + "homepage": "https://www.drupal.org/project/features", + "support": { + "source": "http://cgit.drupalcode.org/features" + } + }, + { + "name": "drupal/inline_entity_form", + "version": "1.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/inline_entity_form", + "reference": "8.x-1.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip", + "reference": null, + "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/entity_reference_revisions": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta1", + "datestamp": "1477868343" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + }, + { + "name": "webflo", + "homepage": "https://www.drupal.org/user/254778" + } + ], + "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.", + "homepage": "https://www.drupal.org/project/inline_entity_form", + "support": { + "source": "http://cgit.drupalcode.org/inline_entity_form" + } + }, + { + "name": "drupal/key_value", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/key_value", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/key_value-8.x-1.0.zip", + "reference": null, + "shasum": "855ae74d28f7385341f2378aa39b26990bb2136c" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1450370339" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" + }, + { + "name": "jeqq", + "homepage": "https://www.drupal.org/user/1427908" + }, + { + "name": "timmillwood", + "homepage": "https://www.drupal.org/user/227849" + } + ], + "description": "Extends the core key-value API with a backend for lists and sorted sets that you can do range queries on.", + "homepage": "https://www.drupal.org/project/key_value", + "support": { + "source": "http://cgit.drupalcode.org/key_value" + } + }, + { + "name": "drupal/layout_plugin", + "version": "1.0.0-alpha23", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/layout_plugin", + "reference": "8.x-1.0-alpha23" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/layout_plugin-8.x-1.0-alpha23.zip", + "reference": null, + "shasum": "c79992e2f52ac6a7c8dc0706512f2c70fc9f5e11" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha23", + "datestamp": "1476269960" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "David Snopek", + "homepage": "https://www.drupal.org/user/172527" + }, + { + "name": "Bram Goffings", + "homepage": "https://www.drupal.org/user/266527" + }, + { + "name": "Fredrik Lassen", + "homepage": "https://www.drupal.org/user/243377" + } + ], + "description": "An API module to hold the Drupal 8 plugin manager for layouts.", + "homepage": "https://www.drupal.org/project/layout_plugin", + "keywords": [ + "layout", + "php" + ], + "support": { + "source": "http://cgit.drupalcode.org/layout_plugin" + } + }, + { + "name": "drupal/media_entity", + "version": "1.6.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip", + "reference": null, + "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb" + }, + "require": { + "drupal/core": "~8.1", + "drupal/entity": "^1.0.0-alpha3" + }, + "require-dev": { + "drupal/entity": "*", + "drupal/inline_entity_form": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.6", + "datestamp": "1480363983" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "Drupal media CI", + "homepage": "https://www.drupal.org/user/3057985" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "boztek", + "homepage": "https://www.drupal.org/user/134410" + }, + { + "name": "chr.fritsch", + "homepage": "https://www.drupal.org/user/2103716" + }, + { + "name": "jcisio", + "homepage": "https://www.drupal.org/user/210762" + }, + { + "name": "katzilla", + "homepage": "https://www.drupal.org/user/260398" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "seanB", + "homepage": "https://www.drupal.org/user/545912" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Provides a lean and simple way to store media on Drupal 8 sites.", + "homepage": "https://www.drupal.org/project/media_entity", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://www.drupal.org/project/media_entity", + "issues": "https://www.drupal.org/project/issues/media_entity" + } + }, + { + "name": "drupal/media_entity_document", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity_document", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_document-8.x-1.1.zip", + "reference": null, + "shasum": "88a45820cf0aeb5f8a3ade3338007771191508e4" + }, + "require": { + "drupal/core": "~8.1", + "drupal/media_entity": "~1.0 || ~8.1.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1470211995" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "NerOcrO", + "homepage": "https://www.drupal.org/user/1728164", + "role": "Maintainer" + } + ], + "description": "Local documents integration for Drupal Media entity.", + "homepage": "https://www.drupal.org/project/media_entity_document", + "keywords": [ + "Drupal", + "document", + "media" + ], + "support": { + "source": "https://www.drupal.org/project/media_entity_document", + "issues": "https://www.drupal.org/project/issues/media_entity_document" + } + }, + { + "name": "drupal/media_entity_image", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity_image", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.2.zip", + "reference": null, + "shasum": "d02d1d793a50ea3b9cb5a3219472fdd27980f4f3" + }, + "require": { + "drupal/core": "~8.1", + "drupal/media_entity": "~1.0 || ~8.1.0" + }, + "require-dev": { + "drupal/entity_browser": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1470170939" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Local images integration for Drupal Media entity.", + "homepage": "https://www.drupal.org/project/media_entity_image", + "keywords": [ + "Drupal", + "image", + "media" + ], + "support": { + "source": "https://www.drupal.org/project/media_entity_image", + "issues": "https://www.drupal.org/project/issues/media_entity_image" + } + }, + { + "name": "drupal/media_entity_instagram", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity_instagram", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-1.2.zip", + "reference": null, + "shasum": "1183314bbfed2dfeaeabdc7e970521b394c5e337" + }, + "require": { + "drupal/core": "~8.0", + "drupal/media_entity": "*", + "php-instagram-api/php-instagram-api": "dev-master" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1470169139" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "designesse", + "homepage": "https://www.drupal.org/user/854012" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Provides a media entity instagram.", + "homepage": "https://www.drupal.org/project/media_entity_instagram", + "support": { + "source": "http://cgit.drupalcode.org/media_entity_instagram" + } + }, + { + "name": "drupal/media_entity_twitter", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/media_entity_twitter", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/media_entity_twitter-8.x-1.3.zip", + "reference": null, + "shasum": "280406ba63e2c00befa9bb1434ad2d4d3113b239" + }, + "require": { + "drupal/core": "~8.0", + "drupal/media_entity": "*", + "j7mbo/twitter-api-php": "~1.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.3", + "datestamp": "1478549339" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + } + ], + "description": "Media entity Twitter provider.", + "homepage": "https://www.drupal.org/project/media_entity_twitter", + "support": { + "source": "http://cgit.drupalcode.org/media_entity_twitter" + } + }, + { + "name": "drupal/metatag", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/metatag", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.0.zip", + "reference": null, + "shasum": "604e45e89c19f5a8960b6a8ae3d80500d4328e6b" + }, + "require": { + "drupal/core": "*", + "drupal/token": "*" + }, + "require-dev": { + "drupal/metatag_dc": "*", + "drupal/metatag_open_graph": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1485901983" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "See contributors", + "homepage": "https://www.drupal.org/node/640498/committers", + "role": "Developer" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + } + ], + "description": "Manage meta tags for all entities.", + "homepage": "https://www.drupal.org/project/metatag", + "keywords": [ + "php", + "seo" + ], + "support": { + "source": "http://cgit.drupalcode.org/metatag", + "issues": "http://drupal.org/project/issues/metatag" + } + }, + { + "name": "drupal/multiversion", + "version": "1.0.0-alpha12", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/multiversion", + "reference": "8.x-1.0-alpha12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/multiversion-8.x-1.0-alpha12.zip", + "reference": null, + "shasum": "521decbaf2af5bcbb225ab7699da6263ba5767d0" + }, + "require": { + "drupal/conflict": "*", + "drupal/core": "^8.1.0", + "drupal/key_value": "*", + "relaxedws/lca": "dev-master" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha12", + "datestamp": "1477470543" + }, + "patches_applied": { + "2822915 - Migration source plugin makes bad assumptions that can lead to data loss": "https://www.drupal.org/files/issues/2822915-2.patch", + "2825477 - ContentEntityStorageTrait uses current entity as original, which breaks things": "https://www.drupal.org/files/issues/2825477-2.patch", + "2844998 - multiversion_views_post_execute() triggers a warning for Search API views": "https://www.drupal.org/files/issues/2844998-2.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" + }, + { + "name": "jeqq", + "homepage": "https://www.drupal.org/user/1427908" + }, + { + "name": "timmillwood", + "homepage": "https://www.drupal.org/user/227849" + } + ], + "description": "Extends the revision support for content entities.", + "homepage": "https://www.drupal.org/project/multiversion", + "support": { + "source": "http://cgit.drupalcode.org/multiversion" + } + }, + { + "name": "drupal/page_manager", + "version": "1.0.0-alpha24", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/page_manager", + "reference": "8.x-1.0-alpha24" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/page_manager-8.x-1.0-alpha24.zip", + "reference": null, + "shasum": "f0d5a6ff5ef1151265fd21c1758455902e6940df" + }, + "require": { + "drupal/core": "^8.0.5", + "drupal/ctools": "~3.0.0-alpha21" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha24", + "datestamp": "1471723439" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Tim Plunkett", + "homepage": "https://www.drupal.org/u/tim.plunkett", + "role": "Maintainer" + }, + { + "name": "dsnopek", + "homepage": "https://www.drupal.org/user/266527" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Provides a way to place blocks on a custom page.", + "homepage": "https://www.drupal.org/project/page_manager", + "support": { + "source": "https://git.drupal.org/project/page_manager.git", + "issues": "https://www.drupal.org/project/issues/page_manager", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + }, + { + "name": "drupal/panelizer", + "version": "3.0.0-alpha3", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/panelizer", + "reference": "8.x-3.0-alpha3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/panelizer-8.x-3.0-alpha3.zip", + "reference": null, + "shasum": "f862ae14f47cb486cd4719242763064e7d6ac387" + }, + "require": { + "drupal/core": "*", + "drupal/ctools_block": "*", + "drupal/panels": "*", + "drupal/panels_ipe": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0-alpha3", + "datestamp": "1486220583" + }, + "patches_applied": { + "2793841 - Properly integrate with Panels IPE": "https://www.drupal.org/files/issues/panelizer-panels-ipe-tempstore-id.patch", + "2664574 - Add support for Taxonomy Term entities": "https://www.drupal.org/files/issues/2664574-26.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "DamienMcKenna", + "homepage": "https://www.drupal.org/user/108450" + }, + { + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, + { + "name": "dsnopek", + "homepage": "https://www.drupal.org/user/266527" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + } + ], + "description": "Allow any entity view mode to be rendered using a Panels display.", + "homepage": "https://www.drupal.org/project/panelizer", + "support": { + "source": "http://cgit.drupalcode.org/panelizer" + } + }, + { + "name": "drupal/panels", + "version": "3.0.0-beta5", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/panels", + "reference": "8.x-3.0-beta5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/panels-8.x-3.0-beta5.zip", + "reference": null, + "shasum": "3f62240b59b503902f349f2667a65c668d1e3fb2" + }, + "require": { + "drupal/core": "~8.0", + "drupal/ctools": ">=3.0.0-alpha26", + "drupal/layout_plugin": ">=1.0.0-alpha22" + }, + "require-dev": { + "drupal/page_manager": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0-beta5", + "datestamp": "1475335394" + }, + "patches_applied": { + "2793801 - Allow modules to influence the IPE tempstore ID": "https://www.drupal.org/files/issues/2793801-9.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jakob Perry", + "homepage": "https://www.drupal.org/u/japerry" + }, + { + "name": "Samuel Mortenson", + "homepage": "https://www.drupal.org/u/samuel.mortenson" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/74958/committers" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "sdboyer", + "homepage": "https://www.drupal.org/user/146719" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.", + "homepage": "https://www.drupal.org/project/panels", + "support": { + "source": "http://git.drupal.org/project/panels.git", + "issues": "https://www.drupal.org/project/issues/panels", + "irc": "irc://irc.freenode.org/drupal-scotch" + } + }, + { + "name": "drupal/panels_ipe", + "version": "3.0.0-beta5", + "require": { + "drupal/core": "*", + "drupal/panels": "self.version" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0-beta5", + "datestamp": "1475335394" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, + { + "name": "Letharion", + "homepage": "https://www.drupal.org/user/373603" + }, + { + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "sdboyer", + "homepage": "https://www.drupal.org/user/146719" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Panels In-place editor.", + "homepage": "https://www.drupal.org/project/panels", + "support": { + "source": "http://cgit.drupalcode.org/panels" + } + }, + { + "name": "drupal/pathauto", + "version": "1.0.0-rc1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/pathauto", + "reference": "8.x-1.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0-rc1.zip", + "reference": null, + "shasum": "2460339ac8739317b3c4e66e9ce7142cc02adac3" + }, + "require": { + "drupal/core": "*", + "drupal/ctools": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc1", + "datestamp": "1485702484" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "Freso", + "homepage": "https://www.drupal.org/user/27504" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + } + ], + "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.", + "homepage": "https://www.drupal.org/project/pathauto", + "support": { + "source": "http://cgit.drupalcode.org/pathauto" + } + }, + { + "name": "drupal/replication", + "version": "1.0.0-alpha5", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/replication", + "reference": "8.x-1.0-alpha5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/replication-8.x-1.0-alpha5.zip", + "reference": null, + "shasum": "c93cf5c84c2fe58ac5969c89a060cb37bebcce60" + }, + "require": { + "drupal/core": "~8.0", + "drupal/multiversion": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha5", + "datestamp": "1477394943" + }, + "patches_applied": { + "2814055 - Allow modules to react to replication events": "https://www.drupal.org/files/issues/2814055-2.patch", + "2820105 - User references are not replicated": "https://www.drupal.org/files/issues/2820105-10.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" + }, + { + "name": "jeqq", + "homepage": "https://www.drupal.org/user/1427908" + }, + { + "name": "rooey", + "homepage": "https://www.drupal.org/user/9705" + }, + { + "name": "timmillwood", + "homepage": "https://www.drupal.org/user/227849" + } + ], + "description": "Provides services and entities types so assist with and log content replication.", + "homepage": "http://drupal.org/project/replication", + "support": { + "source": "http://cgit.drupalcode.org/replication" + } + }, + { + "name": "drupal/scheduled_updates", + "version": "1.0.0-alpha5", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/scheduled_updates", + "reference": "8.x-1.0-alpha5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/scheduled_updates-8.x-1.0-alpha5.zip", + "reference": null, + "shasum": "05e431fba49f6acc34276b7e055725398c239428" + }, + "require": { + "drupal/core": "*", + "drupal/inline_entity_form": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha5", + "datestamp": "1453656839" + }, + "patches_applied": { + "2674874 - Issue saving Schedule Update Type form": "https://www.drupal.org/files/issues/schedule_updates-save_type-2674874-2.patch", + "2720169 - Scheduled Update Type entity should not have canonical link template": "https://www.drupal.org/files/issues/scheduled_updates-no-canonical-link-for-update-type.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "tedbow", + "homepage": "https://www.drupal.org/user/240860" + } + ], + "description": "My Awesome Module", + "homepage": "http://drupal.org/project/scheduled_updates", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/scheduled_updates", + "issues": "http://drupal.org/project/issues/scheduled_updates" + } + }, + { + "name": "drupal/search_api", + "version": "1.0.0-beta4", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/search_api", + "reference": "8.x-1.0-beta4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.0-beta4.zip", + "reference": null, + "shasum": "77e79980b56ca722080477e5b3e9aa8fffa87fb1" + }, + "require": { + "drupal/core": "^8.2" + }, + "require-dev": { + "drupal/search_api_db": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta4", + "datestamp": "1483286941" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Thomas Seidl", + "homepage": "https://www.drupal.org/u/drunken-monkey" + }, + { + "name": "Nick Veenhof", + "homepage": "https://www.drupal.org/u/nick_vh" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/790418/committers" + } + ], + "description": "Provides a generic framework for modules offering search capabilities.", + "homepage": "https://www.drupal.org/project/search_api", + "support": { + "source": "http://git.drupal.org/project/search_api.git", + "issues": "https://www.drupal.org/project/issues/search_api", + "irc": "irc://irc.freenode.org/drupal-search-api" + } + }, + { + "name": "drupal/token", + "version": "1.0.0-rc1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/token", + "reference": "8.x-1.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0-rc1.zip", + "reference": null, + "shasum": "204b2f18a3d770589d66656aa83121d2156d0a31" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc1", + "datestamp": "1483290542" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + } + ], + "description": "Provides a user interface for the Token API and some missing core tokens.", + "homepage": "https://www.drupal.org/project/token", + "support": { + "source": "http://cgit.drupalcode.org/token", + "issues": "https://www.drupal.org/project/issues/token" + } + }, + { + "name": "drupal/video_embed_field", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/video_embed_field", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-1.4.zip", + "reference": null, + "shasum": "7bf93a52e2e8d639b4dbefd65f0ee2b170d73f43" + }, + "require": { + "drupal/core": "*" + }, + "require-dev": { + "drupal/colorbox": "*", + "drupal/media_entity": "*", + "drupal/media_entity_embeddable_video": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x", + "datestamp": "1484253183", + "package": "Field types" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" + }, + { + "name": "jec006", + "homepage": "https://www.drupal.org/user/855980" + }, + { + "name": "plopesc", + "homepage": "https://www.drupal.org/user/282415" + } + ], + "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", + "homepage": "https://www.drupal.org/project/video_embed_field", + "support": { + "source": "http://cgit.drupalcode.org/video_embed_field" + } + }, + { + "name": "drupal/views_infinite_scroll", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/views_infinite_scroll", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/views_infinite_scroll-8.x-1.3.zip", + "reference": null, + "shasum": "98a85593fbd6fe3ae6c03583bb693a38864f3ff7" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.3", + "datestamp": "1478250540" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Remon", + "homepage": "https://www.drupal.org/user/143827" + }, + { + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" + } + ], + "description": "A pager which allows an infinite scroll effect for views.", + "homepage": "https://www.drupal.org/project/views_infinite_scroll", + "support": { + "source": "http://cgit.drupalcode.org/views_infinite_scroll" + } + }, + { + "name": "drupal/workbench_moderation", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/workbench_moderation", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/workbench_moderation-8.x-1.2.zip", + "reference": null, + "shasum": "3d37b29ed1e7fbf398160fe2494abc4361e4341c" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1483529942" + }, + "patches_applied": { + "2668006 - Provide logical access control for when IPE should be applied to moderated nodes": "https://www.drupal.org/files/issues/2668006-2.patch", + "2847078 - Revision tracker's dynamic table creation can break Views": "https://www.drupal.org/files/issues/2847078-6.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Crell", + "homepage": "https://www.drupal.org/user/26398" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "agentrickard", + "homepage": "https://www.drupal.org/user/20975" + }, + { + "name": "becw", + "homepage": "https://www.drupal.org/user/81067" + }, + { + "name": "caroltron", + "homepage": "https://www.drupal.org/user/171342" + }, + { + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "das-peter", + "homepage": "https://www.drupal.org/user/762870" + }, + { + "name": "josephdpurcell", + "homepage": "https://www.drupal.org/user/2944035" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + }, + { + "name": "robeano", + "homepage": "https://www.drupal.org/user/67660" + }, + { + "name": "srjosh", + "homepage": "https://www.drupal.org/user/165878" + }, + { + "name": "stevector", + "homepage": "https://www.drupal.org/user/179805" + }, + { + "name": "tedbow", + "homepage": "https://www.drupal.org/user/240860" + }, + { + "name": "timmillwood", + "homepage": "https://www.drupal.org/user/227849" + } + ], + "description": "Provides moderation states for content", + "homepage": "http://drupal.org/project/workbench_moderation", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/workbench_moderation", + "issues": "http://drupal.org/project/issues/workbench_moderation" + } + }, + { + "name": "drupal/workspace", + "version": "1.0.0-alpha4", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/workspace", + "reference": "8.x-1.0-alpha4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/workspace-8.x-1.0-alpha4.zip", + "reference": null, + "shasum": "5cde5f4a4d7c69595335076825c8330e6de575fa" + }, + "require": { + "drupal/core": "*", + "drupal/replication": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha4", + "datestamp": "1477395239" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Crell", + "homepage": "https://www.drupal.org/user/26398" + }, + { + "name": "Frank Ralf", + "homepage": "https://www.drupal.org/user/216048" + }, + { + "name": "dixon_", + "homepage": "https://www.drupal.org/user/239911" + }, + { + "name": "jeqq", + "homepage": "https://www.drupal.org/user/1427908" + }, + { + "name": "jvandyk", + "homepage": "https://www.drupal.org/user/2375" + }, + { + "name": "timmillwood", + "homepage": "https://www.drupal.org/user/227849" + } + ], + "description": "The workspace module", + "homepage": "https://www.drupal.org/project/workspace", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/workspace", + "issues": "http://drupal.org/project/issues/workspace" + } + }, + { + "name": "drush/drush", + "version": "8.0.5", + "source": { + "type": "git", + "url": "https://github.com/drush-ops/drush.git", + "reference": "1f53daa63505f18286791e899de614e27d4cfdc9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/1f53daa63505f18286791e899de614e27d4cfdc9", + "reference": "1f53daa63505f18286791e899de614e27d4cfdc9", + "shasum": "" + }, + "require": { + "pear/console_table": "~1.3.0", + "php": ">=5.4.5", + "psr/log": "~1.0", + "psy/psysh": "~0.6", + "symfony/var-dumper": "~2.7|~3.0", + "symfony/yaml": "~2.3|~3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "symfony/process": "2.7.*" + }, + "suggest": { + "drush/config-extra": "Provides configuration workflow commands, such as config-merge.", + "ext-pcntl": "*" + }, + "bin": [ + "drush", + "drush.launcher", + "drush.php", + "drush.bat", + "drush.complete.sh" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Drush": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" + }, + { + "name": "Owen Barton", + "email": "drupal@owenbarton.com" + }, + { + "name": "Mark Sonnabaum", + "email": "marksonnabaum@gmail.com" + }, + { + "name": "Antoine Beaupré", + "email": "anarcat@koumbit.org" + }, + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + }, + { + "name": "Jonathan Araña Cruz", + "email": "jonhattan@faita.net" + }, + { + "name": "Jonathan Hedstrom", + "email": "jhedstrom@gmail.com" + }, + { + "name": "Christopher Gervais", + "email": "chris@ergonlogic.com" + }, + { + "name": "Dave Reid", + "email": "dave@davereid.net" + }, + { + "name": "Damian Lee", + "email": "damiankloip@googlemail.com" + } + ], + "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.", + "homepage": "http://www.drush.org", + "time": "2016-03-08T21:00:41+00:00" + }, + { + "name": "easyrdf/easyrdf", + "version": "0.9.1", + "source": { + "type": "git", + "url": "https://github.com/njh/easyrdf.git", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "ext-pcre": "*", + "php": ">=5.2.8" + }, + "require-dev": { + "phpunit/phpunit": "~3.5", + "sami/sami": "~1.4", + "squizlabs/php_codesniffer": "~1.4.3" + }, + "suggest": { + "ml/json-ld": "~1.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "EasyRdf_": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "time": "2015-02-27T09:45:49+00:00" + }, + { + "name": "egulias/email-validator", + "version": "1.2.14", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9", + "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^1.0.1", + "php": ">= 5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.24" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -1719,7 +4234,51 @@ "validation", "validator" ], - "time": "2016-07-03T21:52:18+00:00" + "time": "2017-02-03T22:48:59+00:00" + }, + { + "name": "ezyang/htmlpurifier", + "version": "v4.8.0", + "source": { + "type": "git", + "url": "https://github.com/ezyang/htmlpurifier.git", + "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2", + "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2", + "shasum": "" + }, + "require": { + "php": ">=5.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "HTMLPurifier": "library/" + }, + "files": [ + "library/HTMLPurifier.composer.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL" + ], + "authors": [ + { + "name": "Edward Z. Yang", + "email": "admin@htmlpurifier.org", + "homepage": "http://ezyang.com" + } + ], + "description": "Standards compliant HTML filter written in PHP", + "homepage": "http://htmlpurifier.org/", + "keywords": [ + "html" + ], + "time": "2016-07-16T12:58:58+00:00" }, { "name": "gabordemooij/redbean", @@ -1741,26 +4300,76 @@ "type": "library", "autoload": { "psr-4": { - "RedBeanPHP\\": "RedBeanPHP" + "RedBeanPHP\\": "RedBeanPHP" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "New BSD and GPLv2" + ], + "authors": [ + { + "name": "Gabor de Mooij", + "email": "gabor@redbeanphp.com", + "homepage": "http://redbeanphp.com" + } + ], + "description": "RedBeanPHP ORM", + "homepage": "http://redbeanphp.com/", + "keywords": [ + "orm" + ], + "time": "2016-10-03T21:25:17+00:00" + }, + { + "name": "graphp/algorithms", + "version": "v0.8.1", + "source": { + "type": "git", + "url": "https://github.com/graphp/algorithms.git", + "reference": "81db4049c35730767ec8f97fb5c4844234b86cef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/graphp/algorithms/zipball/81db4049c35730767ec8f97fb5c4844234b86cef", + "reference": "81db4049c35730767ec8f97fb5c4844234b86cef", + "shasum": "" + }, + "require": { + "clue/graph": "~0.9.0|~0.8.0", + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Graphp\\Algorithms\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "New BSD and GPLv2" + "MIT" ], "authors": [ { - "name": "Gabor de Mooij", - "email": "gabor@redbeanphp.com", - "homepage": "http://redbeanphp.com" + "name": "Christian Lück", + "email": "christian@lueck.tv" } ], - "description": "RedBeanPHP ORM", - "homepage": "http://redbeanphp.com/", + "description": "Common mathematical graph algorithms", + "homepage": "https://github.com/graphp/algorithms", "keywords": [ - "orm" - ], - "time": "2016-10-03T21:25:17+00:00" + "Graph algorithms", + "dijkstra", + "kruskal", + "minimum spanning tree", + "moore-bellman-ford", + "prim", + "shortest path" + ], + "time": "2015-03-08T10:12:01+00:00" }, { "name": "guzzlehttp/guzzle", @@ -1975,6 +4584,56 @@ ], "time": "2014-11-20T16:49:30+00:00" }, + { + "name": "j7mbo/twitter-api-php", + "version": "1.0.5", + "source": { + "type": "git", + "url": "https://github.com/J7mbo/twitter-api-php.git", + "reference": "a89ce3e294484aad7ae13dbabe45fb3928024ef8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/a89ce3e294484aad7ae13dbabe45fb3928024ef8", + "reference": "a89ce3e294484aad7ae13dbabe45fb3928024ef8", + "shasum": "" + }, + "require": { + "ext-curl": "*" + }, + "require-dev": { + "phpunit/phpunit": "~4.5,>=4.5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "files": [ + "TwitterAPIExchange.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GNU Public License" + ], + "authors": [ + { + "name": "James Mallison", + "homepage": "https://github.com/j7mbo/twitter-api-php" + } + ], + "description": "Simple PHP Wrapper for Twitter API v1.1 calls", + "homepage": "https://github.com/j7mbo/twitter-api-php", + "keywords": [ + "api", + "php", + "twitter" + ], + "time": "2015-08-03T21:35:18+00:00" + }, { "name": "jakub-onderka/php-console-color", "version": "0.1", @@ -2127,18 +4786,55 @@ ], "time": "2016-09-22T11:01:11+00:00" }, + { + "name": "mkalkbrenner/php-htmldiff-advanced", + "version": "0.0.8", + "source": { + "type": "git", + "url": "https://github.com/mkalkbrenner/php-htmldiff.git", + "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9", + "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9", + "shasum": "" + }, + "require": { + "caxy/php-htmldiff": ">=0.0.6", + "php": ">=5.5.0" + }, + "type": "library", + "autoload": { + "files": [ + "src/HtmlDiffAdvancedInterface.php", + "src/HtmlDiffAdvanced.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GNU General Public License V2" + ], + "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.", + "homepage": "https://github.com/mkalkbrenner/php-htmldiff", + "keywords": [ + "diff", + "html" + ], + "time": "2016-07-25T17:07:32+00:00" + }, { "name": "nikic/php-parser", - "version": "v3.0.2", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "adf44419c0fc014a0f191db6f89d3e55d4211744" + "reference": "5b8182cc0abb4b0ff290ba9df6c0e1323286013a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/adf44419c0fc014a0f191db6f89d3e55d4211744", - "reference": "adf44419c0fc014a0f191db6f89d3e55d4211744", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5b8182cc0abb4b0ff290ba9df6c0e1323286013a", + "reference": "5b8182cc0abb4b0ff290ba9df6c0e1323286013a", "shasum": "" }, "require": { @@ -2176,7 +4872,7 @@ "parser", "php" ], - "time": "2016-12-06T11:30:35+00:00" + "time": "2017-02-03T21:57:31+00:00" }, { "name": "paragonie/random_compat", @@ -2282,40 +4978,26 @@ "time": "2016-01-21T16:14:31+00:00" }, { - "name": "phpdocumentor/reflection-docblock", - "version": "2.0.4", + "name": "php-instagram-api/php-instagram-api", + "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" + "url": "https://github.com/galen/PHP-Instagram-API.git", + "reference": "7a796fdae715fcdccc00590933ce482437342c35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", - "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", + "url": "https://api.github.com/repos/galen/PHP-Instagram-API/zipball/7a796fdae715fcdccc00590933ce482437342c35", + "reference": "7a796fdae715fcdccc00590933ce482437342c35", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "dflydev/markdown": "~1.0", - "erusev/parsedown": "~1.0" + "php": ">=5.3.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "autoload": { "psr-0": { - "phpDocumentor": [ - "src/" - ] + "Instagram": "." } }, "notification-url": "https://packagist.org/downloads/", @@ -2324,11 +5006,18 @@ ], "authors": [ { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" + "name": "Galen Grover", + "email": "galenjr@gmail.com", + "homepage": "http://www.galengrover.com", + "role": "Developer" } ], - "time": "2015-02-03T12:10:50+00:00" + "description": "PHP Instagram API for PHP 5.3+", + "homepage": "https://github.com/galen/PHP-Instagram-API", + "keywords": [ + "instagram" + ], + "time": "2013-11-13 23:10:03" }, { "name": "psr/http-message", @@ -2500,6 +5189,36 @@ ], "time": "2016-12-07T17:15:07+00:00" }, + { + "name": "relaxedws/lca", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/relaxedws/lca.git", + "reference": "d68f9c7e4bad1ddd081cf314f438299f1421c2bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/relaxedws/lca/zipball/d68f9c7e4bad1ddd081cf314f438299f1421c2bd", + "reference": "d68f9c7e4bad1ddd081cf314f438299f1421c2bd", + "shasum": "" + }, + "require": { + "graphp/algorithms": "~0.8.1" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Relaxed\\LCA\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "description": "Library used to find lowest common ancestor in graphs.", + "time": "2016-08-03 08:34:39" + }, { "name": "rvtraveller/qs-composer-installer", "version": "1.1", @@ -2632,6 +5351,54 @@ "description": "Automatic BASH completion for Symfony Console Component based applications.", "time": "2016-02-24T05:08:54+00:00" }, + { + "name": "sunra/php-simple-html-dom-parser", + "version": "v1.5.2", + "source": { + "type": "git", + "url": "https://github.com/sunra/php-simple-html-dom-parser.git", + "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6", + "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.3.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "Sunra\\PhpSimple\\HtmlDomParser": "Src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sunra", + "email": "sunra@yandex.ru", + "homepage": "https://github.com/sunra" + }, + { + "name": "S.C. Chen", + "homepage": "http://sourceforge.net/projects/simplehtmldom/" + } + ], + "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.", + "homepage": "https://github.com/sunra/php-simple-html-dom-parser", + "keywords": [ + "dom", + "html", + "parser" + ], + "time": "2016-11-22T22:57:47+00:00" + }, { "name": "symfony-cmf/routing", "version": "1.4.0", @@ -2693,16 +5460,16 @@ }, { "name": "symfony/class-loader", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", - "reference": "7c46951128f7169cbece2c303fba4a9eb35cbe68" + "reference": "4f6bbee7b69ee53c19ea02f08914a8278b3fa877" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/7c46951128f7169cbece2c303fba4a9eb35cbe68", - "reference": "7c46951128f7169cbece2c303fba4a9eb35cbe68", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/4f6bbee7b69ee53c19ea02f08914a8278b3fa877", + "reference": "4f6bbee7b69ee53c19ea02f08914a8278b3fa877", "shasum": "" }, "require": { @@ -2742,20 +5509,20 @@ ], "description": "Symfony ClassLoader Component", "homepage": "https://symfony.com", - "time": "2017-01-10T14:03:07+00:00" + "time": "2017-01-21T16:40:50+00:00" }, { "name": "symfony/config", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "4537f2413348fe271c2c4b09da219ed615d79f9c" + "reference": "747fa191136cf798409183c501435aa4c16184df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/4537f2413348fe271c2c4b09da219ed615d79f9c", - "reference": "4537f2413348fe271c2c4b09da219ed615d79f9c", + "url": "https://api.github.com/repos/symfony/config/zipball/747fa191136cf798409183c501435aa4c16184df", + "reference": "747fa191136cf798409183c501435aa4c16184df", "shasum": "" }, "require": { @@ -2798,20 +5565,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2017-01-02T20:30:24+00:00" + "time": "2017-02-05T10:11:19+00:00" }, { "name": "symfony/console", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912" + "reference": "f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/2e18b8903d9c498ba02e1dfa73f64d4894bb6912", - "reference": "2e18b8903d9c498ba02e1dfa73f64d4894bb6912", + "url": "https://api.github.com/repos/symfony/console/zipball/f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4", + "reference": "f3c234cd8db9f7e520a91d695db7d8bb5daeb7a4", "shasum": "" }, "require": { @@ -2859,11 +5626,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-01-08T20:43:03+00:00" + "time": "2017-02-06T12:04:06+00:00" }, { "name": "symfony/css-selector", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -2916,16 +5683,16 @@ }, { "name": "symfony/debug", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "567681e2c4e5431704e884e4be25a95fd900770f" + "reference": "4a99c3a6cabfa0c297fc3531e61483d276133110" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/567681e2c4e5431704e884e4be25a95fd900770f", - "reference": "567681e2c4e5431704e884e4be25a95fd900770f", + "url": "https://api.github.com/repos/symfony/debug/zipball/4a99c3a6cabfa0c297fc3531e61483d276133110", + "reference": "4a99c3a6cabfa0c297fc3531e61483d276133110", "shasum": "" }, "require": { @@ -2969,20 +5736,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2017-01-02T20:30:24+00:00" + "time": "2017-01-27T23:54:58+00:00" }, { "name": "symfony/dependency-injection", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "b75356611675364607d697f314850d9d870a84aa" + "reference": "1dfbf6a9e30113a9c4e482ab056e969c70c37a19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b75356611675364607d697f314850d9d870a84aa", - "reference": "b75356611675364607d697f314850d9d870a84aa", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1dfbf6a9e30113a9c4e482ab056e969c70c37a19", + "reference": "1dfbf6a9e30113a9c4e482ab056e969c70c37a19", "shasum": "" }, "require": { @@ -3032,20 +5799,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2017-01-10T14:27:01+00:00" + "time": "2017-01-27T23:54:58+00:00" }, { "name": "symfony/dom-crawler", - "version": "v3.2.2", + "version": "v3.2.3", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "27d9790840a4efd3b7bb8f5f4f9efc27b36b7024" + "reference": "b814b41373fc4e535aff8c765abe39545216f391" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/27d9790840a4efd3b7bb8f5f4f9efc27b36b7024", - "reference": "27d9790840a4efd3b7bb8f5f4f9efc27b36b7024", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b814b41373fc4e535aff8c765abe39545216f391", + "reference": "b814b41373fc4e535aff8c765abe39545216f391", "shasum": "" }, "require": { @@ -3088,11 +5855,11 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2017-01-02T20:32:22+00:00" + "time": "2017-01-21T17:14:11+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -3152,7 +5919,7 @@ }, { "name": "symfony/expression-language", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", @@ -3201,7 +5968,7 @@ }, { "name": "symfony/filesystem", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", @@ -3250,7 +6017,7 @@ }, { "name": "symfony/finder", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -3299,16 +6066,16 @@ }, { "name": "symfony/http-foundation", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "464cdde6757a40701d758112cc7ff2c6adf6e82f" + "reference": "37658106408cbde9617b41ddca633a22823ca45e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/464cdde6757a40701d758112cc7ff2c6adf6e82f", - "reference": "464cdde6757a40701d758112cc7ff2c6adf6e82f", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/37658106408cbde9617b41ddca633a22823ca45e", + "reference": "37658106408cbde9617b41ddca633a22823ca45e", "shasum": "" }, "require": { @@ -3350,20 +6117,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2017-01-08T20:43:03+00:00" + "time": "2017-02-02T13:38:20+00:00" }, { "name": "symfony/http-kernel", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "1097eb4ce0a7bdcd030f110c123682fed89a137c" + "reference": "b594d828fa2b364e8ad2cea750aca9e613d57ac8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1097eb4ce0a7bdcd030f110c123682fed89a137c", - "reference": "1097eb4ce0a7bdcd030f110c123682fed89a137c", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b594d828fa2b364e8ad2cea750aca9e613d57ac8", + "reference": "b594d828fa2b364e8ad2cea750aca9e613d57ac8", "shasum": "" }, "require": { @@ -3432,7 +6199,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2017-01-12T20:27:24+00:00" + "time": "2017-02-06T12:47:36+00:00" }, { "name": "symfony/polyfill-apcu", @@ -3721,16 +6488,16 @@ }, { "name": "symfony/process", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "ebb3c2abe0940a703f08e0cbe373f62d97d40231" + "reference": "0110ac49348d14eced7d3278ea7485f22196932e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/ebb3c2abe0940a703f08e0cbe373f62d97d40231", - "reference": "ebb3c2abe0940a703f08e0cbe373f62d97d40231", + "url": "https://api.github.com/repos/symfony/process/zipball/0110ac49348d14eced7d3278ea7485f22196932e", + "reference": "0110ac49348d14eced7d3278ea7485f22196932e", "shasum": "" }, "require": { @@ -3766,7 +6533,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2017-01-02T20:30:24+00:00" + "time": "2017-02-03T12:08:06+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -3824,16 +6591,16 @@ }, { "name": "symfony/routing", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "2a7e3e02bbfb0a4f722e6a3154489e4ac8b3a97f" + "reference": "e2d142ef10f712dfe8d983c1883270e02c783aa7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/2a7e3e02bbfb0a4f722e6a3154489e4ac8b3a97f", - "reference": "2a7e3e02bbfb0a4f722e6a3154489e4ac8b3a97f", + "url": "https://api.github.com/repos/symfony/routing/zipball/e2d142ef10f712dfe8d983c1883270e02c783aa7", + "reference": "e2d142ef10f712dfe8d983c1883270e02c783aa7", "shasum": "" }, "require": { @@ -3895,20 +6662,20 @@ "uri", "url" ], - "time": "2017-01-02T20:30:24+00:00" + "time": "2017-01-27T23:54:58+00:00" }, { "name": "symfony/serializer", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "3a5337e3daaabb9ada73d60f3271adb6bfa56a1a" + "reference": "664e6b765cb927c968201697312bcc4f6b7becd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/3a5337e3daaabb9ada73d60f3271adb6bfa56a1a", - "reference": "3a5337e3daaabb9ada73d60f3271adb6bfa56a1a", + "url": "https://api.github.com/repos/symfony/serializer/zipball/664e6b765cb927c968201697312bcc4f6b7becd4", + "reference": "664e6b765cb927c968201697312bcc4f6b7becd4", "shasum": "" }, "require": { @@ -3959,20 +6726,20 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2017-01-02T20:30:24+00:00" + "time": "2017-01-21T16:59:38+00:00" }, { "name": "symfony/translation", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "b4ac4a393f6970cc157fba17be537380de396a86" + "reference": "c281ac2b484210bb95106bdb8ae8356e63277725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/b4ac4a393f6970cc157fba17be537380de396a86", - "reference": "b4ac4a393f6970cc157fba17be537380de396a86", + "url": "https://api.github.com/repos/symfony/translation/zipball/c281ac2b484210bb95106bdb8ae8356e63277725", + "reference": "c281ac2b484210bb95106bdb8ae8356e63277725", "shasum": "" }, "require": { @@ -4023,20 +6790,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2017-01-02T20:30:24+00:00" + "time": "2017-01-21T16:59:38+00:00" }, { "name": "symfony/validator", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "3b1a3188efea75ec7c0419a2568b6e5f82031811" + "reference": "b04a58dc1f9941c3291f06a496a88393ee64fdf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/3b1a3188efea75ec7c0419a2568b6e5f82031811", - "reference": "3b1a3188efea75ec7c0419a2568b6e5f82031811", + "url": "https://api.github.com/repos/symfony/validator/zipball/b04a58dc1f9941c3291f06a496a88393ee64fdf0", + "reference": "b04a58dc1f9941c3291f06a496a88393ee64fdf0", "shasum": "" }, "require": { @@ -4096,24 +6863,24 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2017-01-12T19:24:25+00:00" + "time": "2017-01-31T21:48:58+00:00" }, { "name": "symfony/var-dumper", - "version": "v2.8.16", + "version": "v3.2.3", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "8d2df79c132df0b14df305727fb2c26d33ab5492" + "reference": "5bb4435a03a4f05c211f4a9a8ee2756965924511" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8d2df79c132df0b14df305727fb2c26d33ab5492", - "reference": "8d2df79c132df0b14df305727fb2c26d33ab5492", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/5bb4435a03a4f05c211f4a9a8ee2756965924511", + "reference": "5bb4435a03a4f05c211f4a9a8ee2756965924511", "shasum": "" }, "require": { - "php": ">=5.3.9", + "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { @@ -4125,7 +6892,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "3.2-dev" } }, "autoload": { @@ -4159,20 +6926,20 @@ "debug", "dump" ], - "time": "2017-01-02T20:30:24+00:00" + "time": "2017-01-24T12:58:58+00:00" }, { "name": "symfony/yaml", - "version": "v2.8.16", + "version": "v2.8.17", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "dbe61fed9cd4a44c5b1d14e5e7b1a8640cfb2bf2" + "reference": "322a8c2dfbca15ad6b1b27e182899f98ec0e0153" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/dbe61fed9cd4a44c5b1d14e5e7b1a8640cfb2bf2", - "reference": "dbe61fed9cd4a44c5b1d14e5e7b1a8640cfb2bf2", + "url": "https://api.github.com/repos/symfony/yaml/zipball/322a8c2dfbca15ad6b1b27e182899f98ec0e0153", + "reference": "322a8c2dfbca15ad6b1b27e182899f98ec0e0153", "shasum": "" }, "require": { @@ -4208,7 +6975,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-01-03T13:49:52+00:00" + "time": "2017-01-21T16:40:50+00:00" }, { "name": "twig/twig", @@ -4219,190 +6986,94 @@ "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddc9e3e20ee9c0b6908f401ac8353635b750eca7", - "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7", - "shasum": "" - }, - "require": { - "php": ">=5.2.7" - }, - "require-dev": { - "symfony/debug": "~2.7", - "symfony/phpunit-bridge": "~3.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.31-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", - "role": "Contributors" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", - "keywords": [ - "templating" - ], - "time": "2017-01-11T19:36:15+00:00" - }, - { - "name": "webflo/drupal-finder", - "version": "0.2.1", - "source": { - "type": "git", - "url": "https://github.com/webflo/drupal-finder.git", - "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/4bd98f7e7b1d30e284e55f51d5d0c8712f676348", - "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348", - "shasum": "" - }, - "require-dev": { - "mikey179/vfsstream": "^1.6", - "phpunit/phpunit": "^4.8" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/DrupalFinder.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Florian Weber", - "email": "florian@webflo.org" - } - ], - "description": "Helper class to locate a Drupal installation from a given path.", - "time": "2016-11-28T18:50:45+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/webmozart/assert.git", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", + "type": "zip", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddc9e3e20ee9c0b6908f401ac8353635b750eca7", + "reference": "ddc9e3e20ee9c0b6908f401ac8353635b750eca7", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": ">=5.2.7" }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "symfony/debug": "~2.7", + "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.31-dev" } }, "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" + "psr-0": { + "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + }, + { + "name": "Twig Team", + "homepage": "http://twig.sensiolabs.org/contributors", + "role": "Contributors" } ], - "description": "Assertions to validate method input/output with nice error messages.", + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "http://twig.sensiolabs.org", "keywords": [ - "assert", - "check", - "validate" + "templating" ], - "time": "2016-11-23T20:04:58+00:00" + "time": "2017-01-11T19:36:15+00:00" }, { - "name": "webmozart/path-util", - "version": "2.3.0", + "name": "webflo/drupal-finder", + "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/webmozart/path-util.git", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" + "url": "https://github.com/webflo/drupal-finder.git", + "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/4bd98f7e7b1d30e284e55f51d5d0c8712f676348", + "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348", "shasum": "" }, - "require": { - "php": ">=5.3.3", - "webmozart/assert": "~1.0" - }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^4.8" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, "autoload": { - "psr-4": { - "Webmozart\\PathUtil\\": "src/" - } + "classmap": [ + "src/DrupalFinder.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Florian Weber", + "email": "florian@webflo.org" } ], - "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", - "time": "2015-12-17T08:42:14+00:00" + "description": "Helper class to locate a Drupal installation from a given path.", + "time": "2016-11-28T18:50:45+00:00" }, { "name": "zendframework/zend-diactoros", @@ -4608,36 +7279,34 @@ "packages-dev": [ { "name": "behat/behat", - "version": "v3.3.0", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "15a3a1857457eaa29cdf41564a5e421effb09526" + "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/15a3a1857457eaa29cdf41564a5e421effb09526", - "reference": "15a3a1857457eaa29cdf41564a5e421effb09526", + "url": "https://api.github.com/repos/Behat/Behat/zipball/359d987b3064d78f2d3a6ba3a355277f3b09b47f", + "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f", "shasum": "" }, "require": { - "behat/gherkin": "^4.4.4", + "behat/gherkin": "~4.4", "behat/transliterator": "~1.0", - "container-interop/container-interop": "^1.1", "ext-mbstring": "*", "php": ">=5.3.3", - "symfony/class-loader": "~2.1||~3.0", - "symfony/config": "~2.3||~3.0", - "symfony/console": "~2.5||~3.0", - "symfony/dependency-injection": "~2.1||~3.0", - "symfony/event-dispatcher": "~2.1||~3.0", - "symfony/translation": "~2.3||~3.0", - "symfony/yaml": "~2.1||~3.0" + "symfony/class-loader": "~2.1|~3.0", + "symfony/config": "~2.3|~3.0", + "symfony/console": "~2.1|~3.0", + "symfony/dependency-injection": "~2.1|~3.0", + "symfony/event-dispatcher": "~2.1|~3.0", + "symfony/translation": "~2.3|~3.0", + "symfony/yaml": "~2.1|~3.0" }, "require-dev": { - "herrera-io/box": "~1.6.1", "phpunit/phpunit": "~4.5", - "symfony/process": "~2.5|~3.0" + "symfony/process": "~2.1|~3.0" }, "suggest": { "behat/mink-extension": "for integration with Mink testing framework", @@ -4650,7 +7319,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2.x-dev" + "dev-master": "3.1.x-dev" } }, "autoload": { @@ -4686,7 +7355,7 @@ "symfony", "testing" ], - "time": "2016-12-25T13:43:52+00:00" + "time": "2016-03-28T07:04:45+00:00" }, { "name": "behat/gherkin", @@ -5076,33 +7745,6 @@ ], "time": "2015-09-28T16:26:35+00:00" }, - { - "name": "container-interop/container-interop", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", - "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "time": "2014-12-30T15:22:37+00:00" - }, { "name": "doctrine/instantiator", "version": "1.0.5", @@ -5216,25 +7858,27 @@ }, { "name": "drupal/drupal-extension", - "version": "v3.1.5", + "version": "v3.2.2", "source": { "type": "git", "url": "https://github.com/jhedstrom/drupalextension.git", - "reference": "6bfff4967d0efacff51e2ff51a306021012396d8" + "reference": "abe3a33abd94382ab62423dd972fa820c63962e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/6bfff4967d0efacff51e2ff51a306021012396d8", - "reference": "6bfff4967d0efacff51e2ff51a306021012396d8", + "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/abe3a33abd94382ab62423dd972fa820c63962e3", + "reference": "abe3a33abd94382ab62423dd972fa820c63962e3", "shasum": "" }, "require": { - "behat/behat": "~3.0,>=3.0.5", + "behat/behat": "~3.1.0-rc2", "behat/mink": "~1.5", "behat/mink-extension": "~2.0", "behat/mink-goutte-driver": "~1.0", "behat/mink-selenium2-driver": "~1.1", - "drupal/drupal-driver": "~1.1" + "drupal/drupal-driver": "~1.2", + "symfony/dependency-injection": "~2.7", + "symfony/event-dispatcher": "~2.7" }, "require-dev": { "behat/mink-zombie-driver": "^1.2", @@ -5242,6 +7886,11 @@ "phpunit/phpunit": "3.7.*" }, "type": "behat-extension", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev" + } + }, "autoload": { "psr-0": { "Drupal\\Drupal": "src/", @@ -5266,7 +7915,7 @@ "test", "web" ], - "time": "2015-12-22T20:10:14+00:00" + "time": "2016-06-30T21:12:18+00:00" }, { "name": "drush-ops/behat-drush-endpoint", @@ -5591,6 +8240,152 @@ "description": "Push commits made via the Pantheon dashboard back to original GitHub repository.", "time": "2017-01-26T17:35:26+00:00" }, + { + "name": "phpdocumentor/reflection-common", + "version": "1.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2015-12-27T11:43:31+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", + "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "phpdocumentor/reflection-common": "^1.0@dev", + "phpdocumentor/type-resolver": "^0.2.0", + "webmozart/assert": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^4.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2016-09-30T07:12:33+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "0.2.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "phpdocumentor/reflection-common": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "time": "2016-11-25T06:54:22+00:00" + }, { "name": "phpspec/prophecy", "version": "v1.6.2", @@ -5899,16 +8694,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.8.34", + "version": "4.8.35", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "7eb45205d27edd94bd2b3614085ea158bd1e2bca" + "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7eb45205d27edd94bd2b3614085ea158bd1e2bca", - "reference": "7eb45205d27edd94bd2b3614085ea158bd1e2bca", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87", + "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87", "shasum": "" }, "require": { @@ -5967,7 +8762,7 @@ "testing", "xunit" ], - "time": "2017-01-26T16:15:36+00:00" + "time": "2017-02-06T05:18:07+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -6027,16 +8822,16 @@ }, { "name": "sebastian/comparator", - "version": "1.2.2", + "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f" + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f", - "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "shasum": "" }, "require": { @@ -6087,7 +8882,7 @@ "compare", "equality" ], - "time": "2016-11-19T09:18:40+00:00" + "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", @@ -6399,16 +9194,16 @@ }, { "name": "symfony/browser-kit", - "version": "v3.2.2", + "version": "v3.2.3", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "548f8230bad9f77463b20b15993a008f03e96db5" + "reference": "394a2475a3a89089353fde5714a7f402fbb83880" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/548f8230bad9f77463b20b15993a008f03e96db5", - "reference": "548f8230bad9f77463b20b15993a008f03e96db5", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/394a2475a3a89089353fde5714a7f402fbb83880", + "reference": "394a2475a3a89089353fde5714a7f402fbb83880", "shasum": "" }, "require": { @@ -6452,11 +9247,61 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2017-01-02T20:32:22+00:00" + "time": "2017-01-31T21:49:23+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/assert.git", + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "time": "2016-11-23T20:04:58+00:00" } ], "aliases": [], - "minimum-stability": "alpha", + "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, diff --git a/config/block.block.bartik_account_menu.yml b/config/block.block.bartik_account_menu.yml new file mode 100644 index 000000000..a1173ed8b --- /dev/null +++ b/config/block.block.bartik_account_menu.yml @@ -0,0 +1,26 @@ +uuid: 08a06d81-7970-4d2d-b5b2-cb7663e0d669 +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - bartik +_core: + default_config_hash: DweBpscQZdG0-fHkSpUzdYucrNH45G_KF7Z82V-oyQM +id: bartik_account_menu +theme: bartik +region: secondary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:account' +settings: + id: 'system_menu_block:account' + label: 'User account menu' + provider: system + label_display: '0' + level: 1 + depth: 1 +visibility: { } diff --git a/config/block.block.bartik_branding.yml b/config/block.block.bartik_branding.yml new file mode 100644 index 000000000..e882c6163 --- /dev/null +++ b/config/block.block.bartik_branding.yml @@ -0,0 +1,25 @@ +uuid: f6326dfb-75cf-4a6f-ba09-50756f3739af +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: NDwadleLD3YVSbDUaakxyYZyINYtkFtOVGShfq4kWy8 +id: bartik_branding +theme: bartik +region: header +weight: 0 +provider: null +plugin: system_branding_block +settings: + id: system_branding_block + label: 'Site branding' + provider: system + label_display: '0' + use_site_logo: true + use_site_name: true + use_site_slogan: true +visibility: { } diff --git a/config/block.block.bartik_breadcrumbs.yml b/config/block.block.bartik_breadcrumbs.yml new file mode 100644 index 000000000..b833fdd49 --- /dev/null +++ b/config/block.block.bartik_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: 4bf10e7a-b6fa-4595-9521-fbaf294b9bf0 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: oXUb3JZR2WW5VOdw4HrhRicCsq51mCgLfRyvheG68ck +id: bartik_breadcrumbs +theme: bartik +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.bartik_content.yml b/config/block.block.bartik_content.yml new file mode 100644 index 000000000..595506c28 --- /dev/null +++ b/config/block.block.bartik_content.yml @@ -0,0 +1,22 @@ +uuid: 1dad0cef-ab5a-48e9-8fdb-c1a3951fcd7c +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: 9EoWV2Lot6FVSr50t4hoKgiz1LIXYWNG-IIPYsWxBqo +id: bartik_content +theme: bartik +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.bartik_footer.yml b/config/block.block.bartik_footer.yml new file mode 100644 index 000000000..3f8bd0301 --- /dev/null +++ b/config/block.block.bartik_footer.yml @@ -0,0 +1,26 @@ +uuid: 360b659b-3b32-4724-9d58-ccdf4e00aed0 +langcode: en +status: true +dependencies: + config: + - system.menu.footer + module: + - system + theme: + - bartik +_core: + default_config_hash: kkISXE1LT2FJEoYnqCrCpeFB-2pmGmMxMklVk7rQcfg +id: bartik_footer +theme: bartik +region: footer_fifth +weight: 0 +provider: null +plugin: 'system_menu_block:footer' +settings: + id: 'system_menu_block:footer' + label: 'Footer menu' + provider: system + label_display: '0' + level: 1 + depth: 0 +visibility: { } diff --git a/config/block.block.bartik_help.yml b/config/block.block.bartik_help.yml new file mode 100644 index 000000000..7c19f0706 --- /dev/null +++ b/config/block.block.bartik_help.yml @@ -0,0 +1,22 @@ +uuid: f18fd0e3-3b55-405a-8d82-867add98d74e +langcode: en +status: true +dependencies: + module: + - help + theme: + - bartik +_core: + default_config_hash: 8I8iACSa0sKO3k3jlvUG1ge52rfcKX7USJAQYnzuBgg +id: bartik_help +theme: bartik +region: content +weight: -30 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/config/block.block.bartik_local_actions.yml b/config/block.block.bartik_local_actions.yml new file mode 100644 index 000000000..eee761cd2 --- /dev/null +++ b/config/block.block.bartik_local_actions.yml @@ -0,0 +1,20 @@ +uuid: 5a26431a-54fe-4423-97e7-a505c00a9a78 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: 13GQpeITIJsp1kyPniXtWZfyFH87vb1xxJCHifL4UeE +id: bartik_local_actions +theme: bartik +region: content +weight: -20 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + provider: core + label_display: '0' +visibility: { } diff --git a/config/block.block.bartik_local_tasks.yml b/config/block.block.bartik_local_tasks.yml new file mode 100644 index 000000000..3fc9769d4 --- /dev/null +++ b/config/block.block.bartik_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 5494ee1f-31e4-486a-8d5f-b4a548b449dd +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: X9I1OB0W3WlWtrK-CNcg6hNWwa8wficanpH8pYnDZDE +id: bartik_local_tasks +theme: bartik +region: content +weight: -40 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: Tabs + provider: core + label_display: '0' + primary: true + secondary: true +visibility: { } diff --git a/config/block.block.bartik_main_menu.yml b/config/block.block.bartik_main_menu.yml new file mode 100644 index 000000000..716df9e6f --- /dev/null +++ b/config/block.block.bartik_main_menu.yml @@ -0,0 +1,26 @@ +uuid: d6fb7413-6067-41e0-b7f2-bff59dcc0118 +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - system + theme: + - bartik +_core: + default_config_hash: rx9IrdDv7Ldc4kpalZAxdhIPZfYIeOMh1N-qKoQZwHo +id: bartik_main_menu +theme: bartik +region: primary_menu +weight: 0 +provider: null +plugin: 'system_menu_block:main' +settings: + id: 'system_menu_block:main' + label: 'Main navigation' + provider: system + label_display: '0' + level: 1 + depth: 1 +visibility: { } diff --git a/config/block.block.bartik_messages.yml b/config/block.block.bartik_messages.yml new file mode 100644 index 000000000..c93614082 --- /dev/null +++ b/config/block.block.bartik_messages.yml @@ -0,0 +1,22 @@ +uuid: 60df764d-4ede-495f-8005-fe4688347329 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: KHQIJ7Vfl25lTjzIc7qIvnuistt-Mw2O0kG4jCofmkI +id: bartik_messages +theme: bartik +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.bartik_page_title.yml b/config/block.block.bartik_page_title.yml new file mode 100644 index 000000000..9a7c78027 --- /dev/null +++ b/config/block.block.bartik_page_title.yml @@ -0,0 +1,20 @@ +uuid: db620c44-63cd-4f19-b613-ee887ab420d8 +langcode: en +status: true +dependencies: + theme: + - bartik +_core: + default_config_hash: 7rR9chwXvdM2H8OYMAYx9Zj3GGlPMrZp_M3ZA4thYTk +id: bartik_page_title +theme: bartik +region: content +weight: -50 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + provider: core + label_display: '0' +visibility: { } diff --git a/config/block.block.bartik_powered.yml b/config/block.block.bartik_powered.yml new file mode 100644 index 000000000..ba3fe4b12 --- /dev/null +++ b/config/block.block.bartik_powered.yml @@ -0,0 +1,22 @@ +uuid: e0ba1c34-fb80-4a3b-a73b-45a19798c4f0 +langcode: en +status: true +dependencies: + module: + - system + theme: + - bartik +_core: + default_config_hash: jQQUUWN2Uxr5qZtc9zcJKBCxpKY8orN1u2HPqYYRQDI +id: bartik_powered +theme: bartik +region: footer_fifth +weight: 10 +provider: null +plugin: system_powered_by_block +settings: + id: system_powered_by_block + label: 'Powered by Drupal' + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.bartik_search.yml b/config/block.block.bartik_search.yml new file mode 100644 index 000000000..c1094910d --- /dev/null +++ b/config/block.block.bartik_search.yml @@ -0,0 +1,31 @@ +uuid: 702bbb5d-5f23-40b1-8046-20c7a26eab7e +langcode: en +status: true +dependencies: + config: + - views.view.search + module: + - system + - views + theme: + - bartik +_core: + default_config_hash: UDHpza-uTXT90uUqIrgPDBW4XrHBA1XpzSBQyyRB2Yg +id: bartik_search +theme: bartik +region: content +weight: 0 +provider: null +plugin: 'views_exposed_filter_block:search-page' +settings: + id: 'views_exposed_filter_block:search-page' + label: '' + provider: views + label_display: visible + views_label: '' +visibility: + request_path: + id: request_path + pages: /search + negate: false + context_mapping: { } diff --git a/config/block.block.seven_breadcrumbs.yml b/config/block.block.seven_breadcrumbs.yml new file mode 100644 index 000000000..2dd50a4be --- /dev/null +++ b/config/block.block.seven_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: bc4dab1e-944b-40ff-9a54-8569ecd4e7ab +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: PFU7DzXtG6bcSomQ_wXUsjaAsVlys24Ypdu_wobbvV0 +id: seven_breadcrumbs +theme: seven +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_content.yml b/config/block.block.seven_content.yml new file mode 100644 index 000000000..83626951d --- /dev/null +++ b/config/block.block.seven_content.yml @@ -0,0 +1,22 @@ +uuid: c4bc16f1-73dc-4175-b9ad-d605c95716f7 +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: Gb0quEgYLU5Y9Y8GTIdju9bnodxLQCX2_ATpXdln--o +id: seven_content +theme: seven +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_help.yml b/config/block.block.seven_help.yml new file mode 100644 index 000000000..f0e6b78e7 --- /dev/null +++ b/config/block.block.seven_help.yml @@ -0,0 +1,22 @@ +uuid: 3e4e37c2-4265-4146-bc0d-d0b4ae62324a +langcode: en +status: true +dependencies: + module: + - help + theme: + - seven +_core: + default_config_hash: VkTX9-sU-VNFbQhQ_qcn6JwBpp81Nbu0lzsBsEE259o +id: seven_help +theme: seven +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + provider: help + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_local_actions.yml b/config/block.block.seven_local_actions.yml new file mode 100644 index 000000000..bad99e861 --- /dev/null +++ b/config/block.block.seven_local_actions.yml @@ -0,0 +1,20 @@ +uuid: db310e76-4fa5-4bcb-b03a-3cebb70f43a0 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: vyYUqNrQQkZToJMdRUVn2c1d8r_I5IPw3u8Lh3G2npE +id: seven_local_actions +theme: seven +region: content +weight: -10 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + provider: core + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_login.yml b/config/block.block.seven_login.yml new file mode 100644 index 000000000..b595ea869 --- /dev/null +++ b/config/block.block.seven_login.yml @@ -0,0 +1,22 @@ +uuid: 75a78ebd-3b2a-4528-b475-7c33b1fa4a4b +langcode: en +status: true +dependencies: + module: + - user + theme: + - seven +_core: + default_config_hash: XdkKOI3-nvnGym135VOpwEwX13O8irqxZeikL5R5A24 +id: seven_login +theme: seven +region: content +weight: 10 +provider: null +plugin: user_login_block +settings: + id: user_login_block + label: 'User login' + provider: user + label_display: visible +visibility: { } diff --git a/config/block.block.seven_messages.yml b/config/block.block.seven_messages.yml new file mode 100644 index 000000000..e2155bca2 --- /dev/null +++ b/config/block.block.seven_messages.yml @@ -0,0 +1,22 @@ +uuid: 3c56b1f8-adbe-463a-8041-1388bf09b0f4 +langcode: en +status: true +dependencies: + module: + - system + theme: + - seven +_core: + default_config_hash: '-jYsN5c236dcAkjB4OYknH4um1vE4SdAeDUOG4k_f1E' +id: seven_messages +theme: seven +region: highlighted +weight: 0 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + provider: system + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_page_title.yml b/config/block.block.seven_page_title.yml new file mode 100644 index 000000000..f9bda8577 --- /dev/null +++ b/config/block.block.seven_page_title.yml @@ -0,0 +1,20 @@ +uuid: f03e099f-27ac-4e6e-9388-4ae4f6af3fe0 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: ZSpc3IoSaLd0PkB02nxjVPBMztIdsTdHek9SiGaqZ_c +id: seven_page_title +theme: seven +region: header +weight: -30 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + provider: core + label_display: '0' +visibility: { } diff --git a/config/block.block.seven_primary_local_tasks.yml b/config/block.block.seven_primary_local_tasks.yml new file mode 100644 index 000000000..1e77df7b9 --- /dev/null +++ b/config/block.block.seven_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: fc8bc0df-2f4b-41c7-847d-a89e098567f1 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: dih5byVAys_FES1o7sgg69aCtt4QGohKJdH2b3KNtqg +id: seven_primary_local_tasks +theme: seven +region: header +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + provider: core + label_display: '0' + primary: true + secondary: false +visibility: { } diff --git a/config/block.block.seven_secondary_local_tasks.yml b/config/block.block.seven_secondary_local_tasks.yml new file mode 100644 index 000000000..0fe141005 --- /dev/null +++ b/config/block.block.seven_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 93edf8a5-308d-4def-bebd-1e9ddca29467 +langcode: en +status: true +dependencies: + theme: + - seven +_core: + default_config_hash: DIhfo3vqMBmJ5dgZj7bocULh6Kv2WB5yKrtfzB2EFEM +id: seven_secondary_local_tasks +theme: seven +region: pre_content +weight: 0 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + provider: core + label_display: '0' + primary: false + secondary: true +visibility: { } diff --git a/config/block_content.type.basic.yml b/config/block_content.type.basic.yml new file mode 100644 index 000000000..8119f15f9 --- /dev/null +++ b/config/block_content.type.basic.yml @@ -0,0 +1,10 @@ +uuid: 15a8b115-7504-4c9c-88dc-e2d6a7182944 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: TfTp3M9nLYxlUTmX43rS55S2pIp0mX9cicMIi-ja4oc +id: basic +label: 'Basic block' +revision: 0 +description: 'A basic block contains a title and a body.' diff --git a/config/contact.form.personal.yml b/config/contact.form.personal.yml new file mode 100644 index 000000000..9af55def4 --- /dev/null +++ b/config/contact.form.personal.yml @@ -0,0 +1,13 @@ +uuid: d2959d79-6a0f-44bd-8ae2-04f4c5e816af +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I +id: personal +label: 'Personal contact form' +recipients: { } +reply: '' +weight: 0 +message: 'Your message has been sent.' +redirect: '' diff --git a/config/contact.form.sitewide.yml b/config/contact.form.sitewide.yml new file mode 100644 index 000000000..889421bac --- /dev/null +++ b/config/contact.form.sitewide.yml @@ -0,0 +1,22 @@ +uuid: d3815114-0e2b-4d7d-a411-9278e65a7aef +langcode: en +status: true +dependencies: + module: + - contact_storage +third_party_settings: + contact_storage: + submit_text: Send + show_preview: false + disabled_form_message: 'This contact form has been disabled.' + maximum_submissions_user: 0 +_core: + default_config_hash: Z46ux9EOlHDSAvrhCO0L1-QcdeSiAQnQDA1eeK9yqwA +id: sitewide +label: 'Contact Form' +recipients: + - admin@example.com +reply: '' +weight: 0 +message: 'Thanks for contacting us. We''ll get back to you as soon as we can!' +redirect: / diff --git a/config/contact.settings.yml b/config/contact.settings.yml new file mode 100644 index 000000000..a2903f519 --- /dev/null +++ b/config/contact.settings.yml @@ -0,0 +1,7 @@ +default_form: feedback +flood: + limit: 5 + interval: 3600 +user_default_enabled: true +_core: + default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8 diff --git a/config/contact_storage.settings.yml b/config/contact_storage.settings.yml new file mode 100644 index 000000000..fc23b7776 --- /dev/null +++ b/config/contact_storage.settings.yml @@ -0,0 +1,3 @@ +send_html: false +_core: + default_config_hash: u1RcUmXE8JoPvWv7N2h8oQsrczIgbqK3FBWuxgaHYwo diff --git a/config/core.base_field_override.node.landing_page.promote.yml b/config/core.base_field_override.node.landing_page.promote.yml new file mode 100644 index 000000000..f2cf3e5bd --- /dev/null +++ b/config/core.base_field_override.node.landing_page.promote.yml @@ -0,0 +1,24 @@ +uuid: 6eb97c06-3de5-4fe3-8328-adbf10c78fa7 +langcode: en +status: true +dependencies: + config: + - node.type.landing_page +_core: + default_config_hash: KZ4pDrGhkRiIo7Ee-E4HGZp7YPXKS_FLR0nLeUQ3P2U +id: node.landing_page.promote +field_name: promote +entity_type: node +bundle: landing_page +label: 'Promoted to front page' +description: '' +required: false +translatable: true +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/core.base_field_override.node.page.promote.yml b/config/core.base_field_override.node.page.promote.yml new file mode 100644 index 000000000..9a0308c8e --- /dev/null +++ b/config/core.base_field_override.node.page.promote.yml @@ -0,0 +1,24 @@ +uuid: ae9ae22e-4317-4195-9956-a089fdc67cbb +langcode: en +status: true +dependencies: + config: + - node.type.page +_core: + default_config_hash: vdYkuvvyzCU3dFiOu7LULd-uZyENb_byNYidQVIZtXk +id: node.page.promote +field_name: promote +entity_type: node +bundle: page +label: 'Promoted to front page' +description: '' +required: false +translatable: true +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/core.base_field_override.node.page.status.yml b/config/core.base_field_override.node.page.status.yml new file mode 100644 index 000000000..64ab240e2 --- /dev/null +++ b/config/core.base_field_override.node.page.status.yml @@ -0,0 +1,24 @@ +uuid: 311de0fb-46c5-4a50-b011-7ad268fa106e +langcode: en +status: true +dependencies: + config: + - node.type.page +_core: + default_config_hash: Hi734__ekKUYeOgRdlfGIjEz1Mb8HYM4laYu0l_5Q88 +id: node.page.status +field_name: status +entity_type: node +bundle: page +label: 'Publishing status' +description: 'A boolean indicating whether the node is published.' +required: false +translatable: true +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/core.date_format.fallback.yml b/config/core.date_format.fallback.yml new file mode 100644 index 000000000..7047d0e93 --- /dev/null +++ b/config/core.date_format.fallback.yml @@ -0,0 +1,10 @@ +uuid: ba969b04-3ea1-461f-a4fb-1e7057615f1a +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 7klS5IWXrwzVaPpYZFAs6wcx8U2FF1X73OfrtTsvuvE +id: fallback +label: 'Fallback date format' +locked: true +pattern: 'D, m/d/Y - H:i' diff --git a/config/core.date_format.html_date.yml b/config/core.date_format.html_date.yml new file mode 100644 index 000000000..48693f720 --- /dev/null +++ b/config/core.date_format.html_date.yml @@ -0,0 +1,10 @@ +uuid: 8331c09b-8bc1-4c29-b1e5-2e45ef4e7017 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk +id: html_date +label: 'HTML Date' +locked: true +pattern: Y-m-d diff --git a/config/core.date_format.html_datetime.yml b/config/core.date_format.html_datetime.yml new file mode 100644 index 000000000..dbde92e24 --- /dev/null +++ b/config/core.date_format.html_datetime.yml @@ -0,0 +1,10 @@ +uuid: 79cb566a-b5c0-46b1-a654-a98bb039bb69 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: jxfClwZIRXIdcvMrE--WkcZxDGUVoOIE3Sm2NRZlFuE +id: html_datetime +label: 'HTML Datetime' +locked: true +pattern: 'Y-m-d\TH:i:sO' diff --git a/config/core.date_format.html_month.yml b/config/core.date_format.html_month.yml new file mode 100644 index 000000000..b32ab08c2 --- /dev/null +++ b/config/core.date_format.html_month.yml @@ -0,0 +1,10 @@ +uuid: 1a9cafe4-c639-49d2-9d8a-8032dfe4d398 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: Z7KuCUwM_WdTNvLcoltuX3_8d-s-8FZkTN6KgNwF0eM +id: html_month +label: 'HTML Month' +locked: true +pattern: Y-m diff --git a/config/core.date_format.html_time.yml b/config/core.date_format.html_time.yml new file mode 100644 index 000000000..a35c4c592 --- /dev/null +++ b/config/core.date_format.html_time.yml @@ -0,0 +1,10 @@ +uuid: 83d279e6-b13d-4eb4-a980-6019712c38f7 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE +id: html_time +label: 'HTML Time' +locked: true +pattern: 'H:i:s' diff --git a/config/core.date_format.html_week.yml b/config/core.date_format.html_week.yml new file mode 100644 index 000000000..18ddf396a --- /dev/null +++ b/config/core.date_format.html_week.yml @@ -0,0 +1,10 @@ +uuid: 7942984b-4c13-46d1-a70e-a355ce063eea +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: wKD4WsoV_wFgv2vgI4mcAAFSIzrye17ykzdwrnApkfY +id: html_week +label: 'HTML Week' +locked: true +pattern: Y-\WW diff --git a/config/core.date_format.html_year.yml b/config/core.date_format.html_year.yml new file mode 100644 index 000000000..7ee3ef359 --- /dev/null +++ b/config/core.date_format.html_year.yml @@ -0,0 +1,10 @@ +uuid: 7a6150ad-b91d-49ed-8eca-dee81a53e784 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: OjekiQuX9RbVQ2_8jOHBL94RgYLePqX7wpfNGgcQzrk +id: html_year +label: 'HTML Year' +locked: true +pattern: 'Y' diff --git a/config/core.date_format.html_yearless_date.yml b/config/core.date_format.html_yearless_date.yml new file mode 100644 index 000000000..97d749f78 --- /dev/null +++ b/config/core.date_format.html_yearless_date.yml @@ -0,0 +1,10 @@ +uuid: dc75fd96-81fe-4adf-99a4-350b8df98843 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 5VpawMrKPEPCkoO4YpPa0TDFO2dgiIHfTziJtwlmUxc +id: html_yearless_date +label: 'HTML Yearless date' +locked: true +pattern: m-d diff --git a/config/core.date_format.long.yml b/config/core.date_format.long.yml new file mode 100644 index 000000000..6cdf418cb --- /dev/null +++ b/config/core.date_format.long.yml @@ -0,0 +1,10 @@ +uuid: 1d4cd020-13bd-404a-a084-0792c49a2f99 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: og8sWXhBuHbLMw3CoiBEZjgqSyhFBFmcbUW_wLcfNbo +id: long +label: 'Default long date' +locked: false +pattern: 'l, F j, Y - H:i' diff --git a/config/core.date_format.medium.yml b/config/core.date_format.medium.yml new file mode 100644 index 000000000..7664ef7dd --- /dev/null +++ b/config/core.date_format.medium.yml @@ -0,0 +1,10 @@ +uuid: 547a94d0-16d3-46ee-bf9a-e838ab692720 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE +id: medium +label: 'Default medium date' +locked: false +pattern: 'D, m/d/Y - H:i' diff --git a/config/core.date_format.short.yml b/config/core.date_format.short.yml new file mode 100644 index 000000000..dfd7b3876 --- /dev/null +++ b/config/core.date_format.short.yml @@ -0,0 +1,10 @@ +uuid: 2de6b8fe-da02-434b-ba31-eaf891af547e +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: AlzeyytA8InBgxIG9H2UDJYs3CG98Zj6yRsDKmlbZwA +id: short +label: 'Default short date' +locked: false +pattern: 'm/d/Y - H:i' diff --git a/config/core.entity_form_display.block_content.basic.default.yml b/config/core.entity_form_display.block_content.basic.default.yml new file mode 100644 index 000000000..1dab3c109 --- /dev/null +++ b/config/core.entity_form_display.block_content.basic.default.yml @@ -0,0 +1,32 @@ +uuid: e55fd47c-f941-4384-b8c8-e8aded4eed66 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: GAd7hovzsOttC5L0PaiDTGKalT2YHmbSm3Adn3aYl2M +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + type: text_textarea_with_summary + weight: 0 + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + third_party_settings: { } + info: + type: string_textfield + weight: -5 + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/core.entity_form_display.media.document.default.yml b/config/core.entity_form_display.media.document.default.yml new file mode 100644 index 000000000..78bf83b79 --- /dev/null +++ b/config/core.entity_form_display.media.document.default.yml @@ -0,0 +1,44 @@ +uuid: 2a9649b3-e98d-4837-9a05-85025c35b9cb +langcode: en +status: true +dependencies: + config: + - field.field.media.document.field_document + - field.field.media.document.field_document_size + - field.field.media.document.field_media_in_library + - field.field.media.document.field_mime_type + - media_entity.bundle.document + module: + - file + - workbench_moderation +_core: + default_config_hash: cJuFx19N5_sxWYHHlmO3RQGGsc47AjZ5a1HfNN2fOzc +id: media.document.default +targetEntityType: media +bundle: document +mode: default +content: + field_document: + weight: 0 + settings: + progress_indicator: throbber + third_party_settings: { } + type: file_generic + field_media_in_library: + type: boolean_checkbox + settings: + display_label: true + weight: 3 + third_party_settings: { } + name: + type: string_textfield + weight: 2 + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + field_document_size: true + field_mime_type: true + uid: true diff --git a/config/core.entity_form_display.media.document.media_browser.yml b/config/core.entity_form_display.media.document.media_browser.yml new file mode 100644 index 000000000..8f1674a92 --- /dev/null +++ b/config/core.entity_form_display.media.document.media_browser.yml @@ -0,0 +1,39 @@ +uuid: fa5e6c63-fee0-4579-95b1-943db3e4d6dd +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_browser + - field.field.media.document.field_document + - field.field.media.document.field_document_size + - field.field.media.document.field_media_in_library + - field.field.media.document.field_mime_type + - media_entity.bundle.document + module: + - workbench_moderation +_core: + default_config_hash: 42PnTHEtfrPG3mE5g8OLMl2sJnQcgw0iafADriEv0HA +id: media.document.media_browser +targetEntityType: media +bundle: document +mode: media_browser +content: + field_media_in_library: + type: boolean_checkbox + settings: + display_label: true + weight: 1 + third_party_settings: { } + name: + type: string_textfield + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + field_document: true + field_document_size: true + field_mime_type: true + uid: true diff --git a/config/core.entity_form_display.media.image.default.yml b/config/core.entity_form_display.media.image.default.yml new file mode 100644 index 000000000..4763474f4 --- /dev/null +++ b/config/core.entity_form_display.media.image.default.yml @@ -0,0 +1,42 @@ +uuid: c81748b6-579e-4c42-86f6-cea00c372c96 +langcode: en +status: true +dependencies: + config: + - field.field.media.image.field_media_in_library + - field.field.media.image.image + - image.style.thumbnail + - media_entity.bundle.image + module: + - image + - workbench_moderation +_core: + default_config_hash: 3sayyMrnuL8vsG48ckrv-6c4o1uDeQLY15D3l7rtslY +id: media.image.default +targetEntityType: media +bundle: image +mode: default +content: + field_media_in_library: + type: boolean_checkbox + weight: 4 + settings: + display_label: true + third_party_settings: { } + image: + type: image_image + weight: 0 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + name: + type: string_textfield + weight: 3 + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + uid: true diff --git a/config/core.entity_form_display.media.image.media_browser.yml b/config/core.entity_form_display.media.image.media_browser.yml new file mode 100644 index 000000000..58e231971 --- /dev/null +++ b/config/core.entity_form_display.media.image.media_browser.yml @@ -0,0 +1,43 @@ +uuid: b838dbd8-90d5-408a-b039-3df6910283cf +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_browser + - field.field.media.image.field_media_in_library + - field.field.media.image.image + - image.style.medium + - media_entity.bundle.image + module: + - image + - workbench_moderation +_core: + default_config_hash: LpTYmf5ylCEAcaqLWWOQBLTk-MsJ0QwXhUV3CnOocI0 +id: media.image.media_browser +targetEntityType: media +bundle: image +mode: media_browser +content: + field_media_in_library: + type: boolean_checkbox + weight: 4 + settings: + display_label: true + third_party_settings: { } + image: + type: image_image + weight: 0 + settings: + preview_image_style: medium + progress_indicator: throbber + third_party_settings: { } + name: + type: string_textfield + weight: 3 + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + uid: true diff --git a/config/core.entity_form_display.media.instagram.default.yml b/config/core.entity_form_display.media.instagram.default.yml new file mode 100644 index 000000000..2c53be5e2 --- /dev/null +++ b/config/core.entity_form_display.media.instagram.default.yml @@ -0,0 +1,42 @@ +uuid: a4d1b79f-7008-4e13-9ac2-dedcd8cf1221 +langcode: en +status: true +dependencies: + config: + - field.field.media.instagram.embed_code + - field.field.media.instagram.field_media_in_library + - media_entity.bundle.instagram + module: + - workbench_moderation +_core: + default_config_hash: jDN_C9WDRGh8kbivibYIFFgSscT2mELFjSQGoCppakY +id: media.instagram.default +targetEntityType: media +bundle: instagram +mode: default +content: + embed_code: + type: string_textarea + weight: 0 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + field_media_in_library: + type: boolean_checkbox + weight: 1 + settings: + display_label: true + third_party_settings: { } + name: + type: string_textfield + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + preview: + weight: 0 +hidden: + created: true + uid: true diff --git a/config/core.entity_form_display.media.instagram.media_browser.yml b/config/core.entity_form_display.media.instagram.media_browser.yml new file mode 100644 index 000000000..4351a7b40 --- /dev/null +++ b/config/core.entity_form_display.media.instagram.media_browser.yml @@ -0,0 +1,39 @@ +uuid: d4f6324e-6b31-4ae8-8dfe-2a103cc64963 +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_browser + - field.field.media.instagram.embed_code + - field.field.media.instagram.field_media_in_library + - media_entity.bundle.instagram + module: + - workbench_moderation +_core: + default_config_hash: uS6RS8T1jzj6mCSW2DqzkczI3oII6mbRTOYO8wKerBg +id: media.instagram.media_browser +targetEntityType: media +bundle: instagram +mode: media_browser +content: + field_media_in_library: + type: boolean_checkbox + weight: 1 + settings: + display_label: true + third_party_settings: { } + name: + type: string_textfield + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + preview: + weight: null + settings: { } + third_party_settings: { } +hidden: + created: true + embed_code: true + uid: true diff --git a/config/core.entity_form_display.media.tweet.default.yml b/config/core.entity_form_display.media.tweet.default.yml new file mode 100644 index 000000000..b85643fbc --- /dev/null +++ b/config/core.entity_form_display.media.tweet.default.yml @@ -0,0 +1,42 @@ +uuid: a3a8768b-8523-4b8c-bd69-949713f6cdf9 +langcode: en +status: true +dependencies: + config: + - field.field.media.tweet.embed_code + - field.field.media.tweet.field_media_in_library + - media_entity.bundle.tweet + module: + - workbench_moderation +_core: + default_config_hash: ptBSQ5lrg7HxikqhFDXWCd-f7Pvz5s9HCpj_h4udD_o +id: media.tweet.default +targetEntityType: media +bundle: tweet +mode: default +content: + embed_code: + type: string_textarea + weight: 1 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + field_media_in_library: + type: boolean_checkbox + weight: 1 + settings: + display_label: true + third_party_settings: { } + name: + type: string_textfield + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + preview: + weight: 0 +hidden: + created: true + uid: true diff --git a/config/core.entity_form_display.media.tweet.media_browser.yml b/config/core.entity_form_display.media.tweet.media_browser.yml new file mode 100644 index 000000000..d02abbb16 --- /dev/null +++ b/config/core.entity_form_display.media.tweet.media_browser.yml @@ -0,0 +1,39 @@ +uuid: 3b4a4cbf-fadb-4416-9d8b-b36ac4bca560 +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_browser + - field.field.media.tweet.embed_code + - field.field.media.tweet.field_media_in_library + - media_entity.bundle.tweet + module: + - workbench_moderation +_core: + default_config_hash: iAP5EaBYx55L560b3u9Uyz2RF2GbwtLgzgy0Z33kBck +id: media.tweet.media_browser +targetEntityType: media +bundle: tweet +mode: media_browser +content: + field_media_in_library: + type: boolean_checkbox + weight: 1 + settings: + display_label: true + third_party_settings: { } + name: + type: string_textfield + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + preview: + weight: null + settings: { } + third_party_settings: { } +hidden: + created: true + embed_code: true + uid: true diff --git a/config/core.entity_form_display.media.video.default.yml b/config/core.entity_form_display.media.video.default.yml new file mode 100644 index 000000000..3e8c5163f --- /dev/null +++ b/config/core.entity_form_display.media.video.default.yml @@ -0,0 +1,41 @@ +uuid: 9682068a-ed6b-413a-8443-f056c337e630 +langcode: en +status: true +dependencies: + config: + - field.field.media.video.field_media_in_library + - field.field.media.video.field_media_video_embed_field + - media_entity.bundle.video + module: + - video_embed_field + - workbench_moderation +_core: + default_config_hash: HCTWpOqXTYYpuBfqfQIjmSqcpM7jmFEFxQj_RMQWRAU +id: media.video.default +targetEntityType: media +bundle: video +mode: default +content: + field_media_in_library: + type: boolean_checkbox + weight: 1 + settings: + display_label: true + third_party_settings: { } + field_media_video_embed_field: + type: video_embed_field_textfield + weight: 1 + settings: { } + third_party_settings: { } + name: + type: string_textfield + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + preview: + weight: 0 +hidden: + created: true + uid: true diff --git a/config/core.entity_form_display.media.video.media_browser.yml b/config/core.entity_form_display.media.video.media_browser.yml new file mode 100644 index 000000000..87b40e1a4 --- /dev/null +++ b/config/core.entity_form_display.media.video.media_browser.yml @@ -0,0 +1,39 @@ +uuid: 5f568a4f-fe8f-4e67-a9f9-e5f5dd78c555 +langcode: en +status: true +dependencies: + config: + - core.entity_form_mode.media.media_browser + - field.field.media.video.field_media_in_library + - field.field.media.video.field_media_video_embed_field + - media_entity.bundle.video + module: + - workbench_moderation +_core: + default_config_hash: ggUvzzCujjyCEfAyWiJyvfcbQdARZ9_0vH9wGeGHbqo +id: media.video.media_browser +targetEntityType: media +bundle: video +mode: media_browser +content: + field_media_in_library: + type: boolean_checkbox + weight: 1 + settings: + display_label: true + third_party_settings: { } + name: + type: string_textfield + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + preview: + weight: null + settings: { } + third_party_settings: { } +hidden: + created: true + field_media_video_embed_field: true + uid: true diff --git a/config/core.entity_form_display.node.landing_page.default.yml b/config/core.entity_form_display.node.landing_page.default.yml new file mode 100644 index 000000000..064d40f94 --- /dev/null +++ b/config/core.entity_form_display.node.landing_page.default.yml @@ -0,0 +1,68 @@ +uuid: f7ff827d-6182-4710-8d14-67f80e85a2e4 +langcode: en +status: true +dependencies: + config: + - field.field.node.landing_page.body + - field.field.node.landing_page.field_meta_tags + - field.field.node.landing_page.panelizer + - node.type.landing_page + module: + - metatag + - panelizer + - path + - text + - workbench_moderation +_core: + default_config_hash: 658OxnThZDJNTMwfVL51KR09bExMoLbffKAVMuPLBe8 +id: node.landing_page.default +targetEntityType: node +bundle: landing_page +mode: default +content: + body: + type: text_textarea_with_summary + weight: 1 + settings: + rows: 5 + placeholder: '' + summary_rows: 2 + third_party_settings: { } + created: + type: datetime_timestamp + weight: 3 + settings: { } + third_party_settings: { } + field_meta_tags: + weight: 6 + settings: { } + third_party_settings: { } + type: metatag_firehose + panelizer: + type: panelizer + weight: 5 + settings: { } + third_party_settings: { } + path: + type: path + weight: 4 + settings: { } + third_party_settings: { } + title: + type: string_textfield + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 2 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + promote: true + sticky: true diff --git a/config/core.entity_form_display.node.page.default.yml b/config/core.entity_form_display.node.page.default.yml new file mode 100644 index 000000000..858f946d0 --- /dev/null +++ b/config/core.entity_form_display.node.page.default.yml @@ -0,0 +1,84 @@ +uuid: 7139ca21-e65b-4ee4-9204-2f5f9cf332ae +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - field.field.node.page.field_meta_tags + - field.field.node.page.scheduled_update + - node.type.page + module: + - inline_entity_form + - metatag + - path + - text + - workbench_moderation +_core: + default_config_hash: REvJbUqTIymX9RPtmwNz2c13OKbrTk8Y3UfJWXLl8CY +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + type: text_textarea_with_summary + weight: 6 + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + third_party_settings: { } + created: + type: datetime_timestamp + weight: 2 + settings: { } + third_party_settings: { } + field_meta_tags: + type: metatag_firehose + weight: 7 + settings: { } + third_party_settings: { } + path: + type: path + weight: 5 + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 3 + third_party_settings: { } + scheduled_update: + type: inline_entity_form_complex + weight: 8 + settings: + override_labels: false + label_singular: '' + label_plural: '' + allow_new: true + allow_existing: false + match_operator: CONTAINS + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 4 + third_party_settings: { } + title: + type: string_textfield + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 1 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/core.entity_form_display.scheduled_update.multiple_node_embargo.default.yml b/config/core.entity_form_display.scheduled_update.multiple_node_embargo.default.yml new file mode 100644 index 000000000..30f4cbbc2 --- /dev/null +++ b/config/core.entity_form_display.scheduled_update.multiple_node_embargo.default.yml @@ -0,0 +1,33 @@ +uuid: 660b6198-2d31-40b2-ab6b-dfef44206113 +langcode: en +status: true +dependencies: + config: + - field.field.scheduled_update.multiple_node_embargo.field_moderation_state_1 + - scheduled_updates.scheduled_update_type.multiple_node_embargo +_core: + default_config_hash: ZAV1-GsrgfgbGgCExjM3beN7HSzf8Nz4gIhvgUXXk5s +id: scheduled_update.multiple_node_embargo.default +targetEntityType: scheduled_update +bundle: multiple_node_embargo +mode: default +content: + entity_ids: + type: entity_reference_autocomplete + weight: -10 + settings: + match_operator: CONTAINS + size: '60' + placeholder: '' + third_party_settings: { } + field_moderation_state_1: + type: options_select + weight: 0 + settings: { } + third_party_settings: { } + update_timestamp: + type: datetime_timestamp + weight: -9 + settings: { } + third_party_settings: { } +hidden: { } diff --git a/config/core.entity_form_display.scheduled_update.node_embargo.default.yml b/config/core.entity_form_display.scheduled_update.node_embargo.default.yml new file mode 100644 index 000000000..c57daaa98 --- /dev/null +++ b/config/core.entity_form_display.scheduled_update.node_embargo.default.yml @@ -0,0 +1,25 @@ +uuid: 740389df-0fd9-4d23-ae8b-fa697195dddb +langcode: en +status: true +dependencies: + config: + - field.field.scheduled_update.node_embargo.field_moderation_state + - scheduled_updates.scheduled_update_type.node_embargo +_core: + default_config_hash: XLM4XxWVsRabgIZ4Wt5dwKtYQJzf82ddxM1k4SpkCxw +id: scheduled_update.node_embargo.default +targetEntityType: scheduled_update +bundle: node_embargo +mode: default +content: + field_moderation_state: + type: options_select + weight: 0 + settings: { } + third_party_settings: { } + update_timestamp: + type: datetime_timestamp + weight: -9 + settings: { } + third_party_settings: { } +hidden: { } diff --git a/config/core.entity_form_mode.media.media_browser.yml b/config/core.entity_form_mode.media.media_browser.yml new file mode 100644 index 000000000..d7c325e16 --- /dev/null +++ b/config/core.entity_form_mode.media.media_browser.yml @@ -0,0 +1,12 @@ +uuid: 1760f02b-9c75-4088-b143-8a7ca22b943e +langcode: en +status: true +dependencies: + module: + - media_entity +_core: + default_config_hash: PFXE9_DP1JC8D5FuPbbNdIyNVOfufbnt5o-9ggK8-ZU +id: media.media_browser +label: 'Media browser' +targetEntityType: media +cache: true diff --git a/config/core.entity_form_mode.user.register.yml b/config/core.entity_form_mode.user.register.yml new file mode 100644 index 000000000..5115facd7 --- /dev/null +++ b/config/core.entity_form_mode.user.register.yml @@ -0,0 +1,12 @@ +uuid: c1709a96-c792-4918-8163-e1978f2a313c +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI +id: user.register +label: Register +targetEntityType: user +cache: true diff --git a/config/core.entity_view_display.block_content.basic.default.yml b/config/core.entity_view_display.block_content.basic.default.yml new file mode 100644 index 000000000..cc2d2f087 --- /dev/null +++ b/config/core.entity_view_display.block_content.basic.default.yml @@ -0,0 +1,23 @@ +uuid: 6d5efcd2-c2b7-4db9-af8b-b718df3fd5a9 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.field.block_content.basic.body + module: + - text +_core: + default_config_hash: oP4XjchjosP5e4irTezr6NvjLhl11qmfjEB1QUscZt4 +id: block_content.basic.default +targetEntityType: block_content +bundle: basic +mode: default +content: + body: + type: text_default + weight: 0 + label: hidden + settings: { } + third_party_settings: { } +hidden: { } diff --git a/config/core.entity_view_display.media.document.default.yml b/config/core.entity_view_display.media.document.default.yml new file mode 100644 index 000000000..c5c0a1ade --- /dev/null +++ b/config/core.entity_view_display.media.document.default.yml @@ -0,0 +1,75 @@ +uuid: e9dabc2b-2d22-4dd8-9a3d-f0d74afcceaa +langcode: en +status: true +dependencies: + config: + - field.field.media.document.field_document + - field.field.media.document.field_document_size + - field.field.media.document.field_media_in_library + - field.field.media.document.field_mime_type + - image.style.thumbnail + - media_entity.bundle.document + module: + - file + - image + - user +_core: + default_config_hash: RB_e7jnyg4lW5G9VkkpsZn1zR6EwiEPtd5OM3_5FqQk +id: media.document.default +targetEntityType: media +bundle: document +mode: default +content: + created: + label: hidden + type: timestamp + weight: 0 + settings: + date_format: medium + custom_date_format: '' + timezone: '' + third_party_settings: { } + field_document: + weight: 2 + label: above + settings: { } + third_party_settings: { } + type: file_default + field_document_size: + weight: 4 + label: above + settings: + thousand_separator: '' + prefix_suffix: true + third_party_settings: { } + type: number_integer + field_mime_type: + weight: 3 + label: above + settings: + link_to_entity: false + third_party_settings: { } + type: string + name: + label: hidden + type: string + weight: -5 + settings: + link_to_entity: false + third_party_settings: { } + thumbnail: + type: image + weight: 1 + label: hidden + settings: + image_style: thumbnail + image_link: '' + third_party_settings: { } + uid: + label: hidden + type: author + weight: 0 + settings: { } + third_party_settings: { } +hidden: + field_media_in_library: true diff --git a/config/core.entity_view_display.media.document.embedded.yml b/config/core.entity_view_display.media.document.embedded.yml new file mode 100644 index 000000000..ca7d31bc1 --- /dev/null +++ b/config/core.entity_view_display.media.document.embedded.yml @@ -0,0 +1,34 @@ +uuid: 275ac885-9b42-43c1-8001-f95499a8cef0 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.embedded + - field.field.media.document.field_document + - field.field.media.document.field_document_size + - field.field.media.document.field_media_in_library + - field.field.media.document.field_mime_type + - media_entity.bundle.document + module: + - file +_core: + default_config_hash: S16Ej4gAaFhYLC-LDSYnmrnrxjjvWRTD4AFdvwqpOC0 +id: media.document.embedded +targetEntityType: media +bundle: document +mode: embedded +content: + field_document: + weight: 0 + label: hidden + settings: { } + third_party_settings: { } + type: file_default +hidden: + created: true + field_document_size: true + field_media_in_library: true + field_mime_type: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.image.default.yml b/config/core.entity_view_display.media.image.default.yml new file mode 100644 index 000000000..9bdd46a9e --- /dev/null +++ b/config/core.entity_view_display.media.image.default.yml @@ -0,0 +1,31 @@ +uuid: c4c052a3-cc0f-4ec6-88d4-8a6e9e4bbe2d +langcode: en +status: true +dependencies: + config: + - field.field.media.image.field_media_in_library + - field.field.media.image.image + - media_entity.bundle.image + module: + - image +_core: + default_config_hash: Zn9LsLt7n0fzyEwtBMqioYJzhnU9RvIcfVef1gs51-Y +id: media.image.default +targetEntityType: media +bundle: image +mode: default +content: + image: + type: image + weight: 0 + label: hidden + settings: + image_style: '' + image_link: '' + third_party_settings: { } +hidden: + created: true + field_media_in_library: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.image.embedded.yml b/config/core.entity_view_display.media.image.embedded.yml new file mode 100644 index 000000000..9a1ab07df --- /dev/null +++ b/config/core.entity_view_display.media.image.embedded.yml @@ -0,0 +1,32 @@ +uuid: c4298f49-1be4-4f6b-9500-cfca22730a7a +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.embedded + - field.field.media.image.field_media_in_library + - field.field.media.image.image + - media_entity.bundle.image + module: + - image +_core: + default_config_hash: Iue5dWz40odYIvQZXHxNgusvUZVuCXr8InfPe5atT6A +id: media.image.embedded +targetEntityType: media +bundle: image +mode: embedded +content: + image: + type: image + weight: 0 + label: hidden + settings: + image_style: '' + image_link: '' + third_party_settings: { } +hidden: + created: true + field_media_in_library: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.instagram.default.yml b/config/core.entity_view_display.media.instagram.default.yml new file mode 100644 index 000000000..70918106b --- /dev/null +++ b/config/core.entity_view_display.media.instagram.default.yml @@ -0,0 +1,31 @@ +uuid: 54620695-5c65-4dc3-be28-6c632dd5ed41 +langcode: en +status: true +dependencies: + config: + - field.field.media.instagram.embed_code + - field.field.media.instagram.field_media_in_library + - media_entity.bundle.instagram + module: + - media_entity_instagram +_core: + default_config_hash: pU0B_8piELcmOp8ABEQwxn2ZFfCLWwsj6_ta83JSs8I +id: media.instagram.default +targetEntityType: media +bundle: instagram +mode: default +content: + embed_code: + type: instagram_embed + weight: 0 + label: visually_hidden + settings: + width: '480' + height: '640' + third_party_settings: { } +hidden: + created: true + field_media_in_library: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.instagram.embedded.yml b/config/core.entity_view_display.media.instagram.embedded.yml new file mode 100644 index 000000000..dcb64dc6a --- /dev/null +++ b/config/core.entity_view_display.media.instagram.embedded.yml @@ -0,0 +1,32 @@ +uuid: 099e9402-84ca-4390-b757-c54802c7c103 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.embedded + - field.field.media.instagram.embed_code + - field.field.media.instagram.field_media_in_library + - media_entity.bundle.instagram + module: + - media_entity_instagram +_core: + default_config_hash: J4bCdYiw2QR3sd6rQZ7qh9YuqXykN_akWNwTWKRQSM0 +id: media.instagram.embedded +targetEntityType: media +bundle: instagram +mode: embedded +content: + embed_code: + type: instagram_embed + weight: 0 + label: hidden + settings: + width: '480' + height: '640' + third_party_settings: { } +hidden: + created: true + field_media_in_library: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.tweet.default.yml b/config/core.entity_view_display.media.tweet.default.yml new file mode 100644 index 000000000..5044204ec --- /dev/null +++ b/config/core.entity_view_display.media.tweet.default.yml @@ -0,0 +1,29 @@ +uuid: bd08a27b-15f3-4e13-996d-9ecc8abebcc8 +langcode: en +status: true +dependencies: + config: + - field.field.media.tweet.embed_code + - field.field.media.tweet.field_media_in_library + - media_entity.bundle.tweet + module: + - media_entity_twitter +_core: + default_config_hash: qjWJrrjeQxKuYZ97XxTcj0Xh3DBG-fNZC4luNLTw4dY +id: media.tweet.default +targetEntityType: media +bundle: tweet +mode: default +content: + embed_code: + type: twitter_embed + weight: 1 + label: hidden + settings: { } + third_party_settings: { } +hidden: + created: true + field_media_in_library: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.tweet.embedded.yml b/config/core.entity_view_display.media.tweet.embedded.yml new file mode 100644 index 000000000..bc854dae4 --- /dev/null +++ b/config/core.entity_view_display.media.tweet.embedded.yml @@ -0,0 +1,30 @@ +uuid: c079b41f-9a9d-497b-9642-bb9c6c030b56 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.embedded + - field.field.media.tweet.embed_code + - field.field.media.tweet.field_media_in_library + - media_entity.bundle.tweet + module: + - media_entity_twitter +_core: + default_config_hash: h5mYORXehVbamAkCZmI6dOteePaae1GDnIB5Szm4oQI +id: media.tweet.embedded +targetEntityType: media +bundle: tweet +mode: embedded +content: + embed_code: + type: twitter_embed + weight: 0 + label: hidden + settings: { } + third_party_settings: { } +hidden: + created: true + field_media_in_library: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.media.video.default.yml b/config/core.entity_view_display.media.video.default.yml new file mode 100644 index 000000000..8a93de899 --- /dev/null +++ b/config/core.entity_view_display.media.video.default.yml @@ -0,0 +1,53 @@ +uuid: 8b5209c8-29c4-429e-9dc0-d82dd5cdd7b0 +langcode: en +status: true +dependencies: + config: + - field.field.media.video.field_media_in_library + - field.field.media.video.field_media_video_embed_field + - media_entity.bundle.video + module: + - user + - video_embed_field +_core: + default_config_hash: '-RZEOZOlYJMw_KvH2fvrIyLled2qHf0AkdQVeO82COQ' +id: media.video.default +targetEntityType: media +bundle: video +mode: default +content: + created: + label: hidden + type: timestamp + weight: 1 + settings: + date_format: medium + custom_date_format: '' + timezone: '' + third_party_settings: { } + field_media_video_embed_field: + type: video_embed_field_video + weight: 3 + label: hidden + settings: + responsive: true + width: '854' + height: '480' + autoplay: true + third_party_settings: { } + name: + label: hidden + type: string + weight: 0 + settings: + link_to_entity: false + third_party_settings: { } + uid: + label: hidden + type: author + weight: 2 + settings: { } + third_party_settings: { } +hidden: + field_media_in_library: true + thumbnail: true diff --git a/config/core.entity_view_display.media.video.embedded.yml b/config/core.entity_view_display.media.video.embedded.yml new file mode 100644 index 000000000..d73b91ab6 --- /dev/null +++ b/config/core.entity_view_display.media.video.embedded.yml @@ -0,0 +1,34 @@ +uuid: dc56afa4-b7a1-47b5-8adc-5ca60fd0dbc9 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.media.embedded + - field.field.media.video.field_media_in_library + - field.field.media.video.field_media_video_embed_field + - media_entity.bundle.video + module: + - video_embed_field +_core: + default_config_hash: _5zVhxHLl7qwxArEds2R869aXPHs3Ow8_nhjZIEqsKU +id: media.video.embedded +targetEntityType: media +bundle: video +mode: embedded +content: + field_media_video_embed_field: + type: video_embed_field_video + weight: 2 + label: hidden + settings: + responsive: true + width: '854' + height: '480' + autoplay: true + third_party_settings: { } +hidden: + created: true + field_media_in_library: true + name: true + thumbnail: true + uid: true diff --git a/config/core.entity_view_display.node.landing_page.default.yml b/config/core.entity_view_display.node.landing_page.default.yml new file mode 100644 index 000000000..098b30d78 --- /dev/null +++ b/config/core.entity_view_display.node.landing_page.default.yml @@ -0,0 +1,43 @@ +uuid: 71d32fde-69e1-4100-a545-6f80a7fa5525 +langcode: en +status: true +dependencies: + config: + - field.field.node.landing_page.body + - field.field.node.landing_page.field_meta_tags + - field.field.node.landing_page.panelizer + - node.type.landing_page + module: + - metatag + - text + - user +_core: + default_config_hash: VtoRRpaZ4Fv6BvSXrqsgVf_jyO6mWxMmyMNjkymLh1M +id: node.landing_page.default +targetEntityType: node +bundle: landing_page +mode: default +content: + body: + weight: 102 + label: hidden + settings: + trim_length: 600 + third_party_settings: { } + type: text_summary_or_trimmed + field_meta_tags: + weight: 101 + label: above + settings: { } + third_party_settings: { } + type: metatag_empty_formatter + links: + weight: 100 + settings: { } + third_party_settings: { } + workbench_moderation_control: + weight: -20 + settings: { } + third_party_settings: { } +hidden: + panelizer: true diff --git a/config/core.entity_view_display.node.landing_page.full.yml b/config/core.entity_view_display.node.landing_page.full.yml new file mode 100644 index 000000000..345e3236a --- /dev/null +++ b/config/core.entity_view_display.node.landing_page.full.yml @@ -0,0 +1,87 @@ +uuid: b8534c1e-cb1f-46e4-b1fb-d6b95e089811 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.full + - field.field.node.landing_page.body + - field.field.node.landing_page.field_meta_tags + - field.field.node.landing_page.panelizer + - node.type.landing_page + module: + - metatag + - panelizer + - user +third_party_settings: + panelizer: + enable: true + custom: true + displays: + default: + blocks: { } + id: panels_variant + uuid: 1a312aa0-75a2-4467-8421-33670a7bd039 + label: 'Single Column' + weight: 0 + layout: onecol + layout_settings: { } + page_title: '[node:title]' + storage_type: panelizer_default + storage_id: 'node:landing_page:default:default' + pattern: panelizer + builder: ipe + static_context: { } + two_column: + blocks: { } + id: panels_variant + uuid: 91b9d430-7b91-4a22-ac4d-2e5e0376c6a2 + label: 'Two Column' + weight: 0 + layout: twocol_stacked + layout_settings: { } + page_title: '[node:title]' + storage_type: panelizer_default + storage_id: 'node:landing_page:default:two_column' + pattern: panelizer + builder: ipe + static_context: { } + three_column: + blocks: { } + id: panels_variant + uuid: 5af47416-fa98-4dfb-9761-fc497a47a76f + label: 'Three Column' + weight: 0 + layout: threecol_25_50_25_stacked + layout_settings: { } + page_title: '[node:title]' + storage_type: panelizer_default + storage_id: 'node:landing_page:default:three_column' + pattern: panelizer + builder: ipe + static_context: { } + allow: true + default: default +_core: + default_config_hash: OqcG58OrVIrOzzQa1vgD4DAxEPIaQ7CNV3P5IzEB4DM +id: node.landing_page.full +targetEntityType: node +bundle: landing_page +mode: full +content: + field_meta_tags: + weight: 101 + label: above + settings: { } + third_party_settings: { } + type: metatag_empty_formatter + links: + weight: 100 + settings: { } + third_party_settings: { } + workbench_moderation_control: + weight: -20 + settings: { } + third_party_settings: { } +hidden: + body: true + panelizer: true diff --git a/config/core.entity_view_display.node.landing_page.teaser.yml b/config/core.entity_view_display.node.landing_page.teaser.yml new file mode 100644 index 000000000..fbdcdcc15 --- /dev/null +++ b/config/core.entity_view_display.node.landing_page.teaser.yml @@ -0,0 +1,44 @@ +uuid: c1c48eaf-ee22-4bd5-b3dd-1dfe966f7871 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.landing_page.body + - field.field.node.landing_page.field_meta_tags + - field.field.node.landing_page.panelizer + - node.type.landing_page + module: + - metatag + - text + - user +_core: + default_config_hash: 4DcUJSG7AwfUUQw6SruGAyoSKsD5CIITpSsDzQvvHls +id: node.landing_page.teaser +targetEntityType: node +bundle: landing_page +mode: teaser +content: + body: + weight: 102 + label: hidden + settings: + trim_length: 600 + third_party_settings: { } + type: text_summary_or_trimmed + field_meta_tags: + weight: 101 + label: above + settings: { } + third_party_settings: { } + type: metatag_empty_formatter + links: + weight: 100 + settings: { } + third_party_settings: { } + workbench_moderation_control: + weight: -20 + settings: { } + third_party_settings: { } +hidden: + panelizer: true diff --git a/config/core.entity_view_display.node.page.default.yml b/config/core.entity_view_display.node.page.default.yml new file mode 100644 index 000000000..281529d50 --- /dev/null +++ b/config/core.entity_view_display.node.page.default.yml @@ -0,0 +1,40 @@ +uuid: 34828314-b477-47b3-8d17-7ec0524f38be +langcode: en +status: true +dependencies: + config: + - field.field.node.page.body + - field.field.node.page.field_meta_tags + - field.field.node.page.scheduled_update + - node.type.page + module: + - metatag + - text + - user +_core: + default_config_hash: wQOp0Gtvf-nibo11pyMBzr9dcDrKIc6BA96c3lyY_bM +id: node.page.default +targetEntityType: node +bundle: page +mode: default +content: + body: + label: hidden + type: text_default + weight: 0 + settings: { } + third_party_settings: { } + field_meta_tags: + type: metatag_empty_formatter + weight: 2 + label: above + settings: { } + third_party_settings: { } + links: + weight: 1 + settings: { } + third_party_settings: { } + workbench_moderation_control: + weight: -20 +hidden: + scheduled_update: true diff --git a/config/core.entity_view_display.node.page.teaser.yml b/config/core.entity_view_display.node.page.teaser.yml new file mode 100644 index 000000000..94d4702d8 --- /dev/null +++ b/config/core.entity_view_display.node.page.teaser.yml @@ -0,0 +1,34 @@ +uuid: 3eb95ce3-ada9-4b8d-ad6b-1583e836df8b +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.page.body + - field.field.node.page.field_meta_tags + - field.field.node.page.scheduled_update + - node.type.page + module: + - text + - user +_core: + default_config_hash: rN2zrScZAJ9xB16hm_Deb9QJKy6JXnn0PdI2n5Z3KRs +id: node.page.teaser +targetEntityType: node +bundle: page +mode: teaser +content: + body: + label: hidden + type: text_summary_or_trimmed + weight: 100 + settings: + trim_length: 600 + third_party_settings: { } + links: + weight: 101 + workbench_moderation_control: + weight: -20 +hidden: + field_meta_tags: true + scheduled_update: true diff --git a/config/core.entity_view_mode.block.token.yml b/config/core.entity_view_mode.block.token.yml new file mode 100644 index 000000000..977a0f749 --- /dev/null +++ b/config/core.entity_view_mode.block.token.yml @@ -0,0 +1,10 @@ +uuid: 2b0c8765-93a9-4dc0-b251-2d411f1819bd +langcode: en +status: true +dependencies: + module: + - block +id: block.token +label: Token +targetEntityType: block +cache: true diff --git a/config/core.entity_view_mode.block_content.full.yml b/config/core.entity_view_mode.block_content.full.yml new file mode 100644 index 000000000..93c32e274 --- /dev/null +++ b/config/core.entity_view_mode.block_content.full.yml @@ -0,0 +1,12 @@ +uuid: 4dc80c69-27ce-4add-8872-5bee20bc5e4f +langcode: en +status: false +dependencies: + module: + - block_content +_core: + default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg +id: block_content.full +label: Full +targetEntityType: block_content +cache: true diff --git a/config/core.entity_view_mode.block_content.token.yml b/config/core.entity_view_mode.block_content.token.yml new file mode 100644 index 000000000..2d5029b6e --- /dev/null +++ b/config/core.entity_view_mode.block_content.token.yml @@ -0,0 +1,10 @@ +uuid: bd563618-1315-48d3-904d-fc714d0f9b2e +langcode: en +status: true +dependencies: + module: + - block_content +id: block_content.token +label: Token +targetEntityType: block_content +cache: true diff --git a/config/core.entity_view_mode.contact_message.token.yml b/config/core.entity_view_mode.contact_message.token.yml new file mode 100644 index 000000000..c62f25b8f --- /dev/null +++ b/config/core.entity_view_mode.contact_message.token.yml @@ -0,0 +1,10 @@ +uuid: 492c5047-fc3d-4c03-a8cd-b80a01016850 +langcode: en +status: true +dependencies: + module: + - contact +id: contact_message.token +label: Token +targetEntityType: contact_message +cache: true diff --git a/config/core.entity_view_mode.file.token.yml b/config/core.entity_view_mode.file.token.yml new file mode 100644 index 000000000..aaf4c91dd --- /dev/null +++ b/config/core.entity_view_mode.file.token.yml @@ -0,0 +1,10 @@ +uuid: 9f447109-9358-4da4-8304-fa2958b7bd48 +langcode: en +status: true +dependencies: + module: + - file +id: file.token +label: Token +targetEntityType: file +cache: true diff --git a/config/core.entity_view_mode.media.embedded.yml b/config/core.entity_view_mode.media.embedded.yml new file mode 100644 index 000000000..adaabe4a1 --- /dev/null +++ b/config/core.entity_view_mode.media.embedded.yml @@ -0,0 +1,12 @@ +uuid: f71c25cf-a4ca-4d56-8e31-2906435018a9 +langcode: en +status: true +dependencies: + module: + - media_entity +_core: + default_config_hash: z8H9GesDfsJ5dtD0ObRUJ7s42aYrqDUAvFBJK_PI-DY +id: media.embedded +label: Embedded +targetEntityType: media +cache: true diff --git a/config/core.entity_view_mode.node.diff.yml b/config/core.entity_view_mode.node.diff.yml new file mode 100644 index 000000000..76d666cfe --- /dev/null +++ b/config/core.entity_view_mode.node.diff.yml @@ -0,0 +1,16 @@ +uuid: 09e259cd-506c-4d3c-99aa-792128de15c8 +langcode: en +status: false +dependencies: + enforced: + module: + - node + - diff + module: + - node +_core: + default_config_hash: q75Otzlypu_5TghImH1cxuN6umtka1UE4GdONTsPaD8 +id: node.diff +label: 'Revision comparison' +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.full.yml b/config/core.entity_view_mode.node.full.yml new file mode 100644 index 000000000..5f12dd43b --- /dev/null +++ b/config/core.entity_view_mode.node.full.yml @@ -0,0 +1,12 @@ +uuid: 7e0288e7-b9ee-41f1-aaaf-110a73680ddf +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk +id: node.full +label: 'Full content' +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.rss.yml b/config/core.entity_view_mode.node.rss.yml new file mode 100644 index 000000000..be29ba143 --- /dev/null +++ b/config/core.entity_view_mode.node.rss.yml @@ -0,0 +1,16 @@ +uuid: c0556b41-a1fe-42f0-b57d-29f551898e0e +langcode: en +status: false +dependencies: + module: + - lightning_core + - node +third_party_settings: + lightning_core: + internal: true +_core: + default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU +id: node.rss +label: RSS +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.search_index.yml b/config/core.entity_view_mode.node.search_index.yml new file mode 100644 index 000000000..4a8969b0e --- /dev/null +++ b/config/core.entity_view_mode.node.search_index.yml @@ -0,0 +1,16 @@ +uuid: e44ad8f2-4e01-4af5-8b8f-14786bc64cf1 +langcode: en +status: false +dependencies: + module: + - lightning_core + - node +third_party_settings: + lightning_core: + internal: true +_core: + default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY +id: node.search_index +label: 'Search index' +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.search_result.yml b/config/core.entity_view_mode.node.search_result.yml new file mode 100644 index 000000000..fecaca738 --- /dev/null +++ b/config/core.entity_view_mode.node.search_result.yml @@ -0,0 +1,12 @@ +uuid: cecc517a-32ab-4804-a8a5-cabc7d44b260 +langcode: en +status: false +dependencies: + module: + - node +_core: + default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM +id: node.search_result +label: 'Search result highlighting input' +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.teaser.yml b/config/core.entity_view_mode.node.teaser.yml new file mode 100644 index 000000000..774f729aa --- /dev/null +++ b/config/core.entity_view_mode.node.teaser.yml @@ -0,0 +1,12 @@ +uuid: 9c74d426-9ae5-4b02-9cb0-29bca97711f6 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4 +id: node.teaser +label: Teaser +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.node.token.yml b/config/core.entity_view_mode.node.token.yml new file mode 100644 index 000000000..1ff4cb4d5 --- /dev/null +++ b/config/core.entity_view_mode.node.token.yml @@ -0,0 +1,10 @@ +uuid: f877df3c-3e16-4967-9d6b-a78dffd51cab +langcode: en +status: true +dependencies: + module: + - node +id: node.token +label: Token +targetEntityType: node +cache: true diff --git a/config/core.entity_view_mode.taxonomy_term.full.yml b/config/core.entity_view_mode.taxonomy_term.full.yml new file mode 100644 index 000000000..6f9589f75 --- /dev/null +++ b/config/core.entity_view_mode.taxonomy_term.full.yml @@ -0,0 +1,12 @@ +uuid: 7792d673-423f-413d-831a-fdbc243ec1d3 +langcode: en +status: true +dependencies: + module: + - taxonomy +_core: + default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE' +id: taxonomy_term.full +label: 'Taxonomy term page' +targetEntityType: taxonomy_term +cache: true diff --git a/config/core.entity_view_mode.user.compact.yml b/config/core.entity_view_mode.user.compact.yml new file mode 100644 index 000000000..2ca6819a9 --- /dev/null +++ b/config/core.entity_view_mode.user.compact.yml @@ -0,0 +1,12 @@ +uuid: 32fec72f-3f39-48f2-b362-b246c6b85f9b +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g +id: user.compact +label: Compact +targetEntityType: user +cache: true diff --git a/config/core.entity_view_mode.user.full.yml b/config/core.entity_view_mode.user.full.yml new file mode 100644 index 000000000..f9ee9fc6b --- /dev/null +++ b/config/core.entity_view_mode.user.full.yml @@ -0,0 +1,12 @@ +uuid: 4d095d7a-7514-4204-b1bc-c4c6bdd4c475 +langcode: en +status: false +dependencies: + module: + - user +_core: + default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM +id: user.full +label: 'User account' +targetEntityType: user +cache: true diff --git a/config/core.entity_view_mode.user.token.yml b/config/core.entity_view_mode.user.token.yml new file mode 100644 index 000000000..033953d91 --- /dev/null +++ b/config/core.entity_view_mode.user.token.yml @@ -0,0 +1,10 @@ +uuid: 4df4910a-5c81-40fe-b240-e4f7e3a1902c +langcode: en +status: true +dependencies: + module: + - user +id: user.token +label: Token +targetEntityType: user +cache: true diff --git a/config/core.extension.yml b/config/core.extension.yml new file mode 100644 index 000000000..699ec1325 --- /dev/null +++ b/config/core.extension.yml @@ -0,0 +1,88 @@ +module: + block: 0 + block_content: 0 + breakpoint: 0 + ckeditor: 0 + config: 0 + config_direct_save: 0 + contact: 0 + contact_storage: 0 + contextual: 0 + ctools: 0 + ctools_block: 0 + datetime: 0 + dblog: 0 + diff: 0 + editor: 0 + embed: 0 + entity: 0 + entity_block: 0 + entity_browser: 0 + entity_embed: 0 + entity_reference: 0 + field: 0 + field_ui: 0 + file: 0 + filter: 0 + help: 0 + history: 0 + image: 0 + inline_entity_form: 0 + layout_plugin: 0 + lightning: 0 + lightning_contact_form: 0 + lightning_core: 0 + lightning_landing_page: 0 + lightning_layout: 0 + lightning_media: 0 + lightning_media_document: 0 + lightning_media_image: 0 + lightning_media_instagram: 0 + lightning_media_twitter: 0 + lightning_media_video: 0 + lightning_page: 0 + lightning_search: 0 + lightning_workflow: 0 + link: 0 + media_entity: 0 + media_entity_document: 0 + media_entity_image: 0 + media_entity_instagram: 0 + media_entity_twitter: 0 + menu_ui: 0 + metatag: 0 + node: 0 + options: 0 + page_cache: 0 + page_manager: 0 + panelizer: 0 + panels: 0 + panels_ipe: 0 + path: 0 + quickedit: 0 + rdf: 0 + scheduled_updates: 0 + search_api: 0 + search_api_db: 0 + shortcut: 0 + system: 0 + taxonomy: 0 + text: 0 + token: 0 + toolbar: 0 + update: 0 + user: 0 + video_embed_field: 0 + video_embed_media: 0 + views_infinite_scroll: 0 + views_ui: 0 + workbench_moderation: 0 + menu_link_content: 1 + views: 10 +theme: + stable: 0 + classy: 0 + bartik: 0 + seven: 0 +_core: + default_config_hash: m2GVq11UAOVuNgj8x0t5fMOPujpvQQ_zxLoaly1BMEU diff --git a/config/core.menu.static_menu_link_overrides.yml b/config/core.menu.static_menu_link_overrides.yml new file mode 100644 index 000000000..df14c4607 --- /dev/null +++ b/config/core.menu.static_menu_link_overrides.yml @@ -0,0 +1,3 @@ +definitions: { } +_core: + default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM diff --git a/config/dblog.settings.yml b/config/dblog.settings.yml new file mode 100644 index 000000000..cf06e3fa7 --- /dev/null +++ b/config/dblog.settings.yml @@ -0,0 +1,3 @@ +row_limit: 1000 +_core: + default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 diff --git a/config/diff.settings.yml b/config/diff.settings.yml new file mode 100644 index 000000000..5762e78bd --- /dev/null +++ b/config/diff.settings.yml @@ -0,0 +1,18 @@ +general_settings: + radio_behavior: simple + context_lines_leading: 1 + context_lines_trailing: 1 + revision_pager_limit: 50 + layout_plugins: + visual_inline: + enabled: true + weight: 0 + split_fields: + enabled: true + weight: 1 + unified_fields: + enabled: true + weight: 2 + visual_inline_theme: default +_core: + default_config_hash: oXwX3NzLv9QK_LbNEvpQ9OPwH9tqtMSJzq5y8t63Q8w diff --git a/config/editor.editor.rich_text.yml b/config/editor.editor.rich_text.yml new file mode 100644 index 000000000..c996299c7 --- /dev/null +++ b/config/editor.editor.rich_text.yml @@ -0,0 +1,65 @@ +uuid: 7e7c9556-5d8b-45ea-bcac-43c3ab70c106 +langcode: en +status: true +dependencies: + config: + - filter.format.rich_text + module: + - ckeditor +_core: + default_config_hash: 0bVELtfx9sXhjZ6s6W-dJo8SW-IR9jiEIEylzm-2Cro +format: rich_text +editor: ckeditor +settings: + toolbar: + rows: + - + - + name: Formatting + items: + - Bold + - Italic + - Strike + - Superscript + - Subscript + - '-' + - RemoveFormat + - + name: Linking + items: + - DrupalLink + - DrupalUnlink + - + name: Lists + items: + - BulletedList + - NumberedList + - + name: Media + items: + - Blockquote + - Table + - HorizontalRule + - media_browser + - + name: 'Block Formatting' + items: + - Format + - + name: Tools + items: + - ShowBlocks + - Source + plugins: + language: + language_list: un + stylescombo: + styles: '' +image_upload: + status: true + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: null + height: null diff --git a/config/embed.button.media_browser.yml b/config/embed.button.media_browser.yml new file mode 100644 index 000000000..7498a8302 --- /dev/null +++ b/config/embed.button.media_browser.yml @@ -0,0 +1,24 @@ +uuid: 1d7d59cc-1103-43f3-98e0-74b8e4ea22fc +langcode: en +status: true +dependencies: + content: + - 'file:file:d8c0fd32-9cf2-472e-b26d-24d4b9a5d908' + module: + - entity_embed + - media_entity +_core: + default_config_hash: WL4ta6NxAdlxtbpkNqiftH4cpFhdh5ceYCO28Iy1IgU +label: 'Media browser' +id: media_browser +type_id: entity +type_settings: + entity_type: media + bundles: { } + display_plugins: + - 'entity_reference:entity_reference_entity_view' + - 'view_mode:media.embedded' + entity_browser: media_browser + entity_browser_settings: + display_review: false +icon_uuid: d8c0fd32-9cf2-472e-b26d-24d4b9a5d908 diff --git a/config/embed.settings.yml b/config/embed.settings.yml new file mode 100644 index 000000000..6ad6f8089 --- /dev/null +++ b/config/embed.settings.yml @@ -0,0 +1,4 @@ +file_scheme: public +upload_directory: embed_buttons +_core: + default_config_hash: Ed6LXVlKotwVS4tx7_rnsL-6NlBoD-PLu3KFPAvpNMc diff --git a/config/entity_browser.browser.image_browser.yml b/config/entity_browser.browser.image_browser.yml new file mode 100644 index 000000000..f68a5b36b --- /dev/null +++ b/config/entity_browser.browser.image_browser.yml @@ -0,0 +1,42 @@ +uuid: 13f0d48b-0397-4553-a33a-2f0ad91b4d86 +langcode: en +status: true +dependencies: + config: + - views.view.media + module: + - lightning_media + - views +_core: + default_config_hash: xipKT5leVqIkooIB1BdbwmJTd9VbDhbdTGU0iIRskA4 +name: image_browser +label: 'Image Browser' +display: modal +display_configuration: + width: '650' + height: '500' + link_text: 'Select Image(s)' + auto_open: false +selection_display: no_display +selection_display_configuration: { } +widget_selector: tabs +widget_selector_configuration: { } +widgets: + 44d52e51-9627-43b5-a637-3b0462041d1c: + settings: + submit_text: Select + return_file: true + uuid: 44d52e51-9627-43b5-a637-3b0462041d1c + weight: -9 + label: Upload + id: file_upload + 58383135-0f34-4a4a-85fc-5cf9b5de2fdd: + settings: + view: media + view_display: entity_browser_2 + submit_text: Select + auto_select: false + uuid: 58383135-0f34-4a4a-85fc-5cf9b5de2fdd + weight: -10 + label: Library + id: view diff --git a/config/entity_browser.browser.media_browser.yml b/config/entity_browser.browser.media_browser.yml new file mode 100644 index 000000000..a264e3277 --- /dev/null +++ b/config/entity_browser.browser.media_browser.yml @@ -0,0 +1,50 @@ +uuid: ec4ce44f-ab9f-4268-84ac-8aebf9a41c80 +langcode: en +status: true +dependencies: + config: + - views.view.media + module: + - lightning_media + - views +_core: + default_config_hash: FDJK8UTP5DIbBgnqQ9Mqawyz0wE0ppQafMdZOWm8AKI +name: media_browser +label: 'Media browser' +display: iframe +display_configuration: + path: /media-browser + width: 100% + height: '640' + link_text: 'Select entities' + auto_open: true +selection_display: no_display +selection_display_configuration: { } +widget_selector: tabs +widget_selector_configuration: { } +widgets: + 134808d9-d854-4a0b-8699-d5eba006b8b7: + settings: + submit_text: Place + view: media + view_display: entity_browser_1 + auto_select: false + uuid: 134808d9-d854-4a0b-8699-d5eba006b8b7 + weight: -10 + label: Library + id: view + 8b142f33-59d1-47b1-9e3a-4ae85d8376fa: + settings: + submit_text: Place + uuid: 8b142f33-59d1-47b1-9e3a-4ae85d8376fa + weight: -8 + label: 'Create embed' + id: embed_code + 044d2af7-314b-4830-8b6d-64896bbb861e: + settings: + submit_text: Place + return_file: false + uuid: 044d2af7-314b-4830-8b6d-64896bbb861e + weight: -9 + label: Upload + id: file_upload diff --git a/config/entity_embed.settings.yml b/config/entity_embed.settings.yml new file mode 100644 index 000000000..a96c108df --- /dev/null +++ b/config/entity_embed.settings.yml @@ -0,0 +1,3 @@ +rendered_entity_mode: false +_core: + default_config_hash: 2qpyZdlgcQidJq1yw1VHXLCl5jDi4dKBWFWLQR4VDfw diff --git a/config/field.field.block_content.basic.body.yml b/config/field.field.block_content.basic.body.yml new file mode 100644 index 000000000..a859b7ec3 --- /dev/null +++ b/config/field.field.block_content.basic.body.yml @@ -0,0 +1,24 @@ +uuid: a41d6f9b-7966-4231-904f-24aca28b89a5 +langcode: en +status: true +dependencies: + config: + - block_content.type.basic + - field.storage.block_content.body + module: + - text +_core: + default_config_hash: R__6wc-rMfFMO8d7jcgqnqiA92j8spKhcc5MiqecrMc +id: block_content.basic.body +field_name: body +entity_type: block_content +bundle: basic +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: false +field_type: text_with_summary diff --git a/config/field.field.media.document.field_document.yml b/config/field.field.media.document.field_document.yml new file mode 100644 index 000000000..037fc7e42 --- /dev/null +++ b/config/field.field.media.document.field_document.yml @@ -0,0 +1,29 @@ +uuid: eb03059b-a7d4-4567-84f1-a44d6959e458 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_document + - media_entity.bundle.document + module: + - file +_core: + default_config_hash: 9qJp-irUTNhCk-FqqZERqwvp-ie7ojMB1FshFdMqzFQ +id: media.document.field_document +field_name: field_document +entity_type: media +bundle: document +label: Document +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'txt pdf doc docx' + max_filesize: '' + description_field: false + handler: 'default:file' + handler_settings: { } +field_type: file diff --git a/config/field.field.media.document.field_document_size.yml b/config/field.field.media.document.field_document_size.yml new file mode 100644 index 000000000..08f623a27 --- /dev/null +++ b/config/field.field.media.document.field_document_size.yml @@ -0,0 +1,25 @@ +uuid: 9ee00bde-dc5a-4fa9-9261-f8eb93ffd663 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_document_size + - media_entity.bundle.document +_core: + default_config_hash: 2JHWRMjGki_C_rjDC7JUaQ3zSkvZqcvhTr-tO9F6wu0 +id: media.document.field_document_size +field_name: field_document_size +entity_type: media +bundle: document +label: Size +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + min: null + max: null + prefix: '' + suffix: byte|bytes +field_type: integer diff --git a/config/field.field.media.document.field_media_in_library.yml b/config/field.field.media.document.field_media_in_library.yml new file mode 100644 index 000000000..250b2f3d2 --- /dev/null +++ b/config/field.field.media.document.field_media_in_library.yml @@ -0,0 +1,25 @@ +uuid: 8bf97050-2ef9-4515-9ae4-799f2d63d342 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_in_library + - media_entity.bundle.document +_core: + default_config_hash: 0AYXPJPcNhzvKSkiVye_RQjfhQWFbZ974bIhc6bk54E +id: media.document.field_media_in_library +field_name: field_media_in_library +entity_type: media +bundle: document +label: 'Save to my media library' +description: '' +required: false +translatable: true +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'Saved to my media library' + off_label: 'Not in my media library' +field_type: boolean diff --git a/config/field.field.media.document.field_mime_type.yml b/config/field.field.media.document.field_mime_type.yml new file mode 100644 index 000000000..cbce41da3 --- /dev/null +++ b/config/field.field.media.document.field_mime_type.yml @@ -0,0 +1,21 @@ +uuid: cc811ae3-75da-43a7-86d5-04c6b84f389e +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_mime_type + - media_entity.bundle.document +_core: + default_config_hash: 3WgtL5n9p5mfqwgj-gvGr4pUDprXs1m7zxHHk99rtKQ +id: media.document.field_mime_type +field_name: field_mime_type +entity_type: media +bundle: document +label: 'MIME Type' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/field.field.media.image.field_media_in_library.yml b/config/field.field.media.image.field_media_in_library.yml new file mode 100644 index 000000000..4d7f77fae --- /dev/null +++ b/config/field.field.media.image.field_media_in_library.yml @@ -0,0 +1,25 @@ +uuid: e93a56cc-107b-4379-8aa0-a0b1caacc540 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_in_library + - media_entity.bundle.image +_core: + default_config_hash: RFhBYmK1iCpMbg5n57Wi_bwHb5e-3gEJpbUtyqQsw0k +id: media.image.field_media_in_library +field_name: field_media_in_library +entity_type: media +bundle: image +label: 'Save to my media library' +description: '' +required: false +translatable: false +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'Saved to my media library' + off_label: 'Not in my media library' +field_type: boolean diff --git a/config/field.field.media.image.image.yml b/config/field.field.media.image.image.yml new file mode 100644 index 000000000..76ebbda3a --- /dev/null +++ b/config/field.field.media.image.image.yml @@ -0,0 +1,41 @@ +uuid: c5d4aac4-d825-4770-b0e8-17d89a016b64 +langcode: und +status: true +dependencies: + config: + - field.storage.media.image + - media_entity.bundle.image + module: + - image +_core: + default_config_hash: lu3hBLQ8i8sGTaqEI88taa73WC6p8HBz-1gmiuPZ4t0 +id: media.image.image +field_name: image +entity_type: media +bundle: image +label: Image +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + file_directory: '' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: false + title_field: false + title_field_required: false + default_image: + uuid: null + fid: 0 + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/field.field.media.instagram.embed_code.yml b/config/field.field.media.instagram.embed_code.yml new file mode 100644 index 000000000..a1684655a --- /dev/null +++ b/config/field.field.media.instagram.embed_code.yml @@ -0,0 +1,21 @@ +uuid: 7ff243c2-861c-43a4-bf05-d7e910714b17 +langcode: und +status: true +dependencies: + config: + - field.storage.media.embed_code + - media_entity.bundle.instagram +_core: + default_config_hash: GFehPjHsnlFQvOAgu3JNYLfbm8i4qVhExxIYB_tBKyU +id: media.instagram.embed_code +field_name: embed_code +entity_type: media +bundle: instagram +label: 'Instagram post' +description: 'Paste media post URL or embed code.' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string_long diff --git a/config/field.field.media.instagram.field_media_in_library.yml b/config/field.field.media.instagram.field_media_in_library.yml new file mode 100644 index 000000000..f7a5232b9 --- /dev/null +++ b/config/field.field.media.instagram.field_media_in_library.yml @@ -0,0 +1,25 @@ +uuid: 2103b12d-5991-4e97-b79c-f7dba08dec37 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_in_library + - media_entity.bundle.instagram +_core: + default_config_hash: tO2-8ZW4Qrh4LdJ26ZDTLXx2opRwRiTb7bN9ErwWzlc +id: media.instagram.field_media_in_library +field_name: field_media_in_library +entity_type: media +bundle: instagram +label: 'Save to my media library' +description: '' +required: false +translatable: false +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'Saved to my media library' + off_label: 'Not in my media library' +field_type: boolean diff --git a/config/field.field.media.tweet.embed_code.yml b/config/field.field.media.tweet.embed_code.yml new file mode 100644 index 000000000..516d8f8d3 --- /dev/null +++ b/config/field.field.media.tweet.embed_code.yml @@ -0,0 +1,21 @@ +uuid: 480b69f6-d81d-40da-bd38-36ec8d7a5ee1 +langcode: und +status: true +dependencies: + config: + - field.storage.media.embed_code + - media_entity.bundle.tweet +_core: + default_config_hash: QaZQL729N5euGXnSvC9gtUanJ5WlMs9JvaXVMiwuqYk +id: media.tweet.embed_code +field_name: embed_code +entity_type: media +bundle: tweet +label: Tweet +description: 'Paste tweet''s URL or embed code.' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string_long diff --git a/config/field.field.media.tweet.field_media_in_library.yml b/config/field.field.media.tweet.field_media_in_library.yml new file mode 100644 index 000000000..02d734e88 --- /dev/null +++ b/config/field.field.media.tweet.field_media_in_library.yml @@ -0,0 +1,25 @@ +uuid: 286365e0-0e6c-4a12-aa5e-f44c1b347984 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_in_library + - media_entity.bundle.tweet +_core: + default_config_hash: wEXH7lwxCx5UjnepjJ74qq-LhsmBqMqKvq7gDFtVxBw +id: media.tweet.field_media_in_library +field_name: field_media_in_library +entity_type: media +bundle: tweet +label: 'Save to my media library' +description: '' +required: false +translatable: false +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'Saved to my media library' + off_label: 'Not in my media library' +field_type: boolean diff --git a/config/field.field.media.video.field_media_in_library.yml b/config/field.field.media.video.field_media_in_library.yml new file mode 100644 index 000000000..b30c79026 --- /dev/null +++ b/config/field.field.media.video.field_media_in_library.yml @@ -0,0 +1,25 @@ +uuid: 451d7584-2b18-428b-99f0-c601ada6da11 +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_in_library + - media_entity.bundle.video +_core: + default_config_hash: zC9pQIW8eM8eJMUOSvbfPmrFbV7DwSD0FXuHUZ7PxDs +id: media.video.field_media_in_library +field_name: field_media_in_library +entity_type: media +bundle: video +label: 'Save to my media library' +description: '' +required: false +translatable: true +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'Saved to my media library' + off_label: 'Not in my media library' +field_type: boolean diff --git a/config/field.field.media.video.field_media_video_embed_field.yml b/config/field.field.media.video.field_media_video_embed_field.yml new file mode 100644 index 000000000..a52b3802a --- /dev/null +++ b/config/field.field.media.video.field_media_video_embed_field.yml @@ -0,0 +1,24 @@ +uuid: 1112027a-6785-4009-9b20-5217d7f7d8ef +langcode: en +status: true +dependencies: + config: + - field.storage.media.field_media_video_embed_field + - media_entity.bundle.video + module: + - video_embed_field +_core: + default_config_hash: s0fRdH-ukYES8apuij2fc5yhq2n4h6XBOWj8kG74Ma0 +id: media.video.field_media_video_embed_field +field_name: field_media_video_embed_field +entity_type: media +bundle: video +label: 'Video URL' +description: '' +required: true +translatable: true +default_value: { } +default_value_callback: '' +settings: + allowed_providers: { } +field_type: video_embed_field diff --git a/config/field.field.node.landing_page.body.yml b/config/field.field.node.landing_page.body.yml new file mode 100644 index 000000000..0e6eb24d0 --- /dev/null +++ b/config/field.field.node.landing_page.body.yml @@ -0,0 +1,24 @@ +uuid: 07db0911-d09d-4b83-bc9a-525155e6652d +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.landing_page + module: + - text +_core: + default_config_hash: rucUkoeuSWIppIt6Yc0z6lvSs21vZoskeQohzXD_FTo +id: node.landing_page.body +field_name: body +entity_type: node +bundle: landing_page +label: Description +description: 'A description of this page, for use in teasers and lists of content.' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: false +field_type: text_with_summary diff --git a/config/field.field.node.landing_page.field_meta_tags.yml b/config/field.field.node.landing_page.field_meta_tags.yml new file mode 100644 index 000000000..1cb066a93 --- /dev/null +++ b/config/field.field.node.landing_page.field_meta_tags.yml @@ -0,0 +1,25 @@ +uuid: fe9f5a51-7472-4041-a170-2cf43f432643 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_meta_tags + - node.type.landing_page + module: + - metatag +_core: + default_config_hash: pqOEUUuFT7pGGUULlZGfLL-5gvE3VxEW0epL24YgGSQ +id: node.landing_page.field_meta_tags +field_name: field_meta_tags +entity_type: node +bundle: landing_page +label: 'Meta tags' +description: '' +required: false +translatable: true +default_value: + - + value: 'a:1:{s:5:"title";s:34:"[current-page:title] | [site:name]";}' +default_value_callback: '' +settings: { } +field_type: metatag diff --git a/config/field.field.node.landing_page.panelizer.yml b/config/field.field.node.landing_page.panelizer.yml new file mode 100644 index 000000000..84a3669a1 --- /dev/null +++ b/config/field.field.node.landing_page.panelizer.yml @@ -0,0 +1,23 @@ +uuid: 941dbf33-6f83-4ec7-8c6a-64e71fb0e423 +langcode: en +status: true +dependencies: + config: + - field.storage.node.panelizer + - node.type.landing_page + module: + - panelizer +_core: + default_config_hash: EibIP4dWSOUE5fTiiIZ9CuZUNz9FpOSVIxUDjROIoEg +id: node.landing_page.panelizer +field_name: panelizer +entity_type: node +bundle: landing_page +label: Panelizer +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: panelizer diff --git a/config/field.field.node.page.body.yml b/config/field.field.node.page.body.yml new file mode 100644 index 000000000..9be878715 --- /dev/null +++ b/config/field.field.node.page.body.yml @@ -0,0 +1,24 @@ +uuid: b9e88461-6aad-4474-8f6e-31433a02fa16 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.page + module: + - text +_core: + default_config_hash: rUop-8b6hvxxDYbv-KobTfNIBNbPY9qOPl8f6kBNSpw +id: node.page.body +field_name: body +entity_type: node +bundle: page +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/config/field.field.node.page.field_meta_tags.yml b/config/field.field.node.page.field_meta_tags.yml new file mode 100644 index 000000000..19f46fac7 --- /dev/null +++ b/config/field.field.node.page.field_meta_tags.yml @@ -0,0 +1,25 @@ +uuid: 186c46cc-a4bf-491a-b184-0fb45a58ef55 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_meta_tags + - node.type.page + module: + - metatag +_core: + default_config_hash: DhaWPMPedKnABJiFN_rFWD0zRfkl1oeG0RZIoRcMQYo +id: node.page.field_meta_tags +field_name: field_meta_tags +entity_type: node +bundle: page +label: 'Meta tags' +description: '' +required: false +translatable: false +default_value: + - + value: 'a:1:{s:5:"title";s:34:"[current-page:title] | [site:name]";}' +default_value_callback: '' +settings: { } +field_type: metatag diff --git a/config/field.field.node.page.scheduled_update.yml b/config/field.field.node.page.scheduled_update.yml new file mode 100644 index 000000000..c2692d72c --- /dev/null +++ b/config/field.field.node.page.scheduled_update.yml @@ -0,0 +1,24 @@ +uuid: 1a41136e-9507-442b-af82-97ecb32fe945 +langcode: en +status: true +dependencies: + config: + - field.storage.node.scheduled_update + - node.type.page + - scheduled_updates.scheduled_update_type.node_embargo +id: node.page.scheduled_update +field_name: scheduled_update +entity_type: node +bundle: page +label: 'Scheduled update' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:scheduled_update' + handler_settings: + target_bundles: + - node_embargo +field_type: entity_reference diff --git a/config/field.field.scheduled_update.multiple_node_embargo.field_moderation_state_1.yml b/config/field.field.scheduled_update.multiple_node_embargo.field_moderation_state_1.yml new file mode 100644 index 000000000..9aad38e38 --- /dev/null +++ b/config/field.field.scheduled_update.multiple_node_embargo.field_moderation_state_1.yml @@ -0,0 +1,23 @@ +uuid: 086b074a-3153-471d-8351-cf14af9dd17d +langcode: en +status: true +dependencies: + config: + - field.storage.scheduled_update.field_moderation_state_1 + - scheduled_updates.scheduled_update_type.multiple_node_embargo +_core: + default_config_hash: _jhq30skbuYSA2hgaBAOtm2J-oh2SOvwx9HO7f5fMuk +id: scheduled_update.multiple_node_embargo.field_moderation_state_1 +field_name: field_moderation_state_1 +entity_type: scheduled_update +bundle: multiple_node_embargo +label: 'Moderation state' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:moderation_state' + handler_settings: { } +field_type: entity_reference diff --git a/config/field.field.scheduled_update.node_embargo.field_moderation_state.yml b/config/field.field.scheduled_update.node_embargo.field_moderation_state.yml new file mode 100644 index 000000000..4177712e7 --- /dev/null +++ b/config/field.field.scheduled_update.node_embargo.field_moderation_state.yml @@ -0,0 +1,23 @@ +uuid: bf7c8dc5-d252-4fdf-b1f5-f58e316d6ece +langcode: en +status: true +dependencies: + config: + - field.storage.scheduled_update.field_moderation_state + - scheduled_updates.scheduled_update_type.node_embargo +_core: + default_config_hash: UUdOywcjdHs2k7tBQ85t84KEGF2xb3HTCFVoG53xMVM +id: scheduled_update.node_embargo.field_moderation_state +field_name: field_moderation_state +entity_type: scheduled_update +bundle: node_embargo +label: 'Moderation state' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:moderation_state' + handler_settings: { } +field_type: entity_reference diff --git a/config/field.settings.yml b/config/field.settings.yml new file mode 100644 index 000000000..95c042d77 --- /dev/null +++ b/config/field.settings.yml @@ -0,0 +1,3 @@ +purge_batch_size: 50 +_core: + default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0 diff --git a/config/field.storage.block_content.body.yml b/config/field.storage.block_content.body.yml new file mode 100644 index 000000000..e41ffa71e --- /dev/null +++ b/config/field.storage.block_content.body.yml @@ -0,0 +1,21 @@ +uuid: 0ce18b7e-78bd-40c5-8402-d2af3239058f +langcode: en +status: true +dependencies: + module: + - block_content + - text +_core: + default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc +id: block_content.body +field_name: body +entity_type: block_content +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/config/field.storage.media.embed_code.yml b/config/field.storage.media.embed_code.yml new file mode 100644 index 000000000..d29461ade --- /dev/null +++ b/config/field.storage.media.embed_code.yml @@ -0,0 +1,21 @@ +uuid: 76a91488-79ef-45ff-8ec4-08a03aa48af7 +langcode: en +status: true +dependencies: + module: + - media_entity +_core: + default_config_hash: s9fxALF9oeAs4-DxB5SrkPt8yKRQUjKD5FivLOr8JFE +id: media.embed_code +field_name: embed_code +entity_type: media +type: string_long +settings: + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_document.yml b/config/field.storage.media.field_document.yml new file mode 100644 index 000000000..418a695aa --- /dev/null +++ b/config/field.storage.media.field_document.yml @@ -0,0 +1,25 @@ +uuid: 5da73d90-e726-4205-8644-f0bde9f96a8f +langcode: en +status: true +dependencies: + module: + - file + - media_entity +_core: + default_config_hash: rw7JWkbaw6xdeErK3A5AiQ71dGVPic6UorqT-_JVTXs +id: media.field_document +field_name: field_document +entity_type: media +type: file +settings: + display_field: false + display_default: false + uri_scheme: public + target_type: file +module: file +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_document_size.yml b/config/field.storage.media.field_document_size.yml new file mode 100644 index 000000000..a6833d3f5 --- /dev/null +++ b/config/field.storage.media.field_document_size.yml @@ -0,0 +1,22 @@ +uuid: 6ea1e37c-7c3a-495d-a634-1568595f662a +langcode: en +status: true +dependencies: + module: + - media_entity +_core: + default_config_hash: po4j31Xxi9FEgtNxHNjDqmsdIPK62ukWPtmvgL9-Hos +id: media.field_document_size +field_name: field_document_size +entity_type: media +type: integer +settings: + unsigned: false + size: normal +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_media_in_library.yml b/config/field.storage.media.field_media_in_library.yml new file mode 100644 index 000000000..cbbb9ffa1 --- /dev/null +++ b/config/field.storage.media.field_media_in_library.yml @@ -0,0 +1,20 @@ +uuid: bc3560da-dbdb-4716-9fc9-67d170126873 +langcode: en +status: true +dependencies: + module: + - media_entity +_core: + default_config_hash: rPkuKKIL3OnrYzmp_UDHSBgmbn7BQKH5eOcKA9RKQ48 +id: media.field_media_in_library +field_name: field_media_in_library +entity_type: media +type: boolean +settings: { } +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_media_video_embed_field.yml b/config/field.storage.media.field_media_video_embed_field.yml new file mode 100644 index 000000000..3785a5e44 --- /dev/null +++ b/config/field.storage.media.field_media_video_embed_field.yml @@ -0,0 +1,21 @@ +uuid: a2656382-7e12-4b80-a28f-39a712037683 +langcode: en +status: true +dependencies: + module: + - media_entity + - video_embed_field +_core: + default_config_hash: E5AVsij555d536VmB9gmE42PtnM-u_htplK0ikh_Km4 +id: media.field_media_video_embed_field +field_name: field_media_video_embed_field +entity_type: media +type: video_embed_field +settings: { } +module: video_embed_field +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.field_mime_type.yml b/config/field.storage.media.field_mime_type.yml new file mode 100644 index 000000000..7f721eaf7 --- /dev/null +++ b/config/field.storage.media.field_mime_type.yml @@ -0,0 +1,23 @@ +uuid: 29ac3c6b-f2c2-4322-8f8b-a7e5920bc44c +langcode: en +status: true +dependencies: + module: + - media_entity +_core: + default_config_hash: Ls1EUis0kf8--hQaWPglXl3oCc4tEE0SRPK9GnDvb1A +id: media.field_mime_type +field_name: field_mime_type +entity_type: media +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.media.image.yml b/config/field.storage.media.image.yml new file mode 100644 index 000000000..04176ebf3 --- /dev/null +++ b/config/field.storage.media.image.yml @@ -0,0 +1,33 @@ +uuid: 86cadfc1-c0ba-4524-b2d7-29ac8de58e0d +langcode: und +status: true +dependencies: + module: + - file + - image + - media_entity +_core: + default_config_hash: XGe7733940tqe5EeB1JE-SthsH_VJJCjWXKWO-EwFKE +id: media.image +field_name: image +entity_type: media +type: image +settings: + uri_scheme: public + default_image: + uuid: null + fid: 0 + alt: '' + title: '' + width: null + height: null + target_type: file + display_field: false + display_default: false +module: image +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.body.yml b/config/field.storage.node.body.yml new file mode 100644 index 000000000..af18be888 --- /dev/null +++ b/config/field.storage.node.body.yml @@ -0,0 +1,21 @@ +uuid: d54da78b-ac7c-42ee-beaf-c8a22d65929b +langcode: en +status: true +dependencies: + module: + - node + - text +_core: + default_config_hash: EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY +id: node.body +field_name: body +entity_type: node +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/config/field.storage.node.field_meta_tags.yml b/config/field.storage.node.field_meta_tags.yml new file mode 100644 index 000000000..62e85a22e --- /dev/null +++ b/config/field.storage.node.field_meta_tags.yml @@ -0,0 +1,21 @@ +uuid: d7b4601b-7c31-4161-b5ac-d82874633310 +langcode: en +status: true +dependencies: + module: + - metatag + - node +_core: + default_config_hash: toqvFhfgG3CpkhzHPz_gW5KwBaCstfihpup6v3aX1AI +id: node.field_meta_tags +field_name: field_meta_tags +entity_type: node +type: metatag +settings: { } +module: metatag +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.panelizer.yml b/config/field.storage.node.panelizer.yml new file mode 100644 index 000000000..cb3f9a693 --- /dev/null +++ b/config/field.storage.node.panelizer.yml @@ -0,0 +1,21 @@ +uuid: b2e3f180-828e-4566-97a6-5335de0ac847 +langcode: en +status: true +dependencies: + module: + - node + - panelizer +_core: + default_config_hash: yxhkx498XU3RY3pDK0idjZeSAMn3tmVjyc2B3CZxF68 +id: node.panelizer +field_name: panelizer +entity_type: node +type: panelizer +settings: { } +module: panelizer +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.node.scheduled_update.yml b/config/field.storage.node.scheduled_update.yml new file mode 100644 index 000000000..05c6e8809 --- /dev/null +++ b/config/field.storage.node.scheduled_update.yml @@ -0,0 +1,22 @@ +uuid: 30b4e84f-1a4f-4944-8830-41d4ba833f63 +langcode: en +status: true +dependencies: + module: + - node + - scheduled_updates +_core: + default_config_hash: 96C_n8O06F-YdI1bYCxqWc6Qt5LUhGopvsYBIY9E1Mo +id: node.scheduled_update +field_name: scheduled_update +entity_type: node +type: entity_reference +settings: + target_type: scheduled_update +module: core +locked: false +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.scheduled_update.field_moderation_state.yml b/config/field.storage.scheduled_update.field_moderation_state.yml new file mode 100644 index 000000000..6e17a15b8 --- /dev/null +++ b/config/field.storage.scheduled_update.field_moderation_state.yml @@ -0,0 +1,22 @@ +uuid: a0fa56cb-8bbf-47ce-a9b6-e8c7cf34dc3f +langcode: en +status: true +dependencies: + module: + - scheduled_updates + - workbench_moderation +_core: + default_config_hash: _nHUpwBqKtOytog5Y0yrOVeXQIXO_qegv0S_Gs25IOY +id: scheduled_update.field_moderation_state +field_name: field_moderation_state +entity_type: scheduled_update +type: entity_reference +settings: + target_type: moderation_state +module: core +locked: false +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field.storage.scheduled_update.field_moderation_state_1.yml b/config/field.storage.scheduled_update.field_moderation_state_1.yml new file mode 100644 index 000000000..32b75f856 --- /dev/null +++ b/config/field.storage.scheduled_update.field_moderation_state_1.yml @@ -0,0 +1,22 @@ +uuid: c04bf0b3-fcf6-486f-9517-0689725cc05f +langcode: en +status: true +dependencies: + module: + - scheduled_updates + - workbench_moderation +_core: + default_config_hash: UfGyni46MHC7LmvLL-w3lvoMcZIahq2Hw-p-6iDFFkk +id: scheduled_update.field_moderation_state_1 +field_name: field_moderation_state_1 +entity_type: scheduled_update +type: entity_reference +settings: + target_type: moderation_state +module: core +locked: false +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/field_ui.settings.yml b/config/field_ui.settings.yml new file mode 100644 index 000000000..274396991 --- /dev/null +++ b/config/field_ui.settings.yml @@ -0,0 +1,3 @@ +field_prefix: field_ +_core: + default_config_hash: Q1nMi90W6YQxKzZAgJQw7Ag9U4JrsEUwkomF0lhvbIM diff --git a/config/file.settings.yml b/config/file.settings.yml new file mode 100644 index 000000000..0094526d3 --- /dev/null +++ b/config/file.settings.yml @@ -0,0 +1,7 @@ +description: + type: textfield + length: 128 +icon: + directory: core/modules/file/icons +_core: + default_config_hash: 8LI-1XgwLt9hYRns_7c81S632d6JhdqXKs4vDheaG6E diff --git a/config/filter.format.plain_text.yml b/config/filter.format.plain_text.yml new file mode 100644 index 000000000..eb610c545 --- /dev/null +++ b/config/filter.format.plain_text.yml @@ -0,0 +1,29 @@ +uuid: 40a6d2aa-ac9e-4728-a8d9-1edfca0a7866 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: NIKBt6kw_uPhNI0qtR2DnRf7mSOgAQdx7Q94SKMjXbQ +name: 'Plain text' +format: plain_text +weight: 10 +filters: + filter_html_escape: + id: filter_html_escape + provider: filter + status: true + weight: -10 + settings: { } + filter_url: + id: filter_url + provider: filter + status: true + weight: 0 + settings: + filter_url_length: 72 + filter_autop: + id: filter_autop + provider: filter + status: true + weight: 0 + settings: { } diff --git a/config/filter.format.rich_text.yml b/config/filter.format.rich_text.yml new file mode 100644 index 000000000..dbe933684 --- /dev/null +++ b/config/filter.format.rich_text.yml @@ -0,0 +1,77 @@ +uuid: b84a3151-9f38-48b6-a4e8-dbb124bdb194 +langcode: en +status: true +dependencies: + module: + - editor + - entity_embed +_core: + default_config_hash: xNqrUFmyyyy8JFxTT_Zd1CLPZ3fyIR8wqQkEfPrYj9o +name: 'Rich Text' +format: rich_text +weight: 1 +filters: + filter_align: + id: filter_align + provider: filter + status: true + weight: -48 + settings: { } + filter_caption: + id: filter_caption + provider: filter + status: true + weight: -47 + settings: { } + filter_htmlcorrector: + id: filter_htmlcorrector + provider: filter + status: true + weight: -46 + settings: { } + editor_file_reference: + id: editor_file_reference + provider: editor + status: true + weight: -45 + settings: { } + entity_embed: + id: entity_embed + provider: entity_embed + status: true + weight: -49 + settings: { } + filter_html: + id: filter_html + provider: filter + status: true + weight: -50 + settings: + allowed_html: '


    1.  '
      +      filter_html_help: true
      +      filter_html_nofollow: false
      +  filter_autop:
      +    id: filter_autop
      +    provider: filter
      +    status: false
      +    weight: -43
      +    settings: {  }
      +  filter_html_escape:
      +    id: filter_html_escape
      +    provider: filter
      +    status: false
      +    weight: -44
      +    settings: {  }
      +  filter_html_image_secure:
      +    id: filter_html_image_secure
      +    provider: filter
      +    status: false
      +    weight: -41
      +    settings: {  }
      +  filter_url:
      +    id: filter_url
      +    provider: filter
      +    status: false
      +    weight: -42
      +    settings:
      +      filter_url_length: 72
      diff --git a/config/filter.settings.yml b/config/filter.settings.yml
      new file mode 100644
      index 000000000..dfcfed362
      --- /dev/null
      +++ b/config/filter.settings.yml
      @@ -0,0 +1,4 @@
      +fallback_format: plain_text
      +always_show_fallback_choice: false
      +_core:
      +  default_config_hash: FiPjM3WdB__ruFA7B6TLwni_UcZbmek5G4b2dxQItxA
      diff --git a/config/image.settings.yml b/config/image.settings.yml
      new file mode 100644
      index 000000000..52ee4a8f4
      --- /dev/null
      +++ b/config/image.settings.yml
      @@ -0,0 +1,5 @@
      +preview_image: core/modules/image/sample.png
      +allow_insecure_derivatives: false
      +suppress_itok_output: false
      +_core:
      +  default_config_hash: k-yDFHbqNfpe-Srg4sdCSqaosCl2D8uwyEY5esF8gEw
      diff --git a/config/image.style.large.yml b/config/image.style.large.yml
      new file mode 100644
      index 000000000..8f21499c2
      --- /dev/null
      +++ b/config/image.style.large.yml
      @@ -0,0 +1,17 @@
      +uuid: dfc08f04-6675-4430-8b63-8acefd29836e
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: J2n0RpFzS0-bgSyxjs6rSdgxB1rb-bTAgqywNx_964M
      +name: large
      +label: 'Large (480×480)'
      +effects:
      +  ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d:
      +    uuid: ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d
      +    id: image_scale
      +    weight: 0
      +    data:
      +      width: 480
      +      height: 480
      +      upscale: false
      diff --git a/config/image.style.medium.yml b/config/image.style.medium.yml
      new file mode 100644
      index 000000000..35605be6c
      --- /dev/null
      +++ b/config/image.style.medium.yml
      @@ -0,0 +1,17 @@
      +uuid: ccc97ad1-bdcf-49a8-9224-a1309d2c9d7a
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: Y9NmnZHQq20ASSyTNA6JnwtWrJJiSajOehGDtmUFdM0
      +name: medium
      +label: 'Medium (220×220)'
      +effects:
      +  bddf0d06-42f9-4c75-a700-a33cafa25ea0:
      +    uuid: bddf0d06-42f9-4c75-a700-a33cafa25ea0
      +    id: image_scale
      +    weight: 0
      +    data:
      +      width: 220
      +      height: 220
      +      upscale: false
      diff --git a/config/image.style.thumbnail.yml b/config/image.style.thumbnail.yml
      new file mode 100644
      index 000000000..2d09b6415
      --- /dev/null
      +++ b/config/image.style.thumbnail.yml
      @@ -0,0 +1,17 @@
      +uuid: 164b5d7e-ecda-4e5c-96e6-1d0aa16daf3b
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: cCiWdBHgLwj5omG35lsKc4LkW4MBdmcctkVop4ol5x0
      +name: thumbnail
      +label: 'Thumbnail (100×100)'
      +effects:
      +  1cfec298-8620-4749-b100-ccb6c4500779:
      +    uuid: 1cfec298-8620-4749-b100-ccb6c4500779
      +    id: image_scale
      +    weight: 0
      +    data:
      +      width: 100
      +      height: 100
      +      upscale: false
      diff --git a/config/lightning_core.settings.yml b/config/lightning_core.settings.yml
      new file mode 100644
      index 000000000..68eff6a30
      --- /dev/null
      +++ b/config/lightning_core.settings.yml
      @@ -0,0 +1,26 @@
      +content_roles:
      +  creator:
      +    enabled: true
      +    label: '? creator'
      +    permissions:
      +      - 'create ? content'
      +      - 'edit own ? content'
      +      - 'view ? revisions'
      +      - 'view own unpublished content'
      +      - 'create url aliases'
      +      - 'access panels in-place editing'
      +      - 'change layouts in place editing'
      +      - 'administer panelizer node ? content'
      +      - 'administer panelizer node ? layout'
      +      - 'use text format rich_text'
      +      - 'access media_browser entity browser pages'
      +      - 'access image_browser entity browser pages'
      +  reviewer:
      +    enabled: true
      +    label: '? reviewer'
      +    permissions:
      +      - 'access content overview'
      +      - 'edit any ? content'
      +      - 'delete any ? content'
      +_core:
      +  default_config_hash: 1D1VGtT9meAUY7K8zDShQJ8B6fDyUPzoAlUBXTiIWBU
      diff --git a/config/lightning_layout.settings.yml b/config/lightning_layout.settings.yml
      new file mode 100644
      index 000000000..4b825dc93
      --- /dev/null
      +++ b/config/lightning_layout.settings.yml
      @@ -0,0 +1,7 @@
      +entity_blocks:
      +  - media
      +  - node
      +  - taxonomy_term
      +  - user
      +_core:
      +  default_config_hash: 20jIYm8n8y8MdKKoXn79lK7WT2uBJwmenY3uwDywDNE
      diff --git a/config/media_entity.bundle.document.yml b/config/media_entity.bundle.document.yml
      new file mode 100644
      index 000000000..bbefdc49f
      --- /dev/null
      +++ b/config/media_entity.bundle.document.yml
      @@ -0,0 +1,19 @@
      +uuid: b768d99a-d538-4c7c-a546-7b0626fc8549
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - media_entity_document
      +_core:
      +  default_config_hash: z3Rg1Ph33UolWA-a75r9XUbRP9zF9CAYiRHaH3ztqwY
      +id: document
      +label: Document
      +description: 'A locally hosted document, such a PDF.'
      +type: document
      +queue_thumbnail_downloads: false
      +new_revision: false
      +type_configuration:
      +  source_field: field_document
      +field_map:
      +  mime: field_mime_type
      +  size: field_document_size
      diff --git a/config/media_entity.bundle.image.yml b/config/media_entity.bundle.image.yml
      new file mode 100644
      index 000000000..06f89cafa
      --- /dev/null
      +++ b/config/media_entity.bundle.image.yml
      @@ -0,0 +1,18 @@
      +uuid: e75bc72a-d2be-491c-842e-d887b5b2b9a6
      +langcode: und
      +status: true
      +dependencies:
      +  module:
      +    - media_entity_image
      +_core:
      +  default_config_hash: VkPfZJrZ0ZdHG3-gS9hH-0chO52UGwahux7soQSg_GY
      +id: image
      +label: Image
      +description: 'Locally hosted images.'
      +type: image
      +queue_thumbnail_downloads: false
      +new_revision: false
      +type_configuration:
      +  source_field: image
      +  gather_exif: '0'
      +field_map: {  }
      diff --git a/config/media_entity.bundle.instagram.yml b/config/media_entity.bundle.instagram.yml
      new file mode 100644
      index 000000000..4fb000600
      --- /dev/null
      +++ b/config/media_entity.bundle.instagram.yml
      @@ -0,0 +1,18 @@
      +uuid: 7e02e758-7d82-439a-9219-b6a00580ca34
      +langcode: und
      +status: true
      +dependencies:
      +  module:
      +    - media_entity_instagram
      +_core:
      +  default_config_hash: yLer9EOS8Ad1EhcXkXyYSVHO6xvTwpVyddQv_dDytKw
      +id: instagram
      +label: Instagram
      +description: 'Instagram posts.'
      +type: instagram
      +queue_thumbnail_downloads: false
      +new_revision: false
      +type_configuration:
      +  use_instagram_api: 0
      +  source_field: embed_code
      +field_map: {  }
      diff --git a/config/media_entity.bundle.tweet.yml b/config/media_entity.bundle.tweet.yml
      new file mode 100644
      index 000000000..13830e898
      --- /dev/null
      +++ b/config/media_entity.bundle.tweet.yml
      @@ -0,0 +1,23 @@
      +uuid: dc04c455-0bba-4af6-9587-e6cd5f713441
      +langcode: und
      +status: true
      +dependencies:
      +  module:
      +    - media_entity_twitter
      +_core:
      +  default_config_hash: FNwt0n-oEPi9PprocG-XdYrAa-QLNNkLp50RD_02zlU
      +id: tweet
      +label: Tweet
      +description: 'Represents a tweet.'
      +type: twitter
      +queue_thumbnail_downloads: false
      +new_revision: false
      +type_configuration:
      +  use_twitter_api: false
      +  generate_thumbnails: false
      +  source_field: embed_code
      +  consumer_key: ''
      +  consumer_secret: ''
      +  oauth_access_token: ''
      +  oauth_access_token_secret: ''
      +field_map: {  }
      diff --git a/config/media_entity.bundle.video.yml b/config/media_entity.bundle.video.yml
      new file mode 100644
      index 000000000..1921c4b84
      --- /dev/null
      +++ b/config/media_entity.bundle.video.yml
      @@ -0,0 +1,17 @@
      +uuid: 352d53f0-db37-487f-9f2b-6733b0f8db06
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - video_embed_media
      +_core:
      +  default_config_hash: 3hNqO7qzA7TZBI6yW4M1MoBiuva0RKHbsvClx0RTatc
      +id: video
      +label: Video
      +description: 'A video hosted by YouTube, Vimeo, or some other provider.'
      +type: video_embed_field
      +queue_thumbnail_downloads: false
      +new_revision: false
      +type_configuration:
      +  source_field: field_media_video_embed_field
      +field_map: {  }
      diff --git a/config/media_entity.settings.yml b/config/media_entity.settings.yml
      new file mode 100644
      index 000000000..9484736ae
      --- /dev/null
      +++ b/config/media_entity.settings.yml
      @@ -0,0 +1,3 @@
      +icon_base: 'public://media-icons/generic'
      +_core:
      +  default_config_hash: YMsgn0Y9ZO0Iu9iTMqqw6_Uev6-rVAdgxpJSy1s4-zc
      diff --git a/config/media_entity_instagram.settings.yml b/config/media_entity_instagram.settings.yml
      new file mode 100644
      index 000000000..fe2c63f10
      --- /dev/null
      +++ b/config/media_entity_instagram.settings.yml
      @@ -0,0 +1,3 @@
      +local_images: 'public://instagram-thumbnails'
      +_core:
      +  default_config_hash: NiwqNhpz1_hTZYezfFhcmfiDf4CCR3Q1mLlKc-XxTSg
      diff --git a/config/media_entity_twitter.settings.yml b/config/media_entity_twitter.settings.yml
      new file mode 100644
      index 000000000..2bc0e66ad
      --- /dev/null
      +++ b/config/media_entity_twitter.settings.yml
      @@ -0,0 +1,3 @@
      +local_images: 'public://twitter-thumbnails'
      +_core:
      +  default_config_hash: BfFoeHvfV5i1xO4Btf0QZGkCQXncvJOq71xKAu38Tmo
      diff --git a/config/menu_ui.settings.yml b/config/menu_ui.settings.yml
      new file mode 100644
      index 000000000..c9fe099e7
      --- /dev/null
      +++ b/config/menu_ui.settings.yml
      @@ -0,0 +1,3 @@
      +override_parent_selector: false
      +_core:
      +  default_config_hash: SqMarzIjxC3F8dZo9FEOxfqDKD_sdW1tbcFTV1BA2zU
      diff --git a/config/metatag.metatag_defaults.403.yml b/config/metatag.metatag_defaults.403.yml
      new file mode 100644
      index 000000000..f3979714e
      --- /dev/null
      +++ b/config/metatag.metatag_defaults.403.yml
      @@ -0,0 +1,11 @@
      +uuid: b5ebd729-7644-47a3-9498-648e42b2d760
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: pscSGylkY0o3turPVv8wDx4YsZiHxluIboyzlDMghF8
      +id: '403'
      +label: '403 access denied'
      +tags:
      +  canonical_url: '[site:url]'
      +  shortlink: '[site:url]'
      diff --git a/config/metatag.metatag_defaults.404.yml b/config/metatag.metatag_defaults.404.yml
      new file mode 100644
      index 000000000..207f62986
      --- /dev/null
      +++ b/config/metatag.metatag_defaults.404.yml
      @@ -0,0 +1,11 @@
      +uuid: e48b69b6-98ec-49c9-9fab-77b986643913
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: 2kicQdvATyyopu46qRVU05GXfiAM__sHPaEUa26xegM
      +id: '404'
      +label: '404 page not found'
      +tags:
      +  canonical_url: '[site:url]'
      +  shortlink: '[site:url]'
      diff --git a/config/metatag.metatag_defaults.front.yml b/config/metatag.metatag_defaults.front.yml
      new file mode 100644
      index 000000000..a3b7e63ef
      --- /dev/null
      +++ b/config/metatag.metatag_defaults.front.yml
      @@ -0,0 +1,11 @@
      +uuid: 36564d48-6d80-45a8-8cfe-24a8c0b87db4
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: yBqw6UD3j0MM1yoDSVDif7nw4SNdoS2e385nw--3ysk
      +id: front
      +label: 'Front page'
      +tags:
      +  canonical_url: '[site:url]'
      +  shortlink: '[site:url]'
      diff --git a/config/metatag.metatag_defaults.global.yml b/config/metatag.metatag_defaults.global.yml
      new file mode 100644
      index 000000000..45f9df627
      --- /dev/null
      +++ b/config/metatag.metatag_defaults.global.yml
      @@ -0,0 +1,10 @@
      +uuid: 54656157-5a59-437d-9ca7-bc0607066403
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: 5rOnjIF_aDyGBmfXNhJnkPXxQMlem0CmVmggV-TF3Fg
      +id: global
      +label: Global
      +tags:
      +  title: '[current-page:title] | [site:name]'
      diff --git a/config/metatag.metatag_defaults.node.yml b/config/metatag.metatag_defaults.node.yml
      new file mode 100644
      index 000000000..b272fddf4
      --- /dev/null
      +++ b/config/metatag.metatag_defaults.node.yml
      @@ -0,0 +1,11 @@
      +uuid: b4efb558-73e0-44da-b56b-5edb2f1f7fe4
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: ydpmSCtxLjO9xqkBxObkeYx0Bf2dkW-d8bB_6Q1Ggjs
      +id: node
      +label: Content
      +tags:
      +  title: '[node:title] | [site:name]'
      +  description: '[node:summary]'
      diff --git a/config/metatag.metatag_defaults.taxonomy_term.yml b/config/metatag.metatag_defaults.taxonomy_term.yml
      new file mode 100644
      index 000000000..157cd01a7
      --- /dev/null
      +++ b/config/metatag.metatag_defaults.taxonomy_term.yml
      @@ -0,0 +1,11 @@
      +uuid: dcecd831-35dd-4e00-ba89-6cf275e6c0ab
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: ShncZd3oX-UZDBGDUrgbRiZ2BmIJYSLHvIIPjq6tRAQ
      +id: taxonomy_term
      +label: 'Taxonomy term'
      +tags:
      +  title: '[term:name] | [site:name]'
      +  description: '[term:description]'
      diff --git a/config/metatag.metatag_defaults.user.yml b/config/metatag.metatag_defaults.user.yml
      new file mode 100644
      index 000000000..17846428b
      --- /dev/null
      +++ b/config/metatag.metatag_defaults.user.yml
      @@ -0,0 +1,11 @@
      +uuid: bb21c33a-c4cf-43c6-a0ca-85b2aadc30b2
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: O0NfJbzQmkMg1brwA-gUw8v59V0Ana1YKTeRfb-okGI
      +id: user
      +label: User
      +tags:
      +  title: '[user:name] | [site:name]'
      +  description: '[site:name]'
      diff --git a/config/node.settings.yml b/config/node.settings.yml
      new file mode 100644
      index 000000000..1657c1cb3
      --- /dev/null
      +++ b/config/node.settings.yml
      @@ -0,0 +1,3 @@
      +use_admin_theme: true
      +_core:
      +  default_config_hash: 2OMXCScXUOLSYID9-phjO4q36nnnaMWNUlDxEqZzG1U
      diff --git a/config/node.type.landing_page.yml b/config/node.type.landing_page.yml
      new file mode 100644
      index 000000000..5280386f1
      --- /dev/null
      +++ b/config/node.type.landing_page.yml
      @@ -0,0 +1,29 @@
      +uuid: 44f1630e-0b8a-49b8-8174-727f340d8440
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - menu_ui
      +    - workbench_moderation
      +third_party_settings:
      +  menu_ui:
      +    available_menus:
      +      - main
      +    parent: 'main:'
      +  workbench_moderation:
      +    enabled: true
      +    allowed_moderation_states:
      +      - archived
      +      - draft
      +      - needs_review
      +      - published
      +    default_moderation_state: draft
      +_core:
      +  default_config_hash: 67_LfcMHgXFN6imPnJ0IXFTiJI1PnCo97Qz9-utlm14
      +name: 'Landing page'
      +type: landing_page
      +description: 'A special page with its own one-off layout and content.'
      +help: ''
      +new_revision: true
      +preview_mode: 0
      +display_submitted: false
      diff --git a/config/node.type.page.yml b/config/node.type.page.yml
      new file mode 100644
      index 000000000..e65c593b7
      --- /dev/null
      +++ b/config/node.type.page.yml
      @@ -0,0 +1,32 @@
      +uuid: 578febde-97e3-428a-9ea3-ee97ca0e90de
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - lightning_workflow
      +    - menu_ui
      +    - workbench_moderation
      +third_party_settings:
      +  menu_ui:
      +    available_menus:
      +      - main
      +    parent: 'main:'
      +  workbench_moderation:
      +    enabled: true
      +    allowed_moderation_states:
      +      - archived
      +      - draft
      +      - needs_review
      +      - published
      +    default_moderation_state: draft
      +  lightning_workflow:
      +    embargo: true
      +_core:
      +  default_config_hash: w4w704fK55VMBXppvSopFSIWDgwzfa2_ph3tfAcEES8
      +name: 'Basic page'
      +type: page
      +description: 'Use basic pages for your static content, such as an ''About us'' page.'
      +help: ''
      +new_revision: true
      +preview_mode: 1
      +display_submitted: false
      diff --git a/config/page_manager.page.node_view.yml b/config/page_manager.page.node_view.yml
      new file mode 100644
      index 000000000..e3b65f1a6
      --- /dev/null
      +++ b/config/page_manager.page.node_view.yml
      @@ -0,0 +1,18 @@
      +uuid: a74b49b0-319a-4ded-affb-34d2141e5ea7
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: RCVWP-yHwxSNiQORMIabDgHMEVqOMW58w80BQgRFJ4k
      +id: node_view
      +label: 'Node view'
      +description: 'When enabled, this overrides the default Drupal behavior for displaying nodes at /node/{node}. If you add variants, you may use selection criteria such as node type or language or user access to provide different views of nodes. If no variant is selected, the default Drupal node view will be used. This page only affects nodes viewed as pages, it will not affect nodes viewed in lists or at other locations.'
      +use_admin_theme: false
      +path: '/node/{node}'
      +access_logic: and
      +access_conditions: {  }
      +parameters:
      +  node:
      +    machine_name: node
      +    type: 'entity:node'
      +    label: Node
      diff --git a/config/rdf.mapping.user.user.yml b/config/rdf.mapping.user.user.yml
      new file mode 100644
      index 000000000..38f35187c
      --- /dev/null
      +++ b/config/rdf.mapping.user.user.yml
      @@ -0,0 +1,17 @@
      +uuid: 68e43a87-5d88-4658-9783-88be4cca34b9
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - user
      +_core:
      +  default_config_hash: TGTlmpYAtXxjtYMFA_A0vosE2c4R5MCQwLviIA5HUM0
      +id: user.user
      +targetEntityType: user
      +bundle: user
      +types:
      +  - 'schema:Person'
      +fieldMappings:
      +  name:
      +    properties:
      +      - 'schema:name'
      diff --git a/config/scheduled_updates.scheduled_update_type.multiple_node_embargo.yml b/config/scheduled_updates.scheduled_update_type.multiple_node_embargo.yml
      new file mode 100644
      index 000000000..874e1c13f
      --- /dev/null
      +++ b/config/scheduled_updates.scheduled_update_type.multiple_node_embargo.yml
      @@ -0,0 +1,22 @@
      +uuid: 00f920fb-8dd3-4df0-9bab-ae54e26efa0d
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: 1AjkKxoHr2Sd_boRxflqaKpHWPKFz6xTjIwydwfIeF4
      +id: multiple_node_embargo
      +label: 'Publish multiple nodes at a certain time'
      +update_entity_type: node
      +update_types_supported:
      +  - independent
      +field_map:
      +  field_moderation_state_1: moderation_state
      +update_runner:
      +  id: default_independent
      +  after_run: DELETE
      +  invalid_update_behavior: DELETE
      +  create_revisions: BUNDLE_DEFAULT
      +  update_user: USER_UPDATE_OWNER
      +  bundles:
      +    landing_page: landing_page
      +    page: page
      diff --git a/config/scheduled_updates.scheduled_update_type.node_embargo.yml b/config/scheduled_updates.scheduled_update_type.node_embargo.yml
      new file mode 100644
      index 000000000..9a0c6b8a5
      --- /dev/null
      +++ b/config/scheduled_updates.scheduled_update_type.node_embargo.yml
      @@ -0,0 +1,19 @@
      +uuid: 9ecd8f41-56c8-4e02-8c86-9bfde529a4c3
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: zLwTD3D205dyZLuBqT8fIp5n0Byj9PP0ouiM7N94LVs
      +id: node_embargo
      +label: 'Publish single node at certain time'
      +update_entity_type: node
      +update_types_supported:
      +  - embedded
      +field_map:
      +  field_moderation_state: moderation_state
      +update_runner:
      +  id: latest_revision
      +  after_run: DELETE
      +  invalid_update_behavior: DELETE
      +  create_revisions: BUNDLE_DEFAULT
      +  update_user: USER_UPDATE_OWNER
      diff --git a/config/search_api.index.content.yml b/config/search_api.index.content.yml
      new file mode 100644
      index 000000000..a4e8e2a46
      --- /dev/null
      +++ b/config/search_api.index.content.yml
      @@ -0,0 +1,161 @@
      +uuid: b6da0da1-97b5-49ed-baac-987839ede747
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - search_api.server.database
      +    - core.entity_view_mode.node.full
      +  module:
      +    - search_api
      +    - node
      +_core:
      +  default_config_hash: 5oGmbthAOm65ilSVAb2fnEb6u3IBMfKIw3sPA8KuqXU
      +id: content
      +name: Content
      +description: 'An index of all content in your site.'
      +read_only: false
      +field_settings:
      +  rendered:
      +    label: Rendered
      +    property_path: rendered_item
      +    type: text
      +    configuration:
      +      roles:
      +        anonymous: anonymous
      +      view_mode:
      +        'entity:node':
      +          landing_page: full
      +          page: default
      +  label:
      +    label: Label
      +    property_path: aggregated_field
      +    type: text
      +    configuration:
      +      type: first
      +      fields:
      +        - 'entity:node/title'
      +  status:
      +    label: null
      +    datasource_id: 'entity:node'
      +    property_path: status
      +    type: boolean
      +    indexed_locked: true
      +    type_locked: true
      +  uid:
      +    label: null
      +    datasource_id: 'entity:node'
      +    property_path: uid
      +    type: integer
      +    indexed_locked: true
      +    type_locked: true
      +  node_grants:
      +    label: 'Node access information'
      +    property_path: search_api_node_grants
      +    type: string
      +    indexed_locked: true
      +    type_locked: true
      +    hidden: true
      +datasource_settings:
      +  'entity:node':
      +    bundles:
      +      default: true
      +      selected: {  }
      +    languages:
      +      default: true
      +      selected: {  }
      +processor_settings:
      +  stopwords:
      +    fields:
      +      - rendered
      +      - label
      +    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: -5
      +      preprocess_query: -4
      +  transliteration:
      +    fields:
      +      - rendered
      +      - label
      +    weights:
      +      preprocess_index: -4
      +      preprocess_query: -3
      +  html_filter:
      +    fields:
      +      - rendered
      +      - label
      +    title: true
      +    alt: true
      +    tags:
      +      h1: 5
      +      h2: 3
      +      h3: 2
      +      strong: 2
      +      b: 2
      +    weights:
      +      preprocess_index: -10
      +      preprocess_query: -9
      +  tokenizer:
      +    fields:
      +      - rendered
      +      - label
      +    spaces: ''
      +    overlap_cjk: 1
      +    minimum_word_size: '3'
      +    weights:
      +      preprocess_index: -6
      +      preprocess_query: -5
      +  rendered_item: {  }
      +  aggregated_field: {  }
      +  node_status: {  }
      +  add_url: {  }
      +  ignorecase:
      +    fields:
      +      - rendered
      +      - label
      +    weights:
      +      preprocess_index: -9
      +      preprocess_query: -8
      +  content_access:
      +    weights:
      +      preprocess_query: -10
      +tracker_settings:
      +  default: {  }
      +options:
      +  index_directly: true
      +  cron_limit: 50
      +server: database
      diff --git a/config/search_api.server.database.yml b/config/search_api.server.database.yml
      new file mode 100644
      index 000000000..00e51f122
      --- /dev/null
      +++ b/config/search_api.server.database.yml
      @@ -0,0 +1,17 @@
      +uuid: 6f207902-9c13-4947-8c5a-112015cc541d
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - search_api_db
      +id: database
      +name: Database
      +description: 'The Drupal database.'
      +backend: search_api_db
      +backend_config:
      +  database: 'default:default'
      +  min_chars: 3
      +  partial_matches: false
      +  autocomplete:
      +    suggest_suffix: true
      +    suggest_words: true
      diff --git a/config/search_api.settings.yml b/config/search_api.settings.yml
      new file mode 100644
      index 000000000..6a3ea2efb
      --- /dev/null
      +++ b/config/search_api.settings.yml
      @@ -0,0 +1,6 @@
      +default_cron_limit: 50
      +cron_worker_runtime: 15
      +default_tracker: default
      +tracking_page_size: 100
      +_core:
      +  default_config_hash: n7m4vlCPoB3_1C7l13LKYsifmLur4QR71mOD7S_5hSE
      diff --git a/config/search_api_db.settings.yml b/config/search_api_db.settings.yml
      new file mode 100644
      index 000000000..4b890f04a
      --- /dev/null
      +++ b/config/search_api_db.settings.yml
      @@ -0,0 +1,3 @@
      +autocomplete_max_occurrences: 0.9
      +_core:
      +  default_config_hash: 1oDrVmUfNY3gp0cRBV5bSXj1OdMCinSoSCM5qeZdLNU
      diff --git a/config/seven.settings.yml b/config/seven.settings.yml
      new file mode 100644
      index 000000000..6bba58bc7
      --- /dev/null
      +++ b/config/seven.settings.yml
      @@ -0,0 +1,3 @@
      +third_party_settings:
      +  shortcut:
      +    module_link: true
      diff --git a/config/shortcut.set.default.yml b/config/shortcut.set.default.yml
      new file mode 100644
      index 000000000..f42202a7b
      --- /dev/null
      +++ b/config/shortcut.set.default.yml
      @@ -0,0 +1,8 @@
      +uuid: 7a6fafa5-0ab8-4dac-a337-dfe2bc8c5b47
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: U5VlGjd_SfV0Qm_EfnaynOfc549cNscFAx48JfYoMRI
      +id: default
      +label: Default
      diff --git a/config/system.action.media_delete_action.yml b/config/system.action.media_delete_action.yml
      new file mode 100644
      index 000000000..f6637e5b2
      --- /dev/null
      +++ b/config/system.action.media_delete_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 4fd60311-da97-4926-9875-738bb5f58414
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - media_entity
      +_core:
      +  default_config_hash: YySSG7rYaI3f0ewfZXcbdWR7gp4cgMhW-4IoGNvUlKg
      +id: media_delete_action
      +label: 'Delete media'
      +type: media
      +plugin: media_delete_action
      +configuration: {  }
      diff --git a/config/system.action.media_publish_action.yml b/config/system.action.media_publish_action.yml
      new file mode 100644
      index 000000000..9014f3549
      --- /dev/null
      +++ b/config/system.action.media_publish_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 9787136a-822a-4c6e-b0da-312fbc7d2e94
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - media_entity
      +_core:
      +  default_config_hash: Bis1eEetH6KGAgrwR3i4JT3gZfQjRg6RnXMCJdlkhGU
      +id: media_publish_action
      +label: 'Publish media'
      +type: media
      +plugin: media_publish_action
      +configuration: {  }
      diff --git a/config/system.action.media_save_action.yml b/config/system.action.media_save_action.yml
      new file mode 100644
      index 000000000..db5725762
      --- /dev/null
      +++ b/config/system.action.media_save_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 15d72208-6ddd-4afe-bd64-77dd79a90d6a
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - media_entity
      +_core:
      +  default_config_hash: RLKvR-W0Kn7PZPAKSvcuVp2615NX0vxfxBRfPzlI0N0
      +id: media_save_action
      +label: 'Save media'
      +type: media
      +plugin: media_save_action
      +configuration: {  }
      diff --git a/config/system.action.media_unpublish_action.yml b/config/system.action.media_unpublish_action.yml
      new file mode 100644
      index 000000000..4f62b6451
      --- /dev/null
      +++ b/config/system.action.media_unpublish_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 764c5386-a986-4a56-a968-479d22e49fec
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - media_entity
      +_core:
      +  default_config_hash: fm7okggWKhZ4XPDOu2aXXYCUaki4GxFH4sR4WkSCq-8
      +id: media_unpublish_action
      +label: 'Unpublish media'
      +type: media
      +plugin: media_unpublish_action
      +configuration: {  }
      diff --git a/config/system.action.message_delete_action.yml b/config/system.action.message_delete_action.yml
      new file mode 100644
      index 000000000..27e66b9ac
      --- /dev/null
      +++ b/config/system.action.message_delete_action.yml
      @@ -0,0 +1,16 @@
      +uuid: eb581297-ee32-4736-9733-41c2a2cb0910
      +langcode: en
      +status: true
      +dependencies:
      +  enforced:
      +    module:
      +      - contact_storage
      +  module:
      +    - contact_storage
      +_core:
      +  default_config_hash: jZQoNkJeq8A9-hHjrd3s6HE4or1uMGcZ97wa_HF_VeA
      +id: message_delete_action
      +label: 'Delete message'
      +type: contact_message
      +plugin: message_delete_action
      +configuration: {  }
      diff --git a/config/system.action.node_delete_action.yml b/config/system.action.node_delete_action.yml
      new file mode 100644
      index 000000000..678530022
      --- /dev/null
      +++ b/config/system.action.node_delete_action.yml
      @@ -0,0 +1,13 @@
      +uuid: a2c23d18-cd91-4086-9b2b-a1dcd0376c0f
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - node
      +_core:
      +  default_config_hash: Zx0jD1Klh5tZaGJy8uOeR_2MCu9FDM4xg7TaUJUEbkI
      +id: node_delete_action
      +label: 'Delete content'
      +type: node
      +plugin: node_delete_action
      +configuration: {  }
      diff --git a/config/system.action.node_make_sticky_action.yml b/config/system.action.node_make_sticky_action.yml
      new file mode 100644
      index 000000000..534bbf4cc
      --- /dev/null
      +++ b/config/system.action.node_make_sticky_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 55558fbf-b44b-4358-a819-4c6d0d66d487
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - node
      +_core:
      +  default_config_hash: sOb26JSy3fGpWkvR0WYN6_hMqj_6d1rvbvrkzp1yya0
      +id: node_make_sticky_action
      +label: 'Make content sticky'
      +type: node
      +plugin: node_make_sticky_action
      +configuration: {  }
      diff --git a/config/system.action.node_make_unsticky_action.yml b/config/system.action.node_make_unsticky_action.yml
      new file mode 100644
      index 000000000..6861e2cd8
      --- /dev/null
      +++ b/config/system.action.node_make_unsticky_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 83917f56-614a-4160-9b62-a09a3e9a8008
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - node
      +_core:
      +  default_config_hash: lDM9mvIGAu8Sw8rt-uCO4Sr7yX5VPrDPxYcawkbKd6k
      +id: node_make_unsticky_action
      +label: 'Make content unsticky'
      +type: node
      +plugin: node_make_unsticky_action
      +configuration: {  }
      diff --git a/config/system.action.node_promote_action.yml b/config/system.action.node_promote_action.yml
      new file mode 100644
      index 000000000..7f1f41c6a
      --- /dev/null
      +++ b/config/system.action.node_promote_action.yml
      @@ -0,0 +1,13 @@
      +uuid: edd6f1b7-7f5b-4d2a-b1c6-836caeaa4ed4
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - node
      +_core:
      +  default_config_hash: N0RDBTqiK4dKoN4p4oW2j0SGWycdHyALUe9M-Ofp89U
      +id: node_promote_action
      +label: 'Promote content to front page'
      +type: node
      +plugin: node_promote_action
      +configuration: {  }
      diff --git a/config/system.action.node_publish_action.yml b/config/system.action.node_publish_action.yml
      new file mode 100644
      index 000000000..929737da8
      --- /dev/null
      +++ b/config/system.action.node_publish_action.yml
      @@ -0,0 +1,13 @@
      +uuid: dd7a8f73-d0d5-4f79-a511-90def0eb4993
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - node
      +_core:
      +  default_config_hash: lsQkbo4njZ-Q_oGKCPGXGWFjWF1I7QpgA6m-t9rcRoA
      +id: node_publish_action
      +label: 'Publish content'
      +type: node
      +plugin: node_publish_action
      +configuration: {  }
      diff --git a/config/system.action.node_save_action.yml b/config/system.action.node_save_action.yml
      new file mode 100644
      index 000000000..2d78061b5
      --- /dev/null
      +++ b/config/system.action.node_save_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 37b54b5c-0463-4796-9a97-c6a08857b8ad
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - node
      +_core:
      +  default_config_hash: U9HspszLxcw6pZmRacFa6yDbbheyMN-We4fPbrWWHGg
      +id: node_save_action
      +label: 'Save content'
      +type: node
      +plugin: node_save_action
      +configuration: {  }
      diff --git a/config/system.action.node_unpromote_action.yml b/config/system.action.node_unpromote_action.yml
      new file mode 100644
      index 000000000..ccb8eb5e6
      --- /dev/null
      +++ b/config/system.action.node_unpromote_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 9173fb54-988a-4ae6-bbcc-bd8ebdad0c72
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - node
      +_core:
      +  default_config_hash: JBptjnfuOMtsdKygklXxoOgeOCTMtQxlkymjnnj-cC0
      +id: node_unpromote_action
      +label: 'Remove content from front page'
      +type: node
      +plugin: node_unpromote_action
      +configuration: {  }
      diff --git a/config/system.action.node_unpublish_action.yml b/config/system.action.node_unpublish_action.yml
      new file mode 100644
      index 000000000..410ce0082
      --- /dev/null
      +++ b/config/system.action.node_unpublish_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 210b1177-69dc-4366-8d05-0c2524b28d3a
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - node
      +_core:
      +  default_config_hash: gGQXiSspwGl0lyOS6w_HCPpvGAPDciqDNLFwWOydVtI
      +id: node_unpublish_action
      +label: 'Unpublish content'
      +type: node
      +plugin: node_unpublish_action
      +configuration: {  }
      diff --git a/config/system.action.user_add_role_action.administrator.yml b/config/system.action.user_add_role_action.administrator.yml
      new file mode 100644
      index 000000000..7558eb124
      --- /dev/null
      +++ b/config/system.action.user_add_role_action.administrator.yml
      @@ -0,0 +1,14 @@
      +uuid: 1ae567cc-6eff-4982-8252-1822b086c735
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.administrator
      +  module:
      +    - user
      +id: user_add_role_action.administrator
      +label: 'Add the Administrator role to the selected users'
      +type: user
      +plugin: user_add_role_action
      +configuration:
      +  rid: administrator
      diff --git a/config/system.action.user_add_role_action.landing_page_creator.yml b/config/system.action.user_add_role_action.landing_page_creator.yml
      new file mode 100644
      index 000000000..da3533046
      --- /dev/null
      +++ b/config/system.action.user_add_role_action.landing_page_creator.yml
      @@ -0,0 +1,14 @@
      +uuid: 7cdb3349-c462-4ff8-8375-5aba756b934f
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.landing_page_creator
      +  module:
      +    - user
      +id: user_add_role_action.landing_page_creator
      +label: 'Add the Landing page creator role to the selected users'
      +type: user
      +plugin: user_add_role_action
      +configuration:
      +  rid: landing_page_creator
      diff --git a/config/system.action.user_add_role_action.landing_page_reviewer.yml b/config/system.action.user_add_role_action.landing_page_reviewer.yml
      new file mode 100644
      index 000000000..9d8bd4b65
      --- /dev/null
      +++ b/config/system.action.user_add_role_action.landing_page_reviewer.yml
      @@ -0,0 +1,14 @@
      +uuid: 869db36f-3b7b-42b2-a7c7-eb7dc2412191
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.landing_page_reviewer
      +  module:
      +    - user
      +id: user_add_role_action.landing_page_reviewer
      +label: 'Add the Landing page reviewer role to the selected users'
      +type: user
      +plugin: user_add_role_action
      +configuration:
      +  rid: landing_page_reviewer
      diff --git a/config/system.action.user_add_role_action.layout_manager.yml b/config/system.action.user_add_role_action.layout_manager.yml
      new file mode 100644
      index 000000000..ba5950d6f
      --- /dev/null
      +++ b/config/system.action.user_add_role_action.layout_manager.yml
      @@ -0,0 +1,14 @@
      +uuid: 5c37cbb3-d364-4641-b492-db9930bdae73
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.layout_manager
      +  module:
      +    - user
      +id: user_add_role_action.layout_manager
      +label: 'Add the Layout manager role to the selected users'
      +type: user
      +plugin: user_add_role_action
      +configuration:
      +  rid: layout_manager
      diff --git a/config/system.action.user_add_role_action.media_creator.yml b/config/system.action.user_add_role_action.media_creator.yml
      new file mode 100644
      index 000000000..e72b5548a
      --- /dev/null
      +++ b/config/system.action.user_add_role_action.media_creator.yml
      @@ -0,0 +1,14 @@
      +uuid: 1d16681e-44b9-4b99-a463-edc586fa7d23
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.media_creator
      +  module:
      +    - user
      +id: user_add_role_action.media_creator
      +label: 'Add the Media creator role to the selected users'
      +type: user
      +plugin: user_add_role_action
      +configuration:
      +  rid: media_creator
      diff --git a/config/system.action.user_add_role_action.media_manager.yml b/config/system.action.user_add_role_action.media_manager.yml
      new file mode 100644
      index 000000000..d3b6b8f47
      --- /dev/null
      +++ b/config/system.action.user_add_role_action.media_manager.yml
      @@ -0,0 +1,14 @@
      +uuid: fe8b0172-beaf-4bbd-ad12-a001f513af18
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.media_manager
      +  module:
      +    - user
      +id: user_add_role_action.media_manager
      +label: 'Add the Media manager role to the selected users'
      +type: user
      +plugin: user_add_role_action
      +configuration:
      +  rid: media_manager
      diff --git a/config/system.action.user_add_role_action.page_creator.yml b/config/system.action.user_add_role_action.page_creator.yml
      new file mode 100644
      index 000000000..7f8abc20e
      --- /dev/null
      +++ b/config/system.action.user_add_role_action.page_creator.yml
      @@ -0,0 +1,14 @@
      +uuid: 8b611202-cd58-4eb9-ab06-cb1722518668
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.page_creator
      +  module:
      +    - user
      +id: user_add_role_action.page_creator
      +label: 'Add the Basic page creator role to the selected users'
      +type: user
      +plugin: user_add_role_action
      +configuration:
      +  rid: page_creator
      diff --git a/config/system.action.user_add_role_action.page_reviewer.yml b/config/system.action.user_add_role_action.page_reviewer.yml
      new file mode 100644
      index 000000000..16d31b863
      --- /dev/null
      +++ b/config/system.action.user_add_role_action.page_reviewer.yml
      @@ -0,0 +1,14 @@
      +uuid: 3dcccd8b-bdc2-41df-b5b3-69337ef35827
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.page_reviewer
      +  module:
      +    - user
      +id: user_add_role_action.page_reviewer
      +label: 'Add the Basic page reviewer role to the selected users'
      +type: user
      +plugin: user_add_role_action
      +configuration:
      +  rid: page_reviewer
      diff --git a/config/system.action.user_block_user_action.yml b/config/system.action.user_block_user_action.yml
      new file mode 100644
      index 000000000..e78b0b0d0
      --- /dev/null
      +++ b/config/system.action.user_block_user_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 127624c8-e89e-4073-8b20-b98ed759cd0e
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - user
      +_core:
      +  default_config_hash: DyypzTfThX10FFQw-399qPfEbLLyrhXgQrKPVsmAoJ4
      +id: user_block_user_action
      +label: 'Block the selected user(s)'
      +type: user
      +plugin: user_block_user_action
      +configuration: {  }
      diff --git a/config/system.action.user_cancel_user_action.yml b/config/system.action.user_cancel_user_action.yml
      new file mode 100644
      index 000000000..324f008c0
      --- /dev/null
      +++ b/config/system.action.user_cancel_user_action.yml
      @@ -0,0 +1,13 @@
      +uuid: d673fcda-b3eb-4f6a-a4be-4dc59cbfa54c
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - user
      +_core:
      +  default_config_hash: nvrL9bFilzBvm2bjO9rQnFDpBA7dBBUjShSSt6NS-DU
      +id: user_cancel_user_action
      +label: 'Cancel the selected user account(s)'
      +type: user
      +plugin: user_cancel_user_action
      +configuration: {  }
      diff --git a/config/system.action.user_remove_role_action.administrator.yml b/config/system.action.user_remove_role_action.administrator.yml
      new file mode 100644
      index 000000000..ebae9c525
      --- /dev/null
      +++ b/config/system.action.user_remove_role_action.administrator.yml
      @@ -0,0 +1,14 @@
      +uuid: 15293c99-045a-4ba5-8bc8-253f1bb75e93
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.administrator
      +  module:
      +    - user
      +id: user_remove_role_action.administrator
      +label: 'Remove the Administrator role from the selected users'
      +type: user
      +plugin: user_remove_role_action
      +configuration:
      +  rid: administrator
      diff --git a/config/system.action.user_remove_role_action.landing_page_creator.yml b/config/system.action.user_remove_role_action.landing_page_creator.yml
      new file mode 100644
      index 000000000..873045bea
      --- /dev/null
      +++ b/config/system.action.user_remove_role_action.landing_page_creator.yml
      @@ -0,0 +1,14 @@
      +uuid: 863d4d34-603a-4239-b2e4-c3d1fef50eed
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.landing_page_creator
      +  module:
      +    - user
      +id: user_remove_role_action.landing_page_creator
      +label: 'Remove the Landing page creator role from the selected users'
      +type: user
      +plugin: user_remove_role_action
      +configuration:
      +  rid: landing_page_creator
      diff --git a/config/system.action.user_remove_role_action.landing_page_reviewer.yml b/config/system.action.user_remove_role_action.landing_page_reviewer.yml
      new file mode 100644
      index 000000000..6a83475bd
      --- /dev/null
      +++ b/config/system.action.user_remove_role_action.landing_page_reviewer.yml
      @@ -0,0 +1,14 @@
      +uuid: 896a404a-285c-41a5-8002-5a4e04d1316f
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.landing_page_reviewer
      +  module:
      +    - user
      +id: user_remove_role_action.landing_page_reviewer
      +label: 'Remove the Landing page reviewer role from the selected users'
      +type: user
      +plugin: user_remove_role_action
      +configuration:
      +  rid: landing_page_reviewer
      diff --git a/config/system.action.user_remove_role_action.layout_manager.yml b/config/system.action.user_remove_role_action.layout_manager.yml
      new file mode 100644
      index 000000000..24b567d8b
      --- /dev/null
      +++ b/config/system.action.user_remove_role_action.layout_manager.yml
      @@ -0,0 +1,14 @@
      +uuid: fa265e31-98f8-4c06-a05e-ff777125735c
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.layout_manager
      +  module:
      +    - user
      +id: user_remove_role_action.layout_manager
      +label: 'Remove the Layout manager role from the selected users'
      +type: user
      +plugin: user_remove_role_action
      +configuration:
      +  rid: layout_manager
      diff --git a/config/system.action.user_remove_role_action.media_creator.yml b/config/system.action.user_remove_role_action.media_creator.yml
      new file mode 100644
      index 000000000..b8156118c
      --- /dev/null
      +++ b/config/system.action.user_remove_role_action.media_creator.yml
      @@ -0,0 +1,14 @@
      +uuid: a56f68c9-dc1e-4100-b978-56aa238260b8
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.media_creator
      +  module:
      +    - user
      +id: user_remove_role_action.media_creator
      +label: 'Remove the Media creator role from the selected users'
      +type: user
      +plugin: user_remove_role_action
      +configuration:
      +  rid: media_creator
      diff --git a/config/system.action.user_remove_role_action.media_manager.yml b/config/system.action.user_remove_role_action.media_manager.yml
      new file mode 100644
      index 000000000..6d7256ac3
      --- /dev/null
      +++ b/config/system.action.user_remove_role_action.media_manager.yml
      @@ -0,0 +1,14 @@
      +uuid: 4aa571f5-b167-48b6-8ee8-32024a83adcb
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.media_manager
      +  module:
      +    - user
      +id: user_remove_role_action.media_manager
      +label: 'Remove the Media manager role from the selected users'
      +type: user
      +plugin: user_remove_role_action
      +configuration:
      +  rid: media_manager
      diff --git a/config/system.action.user_remove_role_action.page_creator.yml b/config/system.action.user_remove_role_action.page_creator.yml
      new file mode 100644
      index 000000000..12f988055
      --- /dev/null
      +++ b/config/system.action.user_remove_role_action.page_creator.yml
      @@ -0,0 +1,14 @@
      +uuid: 190862a6-0bd3-4f3f-a5c2-17b63d90a7a7
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.page_creator
      +  module:
      +    - user
      +id: user_remove_role_action.page_creator
      +label: 'Remove the Basic page creator role from the selected users'
      +type: user
      +plugin: user_remove_role_action
      +configuration:
      +  rid: page_creator
      diff --git a/config/system.action.user_remove_role_action.page_reviewer.yml b/config/system.action.user_remove_role_action.page_reviewer.yml
      new file mode 100644
      index 000000000..e7ed21472
      --- /dev/null
      +++ b/config/system.action.user_remove_role_action.page_reviewer.yml
      @@ -0,0 +1,14 @@
      +uuid: 80676f75-feac-4c9e-a50d-a167134273ef
      +langcode: en
      +status: true
      +dependencies:
      +  config:
      +    - user.role.page_reviewer
      +  module:
      +    - user
      +id: user_remove_role_action.page_reviewer
      +label: 'Remove the Basic page reviewer role from the selected users'
      +type: user
      +plugin: user_remove_role_action
      +configuration:
      +  rid: page_reviewer
      diff --git a/config/system.action.user_unblock_user_action.yml b/config/system.action.user_unblock_user_action.yml
      new file mode 100644
      index 000000000..23f05cf7c
      --- /dev/null
      +++ b/config/system.action.user_unblock_user_action.yml
      @@ -0,0 +1,13 @@
      +uuid: 7fa47954-209c-4658-ac70-7e67213c723a
      +langcode: en
      +status: true
      +dependencies:
      +  module:
      +    - user
      +_core:
      +  default_config_hash: SPsUXsR3Rc8d1y3gewzaAKWa1ncea_ywXX3f7LTn7k0
      +id: user_unblock_user_action
      +label: 'Unblock the selected user(s)'
      +type: user
      +plugin: user_unblock_user_action
      +configuration: {  }
      diff --git a/config/system.authorize.yml b/config/system.authorize.yml
      new file mode 100644
      index 000000000..c469caee1
      --- /dev/null
      +++ b/config/system.authorize.yml
      @@ -0,0 +1,3 @@
      +filetransfer_default: null
      +_core:
      +  default_config_hash: z63ds8M4zPrylEgFRkRcOlfcsXWwfITzjD4cj1kRdfg
      diff --git a/config/system.cron.yml b/config/system.cron.yml
      new file mode 100644
      index 000000000..a44f232fa
      --- /dev/null
      +++ b/config/system.cron.yml
      @@ -0,0 +1,5 @@
      +threshold:
      +  requirements_warning: 172800
      +  requirements_error: 1209600
      +_core:
      +  default_config_hash: 05U0n1_8zHYzxEFSWjyHCWuJyhdez2a6Z_aTIXin04E
      diff --git a/config/system.date.yml b/config/system.date.yml
      new file mode 100644
      index 000000000..59acb7a45
      --- /dev/null
      +++ b/config/system.date.yml
      @@ -0,0 +1,11 @@
      +country:
      +  default: ''
      +first_day: 0
      +timezone:
      +  default: UTC
      +  user:
      +    configurable: true
      +    warn: false
      +    default: 0
      +_core:
      +  default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo
      diff --git a/config/system.diff.yml b/config/system.diff.yml
      new file mode 100644
      index 000000000..c43dd916d
      --- /dev/null
      +++ b/config/system.diff.yml
      @@ -0,0 +1,5 @@
      +context:
      +  lines_leading: 2
      +  lines_trailing: 2
      +_core:
      +  default_config_hash: 1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM
      diff --git a/config/system.file.yml b/config/system.file.yml
      new file mode 100644
      index 000000000..d3e47a764
      --- /dev/null
      +++ b/config/system.file.yml
      @@ -0,0 +1,7 @@
      +allow_insecure_uploads: false
      +default_scheme: public
      +path:
      +  temporary: ''
      +temporary_maximum_age: 21600
      +_core:
      +  default_config_hash: t48gCU9DzYfjb3bAOIqHLzhL0ChBlXh6_5B5Pyo9t8g
      diff --git a/config/system.image.gd.yml b/config/system.image.gd.yml
      new file mode 100644
      index 000000000..b676907e4
      --- /dev/null
      +++ b/config/system.image.gd.yml
      @@ -0,0 +1,3 @@
      +jpeg_quality: 75
      +_core:
      +  default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ
      diff --git a/config/system.image.yml b/config/system.image.yml
      new file mode 100644
      index 000000000..990d3dc79
      --- /dev/null
      +++ b/config/system.image.yml
      @@ -0,0 +1,3 @@
      +toolkit: gd
      +_core:
      +  default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24
      diff --git a/config/system.logging.yml b/config/system.logging.yml
      new file mode 100644
      index 000000000..e95b28a48
      --- /dev/null
      +++ b/config/system.logging.yml
      @@ -0,0 +1,3 @@
      +error_level: hide
      +_core:
      +  default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA
      diff --git a/config/system.mail.yml b/config/system.mail.yml
      new file mode 100644
      index 000000000..60ed34d5a
      --- /dev/null
      +++ b/config/system.mail.yml
      @@ -0,0 +1,4 @@
      +interface:
      +  default: php_mail
      +_core:
      +  default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE
      diff --git a/config/system.maintenance.yml b/config/system.maintenance.yml
      new file mode 100644
      index 000000000..79501fb1d
      --- /dev/null
      +++ b/config/system.maintenance.yml
      @@ -0,0 +1,4 @@
      +message: '@site is currently under maintenance. We should be back shortly. Thank you for your patience.'
      +langcode: en
      +_core:
      +  default_config_hash: Z5MXifrF77GEAgx0GQ6iWT8wStjFuY8BD9OruofWTJ8
      diff --git a/config/system.menu.account.yml b/config/system.menu.account.yml
      new file mode 100644
      index 000000000..25c82a90c
      --- /dev/null
      +++ b/config/system.menu.account.yml
      @@ -0,0 +1,10 @@
      +uuid: 78e4781a-3a54-41eb-88fc-da291a3e4319
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: M_Bh81osDyUQ4wV0GgU_NdBNqkzM87sLxjaCdFj9mnw
      +id: account
      +label: 'User account menu'
      +description: 'Links related to the active user account'
      +locked: true
      diff --git a/config/system.menu.admin.yml b/config/system.menu.admin.yml
      new file mode 100644
      index 000000000..d5fb789f9
      --- /dev/null
      +++ b/config/system.menu.admin.yml
      @@ -0,0 +1,10 @@
      +uuid: a1e41012-0146-4d64-8f4e-c842a8be1670
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: sapEi2YDGoI9yQIT_WgIV2vUdQ6DScH0V3fAyTadAL0
      +id: admin
      +label: Administration
      +description: 'Administrative task links'
      +locked: true
      diff --git a/config/system.menu.footer.yml b/config/system.menu.footer.yml
      new file mode 100644
      index 000000000..2d99e62fb
      --- /dev/null
      +++ b/config/system.menu.footer.yml
      @@ -0,0 +1,10 @@
      +uuid: 825ae723-7cfc-4991-8629-6fa9b21e2e9d
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: 7yrlW5z9zdg2eBucB2GPqXKSMQfH9lSRSO4DbWF7AFc
      +id: footer
      +label: Footer
      +description: 'Site information links'
      +locked: true
      diff --git a/config/system.menu.main.yml b/config/system.menu.main.yml
      new file mode 100644
      index 000000000..f992135da
      --- /dev/null
      +++ b/config/system.menu.main.yml
      @@ -0,0 +1,10 @@
      +uuid: 3aef2207-6eaf-4e76-a693-8050f4b55823
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: Q2Ra3jfoIVk0f3SjxJX61byRQFVBAbpzYDQOiY-kno8
      +id: main
      +label: 'Main navigation'
      +description: 'Site section links'
      +locked: true
      diff --git a/config/system.menu.tools.yml b/config/system.menu.tools.yml
      new file mode 100644
      index 000000000..454007880
      --- /dev/null
      +++ b/config/system.menu.tools.yml
      @@ -0,0 +1,10 @@
      +uuid: aa20c933-e160-4cb1-ba82-0fe329b9b0fe
      +langcode: en
      +status: true
      +dependencies: {  }
      +_core:
      +  default_config_hash: BCM-vV1zzRaLHN18dqAR_CuGOj8AFJvTx7BKl_8Gcxc
      +id: tools
      +label: Tools
      +description: 'User tool links, often added by modules'
      +locked: true
      diff --git a/config/system.performance.yml b/config/system.performance.yml
      new file mode 100644
      index 000000000..d4f85d555
      --- /dev/null
      +++ b/config/system.performance.yml
      @@ -0,0 +1,17 @@
      +cache:
      +  page:
      +    max_age: 0
      +css:
      +  preprocess: true
      +  gzip: true
      +fast_404:
      +  enabled: true
      +  paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
      +  exclude_paths: '/\/(?:styles|imagecache)\//'
      +  html: '404 Not Found

      Not Found

      The requested URL "@path" was not found on this server.

      ' +js: + preprocess: true + gzip: true +stale_file_threshold: 2592000 +_core: + default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ diff --git a/config/system.rss.yml b/config/system.rss.yml new file mode 100644 index 000000000..858f127d3 --- /dev/null +++ b/config/system.rss.yml @@ -0,0 +1,8 @@ +channel: + description: '' +items: + limit: 10 + view_mode: rss +langcode: en +_core: + default_config_hash: TlH7NNk46phfxu1mSUfwg1C0YqaGsUCeD4l9JQnQlDU diff --git a/config/system.site.yml b/config/system.site.yml new file mode 100644 index 000000000..8b3002aaa --- /dev/null +++ b/config/system.site.yml @@ -0,0 +1,14 @@ +uuid: 23c7d89f-348a-415c-9992-8428bfcbfca9 +name: 'Example D8 Composer Test Site' +mail: admin@example.com +slogan: '' +page: + 403: '' + 404: '' + front: /node +admin_compact_mode: false +weight_select_max: 100 +langcode: en +default_langcode: en +_core: + default_config_hash: AyT9s8OUcclfALRE_imByOMgtZ19eOlqdF6zI3p7yqo diff --git a/config/system.theme.global.yml b/config/system.theme.global.yml new file mode 100644 index 000000000..79b87481c --- /dev/null +++ b/config/system.theme.global.yml @@ -0,0 +1,16 @@ +favicon: + mimetype: image/vnd.microsoft.icon + path: profiles/contrib/lightning/favicon.ico + url: '' + use_default: false +features: + comment_user_picture: true + comment_user_verification: true + favicon: true + node_user_picture: true +logo: + path: profiles/contrib/lightning/lightning.png + url: '' + use_default: false +_core: + default_config_hash: 9rAU4Pku7eMBQxauQqAgjzlcicFZ2As6zEa6zvTlCB8 diff --git a/config/system.theme.yml b/config/system.theme.yml new file mode 100644 index 000000000..4314c0074 --- /dev/null +++ b/config/system.theme.yml @@ -0,0 +1,4 @@ +admin: seven +default: bartik +_core: + default_config_hash: 6lQ55NXM9ysybMQ6NzJj4dtiQ1dAkOYxdDompa-r_kk diff --git a/config/taxonomy.settings.yml b/config/taxonomy.settings.yml new file mode 100644 index 000000000..c98a316b1 --- /dev/null +++ b/config/taxonomy.settings.yml @@ -0,0 +1,5 @@ +maintain_index_table: true +override_selector: false +terms_per_page_admin: 100 +_core: + default_config_hash: zKpaWT6cJc1tVQQaTqatGELaCqU_oyRym6zTl27Yias diff --git a/config/text.settings.yml b/config/text.settings.yml new file mode 100644 index 000000000..ef751a5ce --- /dev/null +++ b/config/text.settings.yml @@ -0,0 +1,3 @@ +default_summary_length: 600 +_core: + default_config_hash: Bkewb77RBOK3_aXMPsp8p87gbc03NvmC5gBLzPl7hVA diff --git a/config/update.settings.yml b/config/update.settings.yml new file mode 100644 index 000000000..aca754fef --- /dev/null +++ b/config/update.settings.yml @@ -0,0 +1,13 @@ +check: + disabled_extensions: false + interval_days: 1 +fetch: + url: '' + max_attempts: 2 + timeout: 30 +notification: + emails: + - admin@example.com + threshold: all +_core: + default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw diff --git a/config/user.flood.yml b/config/user.flood.yml new file mode 100644 index 000000000..f165c9525 --- /dev/null +++ b/config/user.flood.yml @@ -0,0 +1,7 @@ +uid_only: false +ip_limit: 50 +ip_window: 3600 +user_limit: 5 +user_window: 21600 +_core: + default_config_hash: UYfMzeP1S8jKm9PSvxf7nQNe8DsNS-3bc2WSNNXBQWs diff --git a/config/user.mail.yml b/config/user.mail.yml new file mode 100644 index 000000000..918084494 --- /dev/null +++ b/config/user.mail.yml @@ -0,0 +1,30 @@ +cancel_confirm: + body: "[user:display-name],\n\nA request to cancel your account has been made at [site:name].\n\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\n\n[user:cancel-url]\n\nNOTE: The cancellation of your account is not reversible.\n\nThis link expires in one day and nothing will happen if it is not used.\n\n-- [site:name] team" + subject: 'Account cancellation request for [user:display-name] at [site:name]' +password_reset: + body: "[user:display-name],\n\nA request to reset the password for your account has been made at [site:name].\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.\n\n-- [site:name] team" + subject: 'Replacement login information for [user:display-name] at [site:name]' +register_admin_created: + body: "[user:display-name],\n\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" + subject: 'An administrator created an account for you at [site:name]' +register_no_approval_required: + body: "[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" + subject: 'Account details for [user:display-name] at [site:name]' +register_pending_approval: + body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n\n-- [site:name] team" + subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' +register_pending_approval_admin: + body: "[user:display-name] has applied for an account.\n\n[user:edit-url]" + subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' +status_activated: + body: "[user:display-name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:account-name]\npassword: Your password\n\n-- [site:name] team" + subject: 'Account details for [user:display-name] at [site:name] (approved)' +status_blocked: + body: "[user:display-name],\n\nYour account on [site:name] has been blocked.\n\n-- [site:name] team" + subject: 'Account details for [user:display-name] at [site:name] (blocked)' +status_canceled: + body: "[user:display-name],\n\nYour account on [site:name] has been canceled.\n\n-- [site:name] team" + subject: 'Account details for [user:display-name] at [site:name] (canceled)' +langcode: en +_core: + default_config_hash: m4J3ROov32OEquRYGLbx3SpdDGuqx9l_zJtNvihqdCg diff --git a/config/user.role.administrator.yml b/config/user.role.administrator.yml new file mode 100644 index 000000000..a6687b845 --- /dev/null +++ b/config/user.role.administrator.yml @@ -0,0 +1,11 @@ +uuid: 1858feb7-f08a-48bd-8efa-46636520597b +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 2EL4nOaSWrCYL11npXSGwLjX_DJoj2riIUqGaNyZFWU +id: administrator +label: Administrator +weight: 2 +is_admin: true +permissions: { } diff --git a/config/user.role.anonymous.yml b/config/user.role.anonymous.yml new file mode 100644 index 000000000..f0454a6fd --- /dev/null +++ b/config/user.role.anonymous.yml @@ -0,0 +1,14 @@ +uuid: ff1862a5-fbda-42fe-a0c7-c8876666cd9b +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: j5zLMOdJBqC0bMvSdth5UebkprJB8g_2FXHqhfpJzow +id: anonymous +label: 'Anonymous user' +weight: 0 +is_admin: false +permissions: + - 'access content' + - 'access site-wide contact form' + - 'view media' diff --git a/config/user.role.authenticated.yml b/config/user.role.authenticated.yml new file mode 100644 index 000000000..282f87058 --- /dev/null +++ b/config/user.role.authenticated.yml @@ -0,0 +1,15 @@ +uuid: 417b14c3-2de9-42bd-bc54-0078edc55e86 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI +id: authenticated +label: 'Authenticated user' +weight: 1 +is_admin: false +permissions: + - 'access content' + - 'access shortcuts' + - 'access site-wide contact form' + - 'view media' diff --git a/config/user.role.landing_page_creator.yml b/config/user.role.landing_page_creator.yml new file mode 100644 index 000000000..8eb17c32a --- /dev/null +++ b/config/user.role.landing_page_creator.yml @@ -0,0 +1,26 @@ +uuid: e8178ab2-d736-4ab1-aba8-b8c446890e5f +langcode: en +status: true +dependencies: { } +id: landing_page_creator +label: 'Landing page creator' +weight: 7 +is_admin: null +permissions: + - 'create landing_page content' + - 'edit own landing_page content' + - 'view landing_page revisions' + - 'view own unpublished content' + - 'create url aliases' + - 'access panels in-place editing' + - 'change layouts in place editing' + - 'administer panelizer node landing_page content' + - 'administer panelizer node landing_page layout' + - 'use text format rich_text' + - 'access media_browser entity browser pages' + - 'view any unpublished content' + - 'use draft_draft transition' + - 'use draft_needs_review transition' + - 'use needs_review_needs_review transition' + - 'view latest version' + - 'access image_browser entity browser pages' diff --git a/config/user.role.landing_page_reviewer.yml b/config/user.role.landing_page_reviewer.yml new file mode 100644 index 000000000..8899c705b --- /dev/null +++ b/config/user.role.landing_page_reviewer.yml @@ -0,0 +1,17 @@ +uuid: fafca486-c37c-4d84-bc30-b73957522579 +langcode: en +status: true +dependencies: { } +id: landing_page_reviewer +label: 'Landing page reviewer' +weight: 8 +is_admin: null +permissions: + - 'access content overview' + - 'edit any landing_page content' + - 'delete any landing_page content' + - 'use draft_published transition' + - 'use needs_review_draft transition' + - 'use needs_review_published transition' + - 'use published_published transition' + - 'use published_archived transition' diff --git a/config/user.role.layout_manager.yml b/config/user.role.layout_manager.yml new file mode 100644 index 000000000..209e4fd1b --- /dev/null +++ b/config/user.role.layout_manager.yml @@ -0,0 +1,15 @@ +uuid: 137ff9bd-cfb9-4c5d-b93e-83b9ab519b55 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: ZHaZKyf7ODi-VpAKpbedAnF4HCHu4ZSb713LFdMoLe0 +id: layout_manager +label: 'Layout manager' +weight: 2 +is_admin: false +permissions: + - 'administer node display' + - 'administer panelizer' + - 'administer panelizer node landing_page defaults' + - 'administer panelizer node page defaults' diff --git a/config/user.role.media_creator.yml b/config/user.role.media_creator.yml new file mode 100644 index 000000000..f96025ddd --- /dev/null +++ b/config/user.role.media_creator.yml @@ -0,0 +1,17 @@ +uuid: 92115404-aea6-4a4e-b8f9-f747e318b904 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 5qGPji2I9oWWWqUVcG7PstDKPgGjxu7V0zg0h83vApA +id: media_creator +label: 'Media creator' +weight: 5 +is_admin: null +permissions: + - 'access media_browser entity browser pages' + - 'access media overview' + - 'create media' + - 'delete media' + - 'update media' + - 'access image_browser entity browser pages' diff --git a/config/user.role.media_manager.yml b/config/user.role.media_manager.yml new file mode 100644 index 000000000..dabeb0b68 --- /dev/null +++ b/config/user.role.media_manager.yml @@ -0,0 +1,16 @@ +uuid: fb16a3a8-7e5f-48a9-ae45-06ae173703e1 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 2y8t4mgLcpgUn1dvycMwIReEEM2klWRiucLgGXvGTdc +id: media_manager +label: 'Media manager' +weight: 6 +is_admin: null +permissions: + - 'access media_browser entity browser pages' + - 'access media overview' + - 'administer media' + - 'administer media bundles' + - 'access image_browser entity browser pages' diff --git a/config/user.role.page_creator.yml b/config/user.role.page_creator.yml new file mode 100644 index 000000000..6e951312f --- /dev/null +++ b/config/user.role.page_creator.yml @@ -0,0 +1,26 @@ +uuid: 4e451a88-0dec-4c9d-b518-5a77bf914528 +langcode: en +status: true +dependencies: { } +id: page_creator +label: 'Basic page creator' +weight: 9 +is_admin: null +permissions: + - 'create page content' + - 'edit own page content' + - 'view page revisions' + - 'view own unpublished content' + - 'create url aliases' + - 'access panels in-place editing' + - 'change layouts in place editing' + - 'administer panelizer node page content' + - 'administer panelizer node page layout' + - 'use text format rich_text' + - 'access media_browser entity browser pages' + - 'access image_browser entity browser pages' + - 'view any unpublished content' + - 'use draft_draft transition' + - 'use draft_needs_review transition' + - 'use needs_review_needs_review transition' + - 'view latest version' diff --git a/config/user.role.page_reviewer.yml b/config/user.role.page_reviewer.yml new file mode 100644 index 000000000..c42470fd8 --- /dev/null +++ b/config/user.role.page_reviewer.yml @@ -0,0 +1,17 @@ +uuid: a9d1df7f-95a4-4275-accf-b70f66d78570 +langcode: en +status: true +dependencies: { } +id: page_reviewer +label: 'Basic page reviewer' +weight: 10 +is_admin: null +permissions: + - 'access content overview' + - 'edit any page content' + - 'delete any page content' + - 'use draft_published transition' + - 'use needs_review_draft transition' + - 'use needs_review_published transition' + - 'use published_published transition' + - 'use published_archived transition' diff --git a/config/user.settings.yml b/config/user.settings.yml new file mode 100644 index 000000000..8aeadc5d8 --- /dev/null +++ b/config/user.settings.yml @@ -0,0 +1,18 @@ +anonymous: Anonymous +verify_mail: true +notify: + cancel_confirm: true + password_reset: true + status_activated: true + status_blocked: false + status_canceled: false + register_admin_created: true + register_no_approval_required: true + register_pending_approval: true +register: admin_only +cancel_method: user_cancel_block +password_reset_timeout: 86400 +password_strength: true +langcode: en +_core: + default_config_hash: r4kwhOM0IWXVMUZDz744Yc16EOh37ZhYbA8kGOhSmLk diff --git a/config/views.settings.yml b/config/views.settings.yml new file mode 100644 index 000000000..fbda2e63f --- /dev/null +++ b/config/views.settings.yml @@ -0,0 +1,48 @@ +display_extenders: { } +skip_cache: false +sql_signature: false +ui: + show: + additional_queries: false + advanced_column: false + master_display: false + performance_statistics: false + preview_information: true + sql_query: + enabled: false + where: above + display_embed: false + always_live_preview: true + exposed_filter_any_label: old_any +field_rewrite_elements: + div: DIV + span: SPAN + h1: H1 + h2: H2 + h3: H3 + h4: H4 + h5: H5 + h6: H6 + p: P + header: HEADER + footer: FOOTER + article: ARTICLE + section: SECTION + aside: ASIDE + details: DETAILS + blockquote: BLOCKQUOTE + figure: FIGURE + address: ADDRESS + code: CODE + pre: PRE + var: VAR + samp: SAMP + kbd: KBD + strong: STRONG + em: EM + del: DEL + ins: INS + q: Q + s: S +_core: + default_config_hash: RaRd9EIcwA4u3qCSRLL8EnCicbda1kV__ASmVbyehvQ diff --git a/config/views.view.archive.yml b/config/views.view.archive.yml new file mode 100644 index 000000000..5737f9967 --- /dev/null +++ b/config/views.view.archive.yml @@ -0,0 +1,243 @@ +uuid: 0ed590e9-1933-4498-9615-69018423c50a +langcode: en +status: false +dependencies: + config: + - core.entity_view_mode.node.teaser + module: + - node + - user +_core: + default_config_hash: SRH1EhxAiIRj01P9xYv0h_LfIfWxjll0Yq-eDfjziFI +id: archive +label: Archive +module: node +description: 'All content, by month.' +tag: default +base_table: node_field_data +base_field: nid +core: '8' +display: + default: + id: default + display_title: Master + display_plugin: default + position: 0 + display_options: + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + title: 'Monthly archive' + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + 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: mini + options: + items_per_page: 10 + offset: 0 + id: 0 + total_pages: 0 + 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: ‹‹ + next: ›› + sorts: + created: + id: created + table: node_field_data + field: created + order: DESC + plugin_id: date + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + granularity: second + entity_type: node + entity_field: created + arguments: + created_year_month: + id: created_year_month + table: node_field_data + field: created_year_month + default_action: summary + exception: + title_enable: true + title_enable: true + title: '{{ arguments.created_year_month }}' + default_argument_type: fixed + summary: + sort_order: desc + format: default_summary + summary_options: + override: true + items_per_page: 30 + specify_validation: true + plugin_id: date_year_month + entity_type: node + filters: + status: + id: status + table: node_field_data + field: status + value: '1' + group: 0 + expose: + operator: '0' + plugin_id: boolean + entity_type: node + entity_field: status + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: + '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: language + entity_type: node + entity_field: langcode + style: + type: default + options: + grouping: { } + row_class: '' + default_row_class: true + uses_fields: false + row: + type: 'entity:node' + options: + view_mode: teaser + header: { } + footer: { } + empty: { } + relationships: { } + fields: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + block_1: + id: block_1 + display_title: Block + display_plugin: block + position: 1 + display_options: + query: + type: views_query + options: { } + defaults: + arguments: false + arguments: + created_year_month: + id: created_year_month + table: node_field_data + field: created_year_month + default_action: summary + exception: + title_enable: true + title_enable: true + title: '{{ arguments.created_year_month }}' + default_argument_type: fixed + summary: + format: default_summary + summary_options: + items_per_page: 30 + specify_validation: true + plugin_id: date_year_month + entity_type: node + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + page_1: + id: page_1 + display_title: Page + display_plugin: page + position: 2 + display_options: + query: + type: views_query + options: { } + path: archive + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } diff --git a/config/views.view.block_content.yml b/config/views.view.block_content.yml new file mode 100644 index 000000000..d3932b43c --- /dev/null +++ b/config/views.view.block_content.yml @@ -0,0 +1,500 @@ +uuid: d9d4f72c-1177-40bf-bfa8-6262b0b49a0f +langcode: en +status: true +dependencies: + module: + - block_content + - user +_core: + default_config_hash: msYnighLW1IbiBfyQbwbQwb2cU-5LECiFryt60k0Nfk +id: block_content +label: 'Custom block library' +module: views +description: 'Find and manage custom blocks.' +tag: default +base_table: block_content_field_data +base_field: id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'administer blocks' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + 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: mini + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + tags: + previous: '‹ Previous' + next: 'Next ›' + 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 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + info: info + type: type + changed: changed + operations: operations + info: + info: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: changed + empty_table: true + row: + type: fields + fields: + info: + id: info + table: block_content_field_data + field: info + relationship: none + group_type: group + admin_label: '' + label: 'Block description' + 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: string + settings: + link_to_entity: true + 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 + entity_type: null + entity_field: info + plugin_id: field + type: + id: type + table: block_content_field_data + field: type + relationship: none + group_type: group + admin_label: '' + label: 'Block type' + 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: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + 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 + entity_type: block_content + entity_field: type + plugin_id: field + changed: + id: changed + table: block_content_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + 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 + entity_type: block_content + entity_field: changed + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + plugin_id: field + operations: + id: operations + table: block_content + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + 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 + destination: true + entity_type: block_content + plugin_id: entity_operations + filters: + info: + id: info + table: block_content_field_data + field: info + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: info_op + label: 'Block description' + description: '' + use_operator: false + operator: info_op + identifier: info + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: block_content + entity_field: info + plugin_id: string + type: + id: type + table: block_content_field_data + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: 'Block type' + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: block_content + entity_field: type + plugin_id: bundle + sorts: { } + title: 'Custom block library' + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'There are no custom blocks available. ' + plugin_id: text_custom + block_content_listing_empty: + admin_label: '' + empty: true + field: block_content_listing_empty + group_type: group + id: block_content_listing_empty + label: '' + relationship: none + table: block_content + plugin_id: block_content_listing_empty + entity_type: block_content + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: admin/structure/block/block-content + menu: + type: tab + title: 'Custom block library' + description: '' + parent: block.admin_display + weight: 0 + context: '0' + menu_name: admin + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } diff --git a/config/views.view.contact_messages.yml b/config/views.view.contact_messages.yml new file mode 100644 index 000000000..d97323159 --- /dev/null +++ b/config/views.view.contact_messages.yml @@ -0,0 +1,537 @@ +uuid: e214f4eb-06dd-4b60-bbcb-7a72f20a6bea +langcode: en +status: true +dependencies: + module: + - contact + - contact_storage + - user +_core: + default_config_hash: FWNZiDPzXA2-_eL-zQOztdT2HVFW5Pp41UQa2_870aM +id: contact_messages +label: 'Contact messages' +module: views +description: 'View and manage messages sent through contact forms.' +tag: '' +base_table: contact_message +base_field: id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'administer contact forms' + cache: + type: none + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + 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: full + options: + items_per_page: 20 + 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 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: { } + info: { } + default: '-1' + empty_table: true + row: + type: 'entity:contact_message' + fields: + message_bulk_form: + id: message_bulk_form + table: contact_message + field: message_bulk_form + 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: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + action_title: 'With selection' + include_exclude: exclude + selected_actions: { } + entity_type: contact_message + plugin_id: message_bulk_form + subject: + id: subject + table: contact_message + field: subject + relationship: none + group_type: group + admin_label: '' + label: Subject + 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: string + settings: + link_to_entity: false + 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 + entity_type: contact_message + entity_field: subject + plugin_id: field + name: + id: name + table: contact_message + field: name + relationship: none + group_type: group + admin_label: '' + label: 'Sender''s name' + 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: string + settings: + link_to_entity: false + 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 + entity_type: contact_message + entity_field: name + plugin_id: field + contact_form_label: + id: contact_form_label + table: contact_message + field: contact_form_label + relationship: none + group_type: group + admin_label: '' + label: 'Contact form' + 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 + entity_type: contact_message + plugin_id: contact_form + created: + id: created + table: contact_message + field: created + relationship: none + group_type: group + admin_label: '' + label: Created + 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 + date_format: fallback + custom_date_format: '' + timezone: '' + entity_type: contact_message + entity_field: created + plugin_id: date + operations: + id: operations + table: contact_message + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + 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 + destination: true + entity_type: contact_message + plugin_id: entity_operations + filters: + contact_form: + id: contact_form + table: contact_message + field: contact_form + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: contact_form_op + label: 'Contact form' + description: '' + use_operator: false + operator: contact_form_op + identifier: form + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: bundle + sorts: + created: + id: created + table: contact_message + field: created + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + granularity: second + entity_type: contact_message + entity_field: created + plugin_id: date + title: 'Contact messages' + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'There is no Contact message yet.' + plugin_id: text_custom + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + path: admin/structure/contact/messages + menu: + type: tab + title: List + description: 'Contact messages' + parent: contact.form_list + weight: 0 + context: '0' + menu_name: admin + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } diff --git a/config/views.view.content.yml b/config/views.view.content.yml new file mode 100644 index 000000000..49d2dc522 --- /dev/null +++ b/config/views.view.content.yml @@ -0,0 +1,693 @@ +uuid: 8e35ce1e-8370-4fe5-a730-8fe2cdddb771 +langcode: en +status: true +dependencies: + module: + - lightning_workflow + - node + - user +_core: + default_config_hash: fUDNcSYKNw6cTMPsX3G9VhsUGov5yUe6_TBHbcnZHyo +id: content +label: Content +module: node +description: 'Find and manage content.' +tag: default +base_table: node_field_data +base_field: nid +core: 8.x +display: + default: + display_options: + access: + type: perm + options: + perm: 'access content overview' + cache: + type: tag + query: + type: views_query + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: true + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + tags: + previous: '‹ Previous' + next: 'Next ›' + first: '« First' + last: 'Last »' + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: true + caption: '' + summary: '' + description: '' + columns: + node_bulk_form: node_bulk_form + title: title + type: type + name: name + status: status + changed: changed + edit_node: edit_node + delete_node: delete_node + dropbutton: dropbutton + timestamp: title + info: + node_bulk_form: + align: '' + separator: '' + empty_column: false + responsive: '' + title: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + name: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + edit_node: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + delete_node: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + dropbutton: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + timestamp: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: changed + empty_table: true + row: + type: fields + fields: + node_bulk_form: + id: node_bulk_form + table: node + field: node_bulk_form + label: '' + exclude: false + alter: + alter_text: false + element_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: node_bulk_form + entity_type: node + title: + id: title + table: node_field_data + field: title + label: Title + exclude: false + alter: + alter_text: false + element_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + entity_type: node + entity_field: title + type: string + settings: + link_to_entity: true + plugin_id: field + type: + id: type + table: node_field_data + field: type + relationship: none + group_type: group + admin_label: '' + label: 'Content type' + 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: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + 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 + entity_type: node + entity_field: type + plugin_id: field + name: + id: name + table: users_field_data + field: name + relationship: uid + label: Author + exclude: false + alter: + alter_text: false + element_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: field + type: user_name + entity_type: user + entity_field: name + changed: + id: changed + table: node_field_data + field: changed + label: Updated + exclude: false + alter: + alter_text: false + element_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + plugin_id: field + entity_type: node + entity_field: changed + operations: + id: operations + table: node + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + 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 + destination: true + plugin_id: entity_operations + moderation_state: + id: moderation_state + table: node_field_data + field: moderation_state + relationship: none + group_type: group + admin_label: '' + label: Status + 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: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + 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 + entity_type: node + entity_field: moderation_state + plugin_id: field + forward_revision_exists: + id: forward_revision_exists + table: node_field_data + field: forward_revision_exists + relationship: none + group_type: group + admin_label: '' + label: 'Has unpublished edits' + 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 + entity_type: node + plugin_id: forward_revision_exists + filters: + type: + id: type + table: node_field_data + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: 'Content type' + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: bundle + entity_type: node + entity_field: type + title: + id: title + table: node_field_data + field: title + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: title_op + label: Title + description: '' + use_operator: false + operator: title_op + identifier: title + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: string + entity_type: node + entity_field: title + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: langcode_op + label: Language + description: '' + use_operator: false + operator: langcode_op + identifier: langcode + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: language + entity_type: node + entity_field: langcode + moderation_state: + id: moderation_state + table: node_field_data + field: moderation_state + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '' + group: 1 + exposed: true + expose: + operator_id: moderation_state_op + label: Status + description: '' + use_operator: false + operator: moderation_state_op + identifier: moderation_state + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: node + entity_field: moderation_state + plugin_id: string + sorts: { } + title: Content + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + empty: true + content: 'No content available.' + plugin_id: text_custom + arguments: { } + relationships: + uid: + id: uid + table: node_field_data + field: uid + admin_label: author + required: true + plugin_id: standard + latest_revision__node: + id: latest_revision__node + table: workbench_revision_tracker + field: latest_revision__node + relationship: none + group_type: group + admin_label: 'latest revision' + required: true + plugin_id: standard + show_admin_links: false + filter_groups: + operator: AND + groups: + 1: AND + display_extenders: { } + display_plugin: default + display_title: Master + id: default + position: 0 + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } + page_1: + display_options: + path: admin/content/node + menu: + type: 'default tab' + title: Content + description: '' + menu_name: admin + weight: -10 + context: '' + tab_options: + type: normal + title: Content + description: 'Find and manage content' + menu_name: admin + weight: -10 + display_extenders: { } + display_plugin: page + display_title: Page + id: page_1 + position: 1 + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } diff --git a/config/views.view.content_recent.yml b/config/views.view.content_recent.yml new file mode 100644 index 000000000..c23c1d5ad --- /dev/null +++ b/config/views.view.content_recent.yml @@ -0,0 +1,319 @@ +uuid: 18ca986d-8540-4092-9861-cf6a2942d46a +langcode: en +status: true +dependencies: + module: + - node + - user +_core: + default_config_hash: tDcmzGfShE0XJbfwJzyA6lJTUYC6X4iVu887dgoFfDg +id: content_recent +label: 'Recent content' +module: node +description: 'Recent content.' +tag: default +base_table: node_field_data +base_field: nid +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + 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: html_list + options: + grouping: { } + row_class: '' + default_row_class: true + type: ul + wrapper_class: item-list + class: '' + row: + type: fields + fields: + title: + id: title + table: node_field_data + field: title + entity_type: node + entity_field: title + label: '' + exclude: false + alter: + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false + relationship: none + group_type: group + admin_label: '' + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_alter_empty: true + type: string + settings: + link_to_entity: true + plugin_id: field + changed: + id: changed + table: node_field_data + field: changed + 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: false + 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_ago + 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 + entity_type: node + entity_field: changed + plugin_id: field + filters: + status_extra: + id: status_extra + table: node_field_data + field: status_extra + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: false + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: node + plugin_id: node_status + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: + '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: node + entity_field: langcode + plugin_id: language + sorts: + changed: + id: changed + table: node_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + granularity: second + entity_type: node + entity_field: changed + plugin_id: date + title: 'Recent content' + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No content available.' + plugin_id: text_custom + relationships: + uid: + id: uid + table: node_field_data + field: uid + relationship: none + group_type: group + admin_label: author + required: true + entity_type: node + entity_field: uid + plugin_id: standard + arguments: { } + display_extenders: { } + use_more: false + use_more_always: false + use_more_text: More + link_url: '' + link_display: '0' + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + block_1: + display_plugin: block + id: block_1 + display_title: Block + position: 1 + display_options: + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } diff --git a/config/views.view.files.yml b/config/views.view.files.yml new file mode 100644 index 000000000..086454b11 --- /dev/null +++ b/config/views.view.files.yml @@ -0,0 +1,1124 @@ +uuid: 7f5488d1-a3de-4f4b-84d5-667cd1e232bb +langcode: en +status: true +dependencies: + module: + - file + - user +_core: + default_config_hash: rRWxAX-IQkJ5viACQRovRkC784EyCl9493GU_G23n2Q +id: files +label: Files +module: file +description: 'Find and manage files.' +tag: default +base_table: file_managed +base_field: fid +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access files overview' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Filter + 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: mini + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: 0 + tags: + previous: '‹ Previous' + next: 'Next ›' + 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 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + fid: fid + filename: filename + filemime: filemime + filesize: filesize + status: status + created: created + changed: changed + count: count + info: + fid: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + filename: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + filemime: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + filesize: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + status: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + created: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + count: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + default: changed + empty_table: true + row: + type: fields + fields: + fid: + id: fid + table: file_managed + field: fid + alter: + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false + relationship: none + group_type: group + admin_label: '' + label: Fid + exclude: true + 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_alter_empty: true + plugin_id: field + entity_type: file + entity_field: fid + filename: + id: filename + table: file_managed + field: filename + relationship: none + group_type: group + admin_label: '' + label: Name + 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: false + ellipsis: false + 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: file_link + 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 + plugin_id: field + entity_type: file + entity_field: filename + filemime: + id: filemime + table: file_managed + field: filemime + relationship: none + group_type: group + admin_label: '' + label: 'MIME type' + 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 + type: file_filemime + plugin_id: field + entity_type: file + entity_field: filemime + filesize: + id: filesize + table: file_managed + field: filesize + relationship: none + group_type: group + admin_label: '' + label: Size + 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 + type: file_size + plugin_id: field + entity_type: file + entity_field: filesize + status: + id: status + table: file_managed + field: status + relationship: none + group_type: group + admin_label: '' + label: Status + 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 + type: boolean + settings: + format: custom + format_custom_false: Temporary + format_custom_true: Permanent + plugin_id: field + entity_type: file + entity_field: status + created: + id: created + table: file_managed + field: created + relationship: none + group_type: group + admin_label: '' + label: 'Upload date' + 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 + type: timestamp + settings: + date_format: medium + custom_date_format: '' + timezone: '' + plugin_id: field + entity_type: file + entity_field: created + changed: + id: changed + table: file_managed + field: changed + relationship: none + group_type: group + admin_label: '' + label: 'Changed date' + 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 + type: timestamp + settings: + date_format: medium + custom_date_format: '' + timezone: '' + plugin_id: field + entity_type: file + entity_field: changed + count: + id: count + table: file_usage + field: count + relationship: fid + group_type: sum + admin_label: '' + label: 'Used in' + exclude: false + alter: + alter_text: false + text: '' + make_link: true + path: 'admin/content/files/usage/{{ fid }}' + 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 + set_precision: false + precision: 0 + decimal: . + separator: ',' + format_plural: true + format_plural_string: "1 place\x03@count places" + prefix: '' + suffix: '' + plugin_id: numeric + filters: + filename: + id: filename + table: file_managed + field: filename + relationship: none + group_type: group + admin_label: '' + operator: word + value: '' + group: 1 + exposed: true + expose: + operator_id: filemime_op + label: Filename + description: '' + use_operator: false + operator: filename_op + identifier: filename + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: string + entity_type: file + entity_field: filename + filemime: + id: filemime + table: file_managed + field: filemime + relationship: none + group_type: group + admin_label: '' + operator: word + value: '' + group: 1 + exposed: true + expose: + operator_id: filemime_op + label: 'MIME type' + description: '' + use_operator: false + operator: filemime_op + identifier: filemime + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: string + entity_type: file + entity_field: filemime + status: + id: status + table: file_managed + field: status + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: status_op + label: Status + description: '' + use_operator: false + operator: status_op + identifier: status + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: file_status + entity_type: file + entity_field: status + sorts: { } + title: Files + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + empty: true + content: 'No files available.' + plugin_id: text_custom + relationships: + fid: + id: fid + table: file_managed + field: fid + relationship: none + group_type: group + admin_label: 'File usage' + required: true + arguments: { } + group_by: true + show_admin_links: true + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: 'Files overview' + position: 1 + display_options: + path: admin/content/files + menu: + type: tab + title: Files + description: '' + menu_name: admin + weight: 0 + context: '' + display_description: '' + defaults: + pager: true + relationships: false + relationships: + fid: + id: fid + table: file_managed + field: fid + relationship: none + group_type: group + admin_label: 'File usage' + required: false + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } + page_2: + display_plugin: page + id: page_2 + display_title: 'File usage' + position: 2 + display_options: + display_description: '' + path: admin/content/files/usage/% + empty: { } + defaults: + empty: false + pager: false + filters: false + filter_groups: false + fields: false + group_by: false + title: false + arguments: false + style: false + row: false + relationships: false + pager: + type: mini + options: + items_per_page: 10 + offset: 0 + id: 0 + total_pages: 0 + tags: + previous: '‹ Previous' + next: 'Next ›' + 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 + filters: { } + filter_groups: + operator: AND + groups: { } + fields: + entity_label: + id: entity_label + table: file_usage + field: entity_label + relationship: none + group_type: group + admin_label: '' + label: Entity + 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 + link_to_entity: true + plugin_id: entity_label + type: + id: type + table: file_usage + field: type + relationship: none + group_type: group + admin_label: '' + label: 'Entity type' + 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 + plugin_id: standard + module: + id: module + table: file_usage + field: module + relationship: none + group_type: group + admin_label: '' + label: 'Registering module' + 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 + plugin_id: standard + count: + id: count + table: file_usage + field: count + relationship: none + group_type: group + admin_label: '' + label: 'Use count' + 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 + set_precision: false + precision: 0 + decimal: . + separator: ',' + format_plural: false + format_plural_string: "1\x03@count" + prefix: '' + suffix: '' + plugin_id: numeric + group_by: false + title: 'File usage' + arguments: + fid: + id: fid + table: file_managed + field: fid + relationship: none + group_type: group + admin_label: '' + default_action: 'not found' + exception: + value: all + title_enable: false + title: All + title_enable: true + title: 'File usage information for {{ arguments.fid }}' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + plugin_id: file_fid + entity_type: file + entity_field: fid + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + entity_label: entity_label + type: type + module: module + count: count + info: + entity_label: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + module: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + count: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: entity_label + empty_table: true + row: + type: fields + options: { } + relationships: + fid: + id: fid + table: file_managed + field: fid + relationship: none + group_type: group + admin_label: 'File usage' + required: true + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } diff --git a/config/views.view.frontpage.yml b/config/views.view.frontpage.yml new file mode 100644 index 000000000..0176237dd --- /dev/null +++ b/config/views.view.frontpage.yml @@ -0,0 +1,302 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.rss + - core.entity_view_mode.node.teaser + module: + - node + - user +id: frontpage +label: Frontpage +module: node +description: 'All content promoted to frontpage' +tag: default +base_table: node_field_data +base_field: nid +core: 8.x +display: + default: + display_options: + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: true + content: '

      Welcome to [site:name]. No front page content has been created yet.

      Would you like to view the README?

      ' + label: '' + plugin_id: text_custom + node_listing_empty: + admin_label: '' + empty: true + field: node_listing_empty + group_type: group + id: node_listing_empty + label: '' + relationship: none + table: node + plugin_id: node_listing_empty + entity_type: node + title: + id: title + table: views + field: title + relationship: none + group_type: group + admin_label: '' + label: '' + empty: true + title: 'Welcome to [site:name]' + plugin_id: title + 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 + filters: + promote: + admin_label: '' + expose: + description: '' + identifier: '' + label: '' + multiple: false + operator: '' + operator_id: '' + remember: false + remember_roles: + authenticated: authenticated + required: false + use_operator: false + exposed: false + field: promote + group: 1 + group_info: + default_group: All + default_group_multiple: { } + description: '' + group_items: { } + identifier: '' + label: '' + multiple: false + optional: true + remember: false + widget: select + group_type: group + id: promote + is_grouped: false + operator: '=' + relationship: none + table: node_field_data + value: true + plugin_id: boolean + entity_type: node + entity_field: promote + status: + expose: + operator: '' + field: status + group: 1 + id: status + table: node_field_data + value: 'true' + plugin_id: boolean + entity_type: node + entity_field: status + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: + '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: language + entity_type: node + entity_field: langcode + pager: + type: full + options: + items_per_page: 10 + offset: 0 + id: 0 + total_pages: 0 + 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 + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + row: + type: 'entity:node' + options: + view_mode: teaser + sorts: + sticky: + admin_label: '' + expose: + label: '' + exposed: false + field: sticky + group_type: group + id: sticky + order: DESC + relationship: none + table: node_field_data + plugin_id: boolean + entity_type: node + entity_field: sticky + created: + field: created + id: created + order: DESC + table: node_field_data + plugin_id: date + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + granularity: second + entity_type: node + entity_field: created + style: + type: default + options: + grouping: { } + row_class: '' + default_row_class: true + uses_fields: false + title: '' + header: { } + footer: { } + relationships: { } + fields: { } + arguments: { } + display_extenders: { } + display_plugin: default + display_title: Master + id: default + position: 0 + cache_metadata: + contexts: + - 'languages:language_interface' + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + feed_1: + display_plugin: feed + id: feed_1 + display_title: Feed + position: 2 + display_options: + sitename_title: true + path: rss.xml + displays: + page_1: page_1 + default: '' + pager: + type: some + options: + items_per_page: 10 + offset: 0 + style: + type: rss + options: + description: '' + grouping: { } + uses_fields: false + row: + type: node_rss + options: + relationship: none + view_mode: rss + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + page_1: + display_options: + path: node + display_extenders: { } + display_plugin: page + display_title: Page + id: page_1 + position: 1 + cache_metadata: + contexts: + - 'languages:language_interface' + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } diff --git a/config/views.view.glossary.yml b/config/views.view.glossary.yml new file mode 100644 index 000000000..42f692655 --- /dev/null +++ b/config/views.view.glossary.yml @@ -0,0 +1,459 @@ +uuid: 72c23827-2d44-40ea-829a-45a3ef037362 +langcode: en +status: false +dependencies: + config: + - system.menu.main + module: + - node + - user +_core: + default_config_hash: '-pCFOVfbt__jaohFffTLnVavh4OBC6CjREAnchiRomQ' +id: glossary +label: Glossary +module: node +description: 'All content, by letter.' +tag: default +base_table: node_field_data +base_field: nid +core: '8' +display: + default: + id: default + display_title: Master + display_plugin: default + position: 0 + display_options: + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + use_ajax: true + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + 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: mini + options: + items_per_page: 36 + offset: 0 + id: 0 + total_pages: 0 + 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: ‹‹ + next: ›› + fields: + title: + id: title + table: node_field_data + field: title + plugin_id: field + relationship: none + group_type: group + admin_label: '' + label: Title + 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 + entity_type: node + entity_field: title + name: + id: name + table: users_field_data + field: name + label: Author + relationship: uid + plugin_id: field + type: user_name + group_type: group + admin_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 + entity_type: user + entity_field: name + changed: + id: changed + table: node_field_data + field: changed + label: 'Last update' + type: timestamp + settings: + date_format: long + custom_date_format: '' + timezone: '' + plugin_id: field + relationship: none + group_type: group + admin_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 + entity_type: node + entity_field: changed + arguments: + title: + id: title + table: node_field_data + field: title + default_action: default + exception: + title_enable: true + default_argument_type: fixed + default_argument_options: + argument: a + summary: + format: default_summary + specify_validation: true + glossary: true + limit: 1 + case: upper + path_case: lower + transform_dash: false + plugin_id: string + relationship: none + group_type: group + admin_label: '' + title_enable: false + title: '' + default_argument_skip_url: false + summary_options: { } + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + entity_type: node + entity_field: title + relationships: + uid: + id: uid + table: node_field_data + field: uid + plugin_id: standard + relationship: none + group_type: group + admin_label: author + required: false + style: + type: table + options: + columns: + title: title + name: name + changed: changed + default: title + info: + title: + sortable: true + separator: '' + name: + sortable: true + separator: '' + changed: + sortable: true + separator: '' + override: true + sticky: false + grouping: { } + row_class: '' + default_row_class: true + uses_fields: false + order: asc + summary: '' + empty_table: false + row: + type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true + header: { } + footer: { } + empty: { } + sorts: { } + filters: + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: + '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: language + entity_type: node + entity_field: langcode + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } + attachment_1: + id: attachment_1 + display_title: Attachment + display_plugin: attachment + position: 2 + display_options: + query: + type: views_query + options: { } + pager: + type: none + options: + offset: 0 + items_per_page: 0 + defaults: + arguments: false + arguments: + title: + id: title + table: node_field_data + field: title + default_action: summary + exception: + title_enable: true + default_argument_type: fixed + default_argument_options: + argument: a + summary: + format: unformatted_summary + summary_options: + items_per_page: 25 + inline: true + separator: ' | ' + specify_validation: true + glossary: true + limit: 1 + case: upper + path_case: lower + transform_dash: false + plugin_id: string + relationship: none + group_type: group + admin_label: '' + title_enable: false + title: '' + default_argument_skip_url: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + entity_type: node + entity_field: title + displays: + default: default + page_1: page_1 + inherit_arguments: false + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } + page_1: + id: page_1 + display_title: Page + display_plugin: page + position: 1 + display_options: + query: + type: views_query + options: { } + path: glossary + menu: + type: normal + title: Glossary + weight: 0 + menu_name: main + parent: '' + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: 0 + tags: { } diff --git a/config/views.view.media.yml b/config/views.view.media.yml new file mode 100644 index 000000000..2f6790622 --- /dev/null +++ b/config/views.view.media.yml @@ -0,0 +1,1624 @@ +uuid: fce9a0e8-fef6-4a8d-b97b-321c48e2b6a1 +langcode: en +status: true +dependencies: + config: + - image.style.medium + - image.style.thumbnail + - media_entity.bundle.image + module: + - entity_browser + - file + - image + - media_entity + - user + - views_infinite_scroll +_core: + default_config_hash: '-fJpPBLfGRPa6VPFiBweHcjlSOTqltsw5cbz8VVqXAI' +id: media +label: Media +module: views +description: '' +tag: '' +base_table: media_field_data +base_field: mid +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access media overview' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + 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: full + options: + items_per_page: 50 + 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 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + name: name + bundle: bundle + changed: changed + uid: uid + status: status + thumbnail__target_id: thumbnail__target_id + info: + name: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + bundle: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + uid: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + thumbnail__target_id: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: changed + empty_table: false + row: + type: fields + fields: + media_bulk_form: + id: media_bulk_form + table: media + field: media_bulk_form + 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: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + action_title: Action + include_exclude: exclude + selected_actions: { } + entity_type: media + plugin_id: media_bulk_form + thumbnail__target_id: + id: thumbnail__target_id + table: media_field_data + field: thumbnail__target_id + relationship: none + group_type: group + admin_label: '' + label: Thumbnail + 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: target_id + type: image + settings: + image_style: thumbnail + image_link: '' + group_column: '' + 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 + entity_type: media + entity_field: thumbnail + plugin_id: field + name: + id: name + table: media_field_data + field: name + entity_type: media + entity_field: media + alter: + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false + settings: + link_to_entity: true + plugin_id: field + relationship: none + group_type: group + admin_label: '' + label: 'Media name' + exclude: 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_alter_empty: true + click_sort_column: value + type: string + 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 + bundle: + id: bundle + table: media_field_data + field: bundle + relationship: none + group_type: group + admin_label: '' + label: Provider + 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: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + 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 + entity_type: media + entity_field: bundle + plugin_id: field + uid: + id: uid + table: media_field_data + field: uid + relationship: none + group_type: group + admin_label: '' + label: Author + 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: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + 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 + entity_type: media + entity_field: uid + plugin_id: field + status: + id: status + table: media_field_data + field: status + relationship: none + group_type: group + admin_label: '' + label: Status + 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: boolean + settings: + format: custom + format_custom_true: Published + format_custom_false: Unpublished + 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 + entity_type: media + entity_field: status + plugin_id: field + changed: + id: changed + table: media_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + 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: + date_format: short + custom_date_format: '' + timezone: '' + 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 + entity_type: media + entity_field: changed + plugin_id: field + operations: + id: operations + table: media + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + 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 + destination: true + entity_type: media + plugin_id: entity_operations + filters: + status: + id: status + table: media_field_data + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: true + expose: + operator_id: '' + label: 'True' + description: null + use_operator: false + operator: status_op + identifier: status + required: true + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: true + group_info: + label: 'Publishing status' + description: '' + identifier: status + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: + 1: + title: Published + operator: '=' + value: '1' + 2: + title: Unpublished + operator: '=' + value: '0' + plugin_id: boolean + entity_type: media + entity_field: status + bundle: + id: bundle + table: media_field_data + field: bundle + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: bundle_op + label: Provider + description: '' + use_operator: false + operator: bundle_op + identifier: provider + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: media + entity_field: bundle + plugin_id: bundle + name: + id: name + table: media_field_data + field: name + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: name_op + label: 'Media name' + description: '' + use_operator: false + operator: name_op + identifier: name + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: media + entity_field: name + plugin_id: string + langcode: + id: langcode + table: media_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: langcode_op + label: Language + description: '' + use_operator: false + operator: langcode_op + identifier: langcode + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: media + entity_field: langcode + plugin_id: language + sorts: + created: + id: created + table: media_field_data + field: created + order: DESC + entity_type: media + entity_field: created + plugin_id: date + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + granularity: second + title: Media + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No content available.' + plugin_id: text_custom + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + max-age: 0 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } + entity_browser_1: + display_plugin: entity_browser + id: entity_browser_1 + display_title: Browser + position: 2 + display_options: + display_extenders: { } + style: + type: grid + options: + grouping: { } + columns: 4 + automatic_width: true + alignment: horizontal + col_class_default: true + col_class_custom: '' + row_class_default: true + row_class_custom: '' + defaults: + style: false + row: false + fields: false + filters: false + filter_groups: false + empty: false + pager: false + css_class: false + row: + type: fields + options: { } + fields: + thumbnail__target_id: + id: thumbnail__target_id + table: media_field_data + field: thumbnail__target_id + 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: target_id + type: image + settings: + image_style: medium + image_link: '' + group_column: '' + 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 + entity_type: media + entity_field: thumbnail + plugin_id: field + entity_browser_select: + id: entity_browser_select + table: media + field: entity_browser_select + 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: false + element_wrapper_type: '' + element_wrapper_class: visually-hidden + element_default_classes: false + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + selection_type: radio + entity_type: media + plugin_id: entity_browser_select + filters: + status: + id: status + table: media_field_data + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: 'True' + description: null + use_operator: false + operator: status_op + identifier: status + required: true + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: true + group_info: + label: 'Publishing status' + description: '' + identifier: status + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: + 1: + title: Published + operator: '=' + value: '1' + 2: + title: Unpublished + operator: '=' + value: '0' + plugin_id: boolean + entity_type: media + entity_field: status + name: + id: name + table: media_field_data + field: name + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: name_op + label: Keywords + description: '' + use_operator: false + operator: name_op + identifier: keywords + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + page_creator: '0' + layout_manager: '0' + page_reviewer: '0' + landing_page_creator: '0' + landing_page_reviewer: '0' + media_creator: '0' + media_manager: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: media + entity_field: name + plugin_id: string + bundle: + id: bundle + table: media_field_data + field: bundle + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: bundle_op + label: Type + description: '' + use_operator: false + operator: bundle_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + page_creator: '0' + layout_manager: '0' + page_reviewer: '0' + landing_page_creator: '0' + landing_page_reviewer: '0' + media_creator: '0' + media_manager: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: media + entity_field: bundle + plugin_id: bundle + field_media_in_library_value: + id: field_media_in_library_value + table: media__field_media_in_library + field: field_media_in_library_value + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: boolean + filter_groups: + operator: AND + groups: + 1: AND + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'There are no media items to display.' + plugin_id: text_custom + pager: + type: infinite_scroll + options: + items_per_page: 12 + offset: 0 + id: 0 + total_pages: null + tags: + previous: '‹ Previous' + next: 'Next ›' + 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 + views_infinite_scroll: + button_text: 'Load More' + automatically_load_content: false + display_description: '' + css_class: eb-media + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } + entity_browser_2: + display_plugin: entity_browser + id: entity_browser_2 + display_title: 'Image Browser' + position: 3 + display_options: + display_extenders: { } + style: + type: grid + options: + grouping: { } + columns: 4 + automatic_width: true + alignment: horizontal + col_class_default: true + col_class_custom: '' + row_class_default: true + row_class_custom: '' + defaults: + style: false + row: false + fields: false + filters: false + filter_groups: false + empty: false + pager: false + css_class: false + relationships: false + row: + type: fields + options: { } + fields: + thumbnail__target_id: + id: thumbnail__target_id + table: media_field_data + field: thumbnail__target_id + 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: target_id + type: image + settings: + image_style: medium + image_link: '' + group_column: '' + 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 + entity_type: media + entity_field: thumbnail + plugin_id: field + entity_browser_select: + id: entity_browser_select + table: file_managed + field: entity_browser_select + relationship: image_target_id + 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: false + element_wrapper_type: '' + element_wrapper_class: visually-hidden + element_default_classes: false + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + selection_type: radio + entity_type: file + plugin_id: entity_browser_select + filters: + status: + id: status + table: media_field_data + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: 'True' + description: null + use_operator: false + operator: status_op + identifier: status + required: true + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: true + group_info: + label: 'Publishing status' + description: '' + identifier: status + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: + 1: + title: Published + operator: '=' + value: '1' + 2: + title: Unpublished + operator: '=' + value: '0' + plugin_id: boolean + entity_type: media + entity_field: status + name: + id: name + table: media_field_data + field: name + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: name_op + label: Keywords + description: '' + use_operator: false + operator: name_op + identifier: keywords + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + page_creator: '0' + layout_manager: '0' + page_reviewer: '0' + landing_page_creator: '0' + landing_page_reviewer: '0' + media_creator: '0' + media_manager: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: media + entity_field: name + plugin_id: string + bundle: + id: bundle + table: media_field_data + field: bundle + relationship: none + group_type: group + admin_label: '' + operator: in + value: + image: image + group: 1 + exposed: false + expose: + operator_id: bundle_op + label: Type + description: '' + use_operator: false + operator: bundle_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + page_creator: '0' + layout_manager: '0' + page_reviewer: '0' + landing_page_creator: '0' + landing_page_reviewer: '0' + media_creator: '0' + media_manager: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: media + entity_field: bundle + plugin_id: bundle + field_media_in_library_value: + id: field_media_in_library_value + table: media__field_media_in_library + field: field_media_in_library_value + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: boolean + filter_groups: + operator: AND + groups: + 1: AND + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'There are no images to display.' + plugin_id: text_custom + pager: + type: infinite_scroll + options: + items_per_page: 12 + offset: 0 + id: 0 + total_pages: null + tags: + previous: '‹ Previous' + next: 'Next ›' + 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 + views_infinite_scroll: + button_text: 'Load More' + automatically_load_content: false + display_description: '' + css_class: eb-media + relationships: + image_target_id: + id: image_target_id + table: media__image + field: image_target_id + relationship: none + group_type: group + admin_label: Image + required: true + plugin_id: standard + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } + media_page_list: + display_plugin: page + id: media_page_list + display_title: Media + position: 1 + display_options: + display_extenders: { } + path: admin/content/media + menu: + type: tab + title: Media + description: '' + expanded: false + parent: '' + weight: 0 + context: '0' + menu_name: main + display_description: '' + cache_metadata: + max-age: 0 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } diff --git a/config/views.view.moderation_history.yml b/config/views.view.moderation_history.yml new file mode 100644 index 000000000..9d63ae2b8 --- /dev/null +++ b/config/views.view.moderation_history.yml @@ -0,0 +1,354 @@ +uuid: ace8bbdd-1719-4531-a6ab-ceba28a1766e +langcode: en +status: true +dependencies: + module: + - node + - user +_core: + default_config_hash: hufx1J_c8-0MPH8MDxreOHk9Q_gAOsAPjMGuqs-MVXg +id: moderation_history +label: 'Moderation history' +module: views +description: '' +tag: '' +base_table: node_field_revision +base_field: vid +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'view all revisions' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + 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: none + options: + items_per_page: 0 + offset: 0 + style: + type: html_list + options: + grouping: { } + row_class: '' + default_row_class: false + type: ul + wrapper_class: '' + class: '' + row: + type: fields + fields: + uid: + id: uid + table: node_field_revision + field: uid + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: true + 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: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + 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 + entity_type: node + entity_field: uid + plugin_id: field + created: + id: created + table: node_field_revision + field: created + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: true + 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: false + 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: + date_format: long + custom_date_format: '' + timezone: '' + 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 + entity_type: node + entity_field: created + plugin_id: field + moderation_state: + id: moderation_state + table: node_field_revision + field: moderation_state + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: true + text: 'Set to {{ moderation_state }} on {{ created }} by {{ uid }}' + 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: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + 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 + entity_type: node + entity_field: moderation_state + plugin_id: field + filters: { } + sorts: + changed: + id: changed + table: node_field_revision + field: changed + order: ASC + entity_type: node + entity_field: changed + plugin_id: date + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + granularity: second + title: 'Moderation History' + header: { } + footer: { } + empty: { } + relationships: { } + arguments: + nid: + id: nid + table: node_field_revision + field: nid + relationship: none + group_type: group + admin_label: '' + default_action: 'not found' + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: true + validate: + type: 'entity:node' + fail: 'not found' + validate_options: + access: true + operation: view + multiple: 0 + bundles: { } + break_phrase: false + not: false + entity_type: node + entity_field: nid + plugin_id: node_nid + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - 'user.node_grants:view' + - user.permissions + tags: { } + page: + display_plugin: page + id: page + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: node/%/moderation-history + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - 'user.node_grants:view' + - user.permissions + tags: { } diff --git a/config/views.view.search.yml b/config/views.view.search.yml new file mode 100644 index 000000000..ec6df07be --- /dev/null +++ b/config/views.view.search.yml @@ -0,0 +1,244 @@ +uuid: 2605ac9b-e675-4bd9-bbf6-38590f918d53 +langcode: en +status: true +dependencies: + config: + - search_api.index.content + module: + - search_api +_core: + default_config_hash: urJElBTTo2FSCDJIRCUrWLuwAJiR8zbgniV5LDIpVE0 +id: search +label: Search +module: views +description: '' +tag: '' +base_table: search_api_index_content +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: search_api + options: + results_lifespan: '3600' + results_lifespan_custom: '0' + output_lifespan: '3600' + output_lifespan_custom: '0' + query: + type: views_query + options: + bypass_access: false + skip_access: false + exposed_form: + type: input_required + options: + submit_button: Search + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + text_input_required: 'Enter keywords to search the site.' + text_input_required_format: rich_text + pager: + type: mini + options: + items_per_page: 10 + 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: ‹‹ + next: ›› + style: + type: default + options: + grouping: { } + row_class: '' + default_row_class: true + uses_fields: false + row: + type: search_api + options: + view_modes: + 'entity:node': + landing_page: teaser + page: teaser + fields: + rendered: + table: search_api_index_content + field: rendered + id: rendered + entity_type: null + entity_field: null + plugin_id: search_api + 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 + link_to_item: false + multi_type: separator + multi_separator: ', ' + filters: + search_api_fulltext: + id: search_api_fulltext + table: search_api_index_content + field: search_api_fulltext + relationship: none + group_type: group + admin_label: '' + operator: or + value: '' + group: 1 + exposed: true + expose: + operator_id: search_api_fulltext_op + label: Keywords + description: '' + use_operator: false + operator: search_api_fulltext_op + identifier: keywords + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + layout_manager: '0' + media_creator: '0' + media_manager: '0' + page_creator: '0' + page_reviewer: '0' + landing_page_creator: '0' + landing_page_reviewer: '0' + workspace_creator: '0' + workspace_reviewer: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + parse_mode: terms + min_length: 2 + fields: { } + plugin_id: search_api_fulltext + sorts: + search_api_relevance: + id: search_api_relevance + table: search_api_index_content + field: search_api_relevance + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + plugin_id: search_api + header: { } + footer: { } + empty: + area: + id: area + table: views + field: area + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: + value: 'Your search did not return any results.' + format: rich_text + plugin_id: text + relationships: { } + arguments: { } + display_extenders: { } + title: Search + cache_metadata: + max-age: 0 + contexts: + - 'languages:language_interface' + - url.query_args + tags: { } + page: + display_plugin: page + id: page + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: search + exposed_block: true + cache_metadata: + max-age: 0 + contexts: + - 'languages:language_interface' + - url.query_args + tags: { } diff --git a/config/views.view.taxonomy_term.yml b/config/views.view.taxonomy_term.yml new file mode 100644 index 000000000..aaf970957 --- /dev/null +++ b/config/views.view.taxonomy_term.yml @@ -0,0 +1,314 @@ +uuid: a793bcda-f390-45e0-9a24-66fb95354580 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + module: + - node + - taxonomy + - user +_core: + default_config_hash: Gy5PaLdfFhtFSRqJxV-DBTF5AocKgNA2CsCNNEbvx4c +id: taxonomy_term +label: 'Taxonomy term' +module: taxonomy +description: 'Content belonging to a certain taxonomy term.' +tag: default +base_table: node_field_data +base_field: nid +core: '8' +display: + default: + id: default + display_title: Master + display_plugin: default + position: 0 + display_options: + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + 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: mini + options: + items_per_page: 10 + offset: 0 + id: 0 + total_pages: 0 + 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: ‹‹ + next: ›› + sorts: + sticky: + id: sticky + table: taxonomy_index + field: sticky + order: DESC + plugin_id: standard + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + created: + id: created + table: taxonomy_index + field: created + order: DESC + plugin_id: date + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + granularity: second + arguments: + tid: + id: tid + table: taxonomy_index + field: tid + relationship: none + group_type: group + admin_label: '' + default_action: 'not found' + exception: + value: '' + title_enable: false + title: All + title_enable: true + title: '{{ arguments.tid }}' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: true + validate: + type: 'entity:taxonomy_term' + fail: 'not found' + validate_options: + access: true + operation: view + multiple: 0 + bundles: { } + break_phrase: false + add_table: false + require_value: false + reduce_duplicates: false + plugin_id: taxonomy_index_tid + filters: + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + operator: in + value: + '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: language + entity_type: node + entity_field: langcode + status: + id: status + table: taxonomy_index + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: boolean + style: + type: default + options: + grouping: { } + row_class: '' + default_row_class: true + uses_fields: false + row: + type: 'entity:node' + options: + view_mode: teaser + header: + entity_taxonomy_term: + id: entity_taxonomy_term + table: views + field: entity_taxonomy_term + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: true + target: '{{ raw_arguments.tid }}' + view_mode: full + bypass_access: false + plugin_id: entity + footer: { } + empty: { } + relationships: { } + fields: { } + display_extenders: { } + link_url: '' + link_display: page_1 + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + feed_1: + id: feed_1 + display_title: Feed + display_plugin: feed + position: 2 + display_options: + query: + type: views_query + options: { } + pager: + type: some + options: + items_per_page: 10 + offset: 0 + path: taxonomy/term/%/feed + displays: + page_1: page_1 + default: '0' + style: + type: rss + options: + description: '' + grouping: { } + uses_fields: false + row: + type: node_rss + options: + relationship: none + view_mode: default + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } + page_1: + id: page_1 + display_title: Page + display_plugin: page + position: 1 + display_options: + query: + type: views_query + options: { } + path: taxonomy/term/% + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_interface' + - url + - url.query_args + - 'user.node_grants:view' + - user.permissions + max-age: -1 + tags: { } diff --git a/config/views.view.user_admin_people.yml b/config/views.view.user_admin_people.yml new file mode 100644 index 000000000..8f2d94c63 --- /dev/null +++ b/config/views.view.user_admin_people.yml @@ -0,0 +1,915 @@ +uuid: 797e3423-fa16-4c17-a18b-da8672d8d0e8 +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: 7kCByILhEFqBK9eFmxHNVbEq2z3-pl-cwWjDnzLn67I +id: user_admin_people +label: People +module: user +description: 'Find and manage people interacting with your site.' +tag: default +base_table: users_field_data +base_field: uid +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'administer users' + cache: + type: tag + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: true + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: 0 + tags: + previous: '‹ Previous' + next: 'Next ›' + first: '« First' + last: 'Last »' + 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 + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + summary: '' + columns: + user_bulk_form: user_bulk_form + name: name + status: status + rid: rid + created: created + access: access + edit_node: edit_node + dropbutton: dropbutton + info: + user_bulk_form: + align: '' + separator: '' + empty_column: false + responsive: '' + name: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + rid: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + created: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + access: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + edit_node: + align: '' + separator: '' + empty_column: false + responsive: priority-low + dropbutton: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: created + empty_table: true + row: + type: fields + fields: + user_bulk_form: + id: user_bulk_form + table: users + field: user_bulk_form + relationship: none + group_type: group + admin_label: '' + label: 'Bulk update' + 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 + plugin_id: user_bulk_form + entity_type: user + name: + id: name + table: users_field_data + field: name + relationship: none + group_type: group + admin_label: '' + label: Username + 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 + plugin_id: field + type: user_name + entity_type: user + entity_field: name + status: + id: status + table: users_field_data + field: status + relationship: none + group_type: group + admin_label: '' + label: Status + 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 + plugin_id: field + type: boolean + settings: + format: custom + format_custom_true: Active + format_custom_false: Blocked + entity_type: user + entity_field: status + roles_target_id: + id: roles_target_id + table: user__roles + field: roles_target_id + relationship: none + group_type: group + admin_label: '' + label: Roles + 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 + type: ul + separator: ', ' + plugin_id: user_roles + created: + id: created + table: users_field_data + field: created + relationship: none + group_type: group + admin_label: '' + label: 'Member for' + 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 + type: timestamp_ago + settings: + future_format: '@interval' + past_format: '@interval' + granularity: 2 + plugin_id: field + entity_type: user + entity_field: created + access: + id: access + table: users_field_data + field: access + relationship: none + group_type: group + admin_label: '' + label: 'Last access' + 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 + type: timestamp_ago + settings: + future_format: '@interval hence' + past_format: '@interval ago' + granularity: 2 + plugin_id: field + entity_type: user + entity_field: access + operations: + id: operations + table: users + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + 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 + destination: true + entity_type: user + plugin_id: entity_operations + mail: + id: mail + table: users_field_data + field: mail + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: true + 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: false + 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: basic_string + 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 + plugin_id: field + entity_type: user + entity_field: mail + filters: + combine: + id: combine + table: views + field: combine + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: combine_op + label: 'Name or email contains' + description: '' + use_operator: false + operator: combine_op + identifier: user + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + fields: + name: name + mail: mail + plugin_id: combine + roles_target_id: + id: roles_target_id + table: user__roles + field: roles_target_id + relationship: none + group_type: group + admin_label: '' + operator: or + value: { } + group: 1 + exposed: true + expose: + operator_id: roles_target_id_op + label: Role + description: '' + use_operator: false + operator: roles_target_id_op + identifier: role + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + reduce_duplicates: false + plugin_id: user_roles + permission: + id: permission + table: user__roles + field: permission + relationship: none + group_type: group + admin_label: '' + operator: or + value: { } + group: 1 + exposed: true + expose: + operator_id: permission_op + label: Permission + description: '' + use_operator: false + operator: permission_op + identifier: permission + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + reduce_duplicates: false + plugin_id: user_permissions + status: + id: status + table: users_field_data + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: true + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: status_op + identifier: status + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: true + group_info: + label: Status + description: '' + identifier: status + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: + 1: + title: Active + operator: '=' + value: '1' + 2: + title: Blocked + operator: '=' + value: '0' + plugin_id: boolean + entity_type: user + entity_field: status + default_langcode: + id: default_langcode + table: users_field_data + field: default_langcode + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: user + entity_field: default_langcode + plugin_id: boolean + uid_raw: + id: uid_raw + table: users_field_data + field: uid_raw + relationship: none + group_type: group + admin_label: '' + operator: '!=' + value: + min: '' + max: '' + value: '0' + group: 1 + exposed: false + expose: + operator_id: '0' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: numeric + entity_type: user + sorts: + created: + id: created + table: users_field_data + field: created + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + granularity: second + plugin_id: date + entity_type: user + entity_field: created + title: People + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No people available.' + plugin_id: text_custom + use_more: false + use_more_always: false + use_more_text: more + display_comment: '' + use_ajax: false + hide_attachment_summary: false + show_admin_links: true + group_by: false + link_url: '' + link_display: page_1 + css_class: '' + filter_groups: + operator: AND + groups: + 1: AND + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + path: admin/people/list + show_admin_links: false + menu: + type: 'default tab' + title: List + description: 'Find and manage people interacting with your site.' + menu_name: admin + weight: -10 + context: '' + tab_options: + type: normal + title: People + description: 'Manage user accounts, roles, and permissions.' + menu_name: admin + weight: 0 + defaults: + show_admin_links: false + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + max-age: 0 + tags: { } diff --git a/config/views.view.who_s_new.yml b/config/views.view.who_s_new.yml new file mode 100644 index 000000000..7a8f75512 --- /dev/null +++ b/config/views.view.who_s_new.yml @@ -0,0 +1,193 @@ +uuid: 0ab4e426-1155-4a98-8a50-7863bbfacb8a +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: o_8fSWHZOVIbydZACGsSX09DtuJhqkRmNOzcVj-4bQI +id: who_s_new +label: 'Who''s new' +module: user +description: 'Shows a list of the newest user accounts on the site.' +tag: default +base_table: users_field_data +base_field: uid +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + 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: 5 + offset: 0 + style: + type: html_list + row: + type: fields + fields: + name: + id: name + table: users_field_data + field: name + label: '' + plugin_id: field + type: user_name + alter: + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false + relationship: none + group_type: group + admin_label: '' + exclude: 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_alter_empty: true + entity_type: user + entity_field: name + filters: + status: + value: '1' + table: users_field_data + field: status + id: status + expose: + operator: '0' + group: 1 + plugin_id: boolean + entity_type: user + entity_field: status + access: + id: access + table: users_field_data + field: access + relationship: none + group_type: group + admin_label: '' + operator: '>' + value: + min: '' + max: '' + value: '1970-01-01' + type: date + group: 1 + exposed: false + expose: + operator_id: '0' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: date + entity_type: user + entity_field: access + sorts: + created: + id: created + table: users_field_data + field: created + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + granularity: second + plugin_id: date + entity_type: user + entity_field: created + title: 'Who''s new' + header: { } + footer: { } + empty: { } + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } + block_1: + display_plugin: block + id: block_1 + display_title: 'Who''s new' + position: 1 + display_options: + display_description: 'A list of new users' + block_description: 'Who''s new' + block_category: User + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } diff --git a/config/views.view.who_s_online.yml b/config/views.view.who_s_online.yml new file mode 100644 index 000000000..c43fbba6e --- /dev/null +++ b/config/views.view.who_s_online.yml @@ -0,0 +1,222 @@ +uuid: 394722c9-53b5-46f2-974c-6c810ed6fa14 +langcode: en +status: true +dependencies: + module: + - user +_core: + default_config_hash: m0vmYmhrzMR6S_IC0UlK0Cl-q5lEvL8-EbxbbcDtk34 +id: who_s_online +label: 'Who''s online block' +module: user +description: 'Shows the user names of the most recently active users, and the total number of active users.' +tag: default +base_table: users_field_data +base_field: uid +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access user profiles' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + 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: html_list + options: + grouping: { } + row_class: '' + default_row_class: true + type: ul + wrapper_class: item-list + class: '' + row: + type: fields + fields: + name: + id: name + table: users_field_data + field: name + label: '' + plugin_id: field + type: user_name + alter: + alter_text: false + make_link: false + absolute: false + trim: false + word_boundary: false + ellipsis: false + strip_tags: false + html: false + hide_empty: false + empty_zero: false + relationship: none + group_type: group + admin_label: '' + exclude: 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_alter_empty: true + entity_type: user + entity_field: name + filters: + status: + value: '1' + table: users_field_data + field: status + id: status + expose: + operator: '0' + group: 1 + plugin_id: boolean + entity_type: user + entity_field: status + access: + id: access + table: users_field_data + field: access + relationship: none + group_type: group + admin_label: '' + operator: '>=' + value: + min: '' + max: '' + value: '-15 minutes' + type: offset + group: 1 + exposed: false + expose: + operator_id: access_op + label: 'Last access' + description: 'A user is considered online for this long after they have last viewed a page.' + use_operator: false + operator: access_op + identifier: access + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: date + entity_type: user + entity_field: access + sorts: + access: + id: access + table: users_field_data + field: access + order: DESC + relationship: none + group_type: group + admin_label: '' + exposed: false + expose: + label: '' + granularity: second + plugin_id: date + entity_type: user + entity_field: access + title: 'Who''s online' + header: + result: + id: result + table: views + field: result + relationship: none + group_type: group + admin_label: '' + empty: false + content: 'There are currently @total users online.' + plugin_id: result + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'There are currently 0 users online.' + plugin_id: text_custom + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } + who_s_online_block: + display_plugin: block + id: who_s_online_block + display_title: 'Who''s online' + position: 1 + display_options: + block_description: 'Who''s online' + display_description: 'A list of users that are currently logged in.' + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - user.permissions + max-age: -1 + tags: { } diff --git a/config/workbench_moderation.moderation_state.archived.yml b/config/workbench_moderation.moderation_state.archived.yml new file mode 100644 index 000000000..3b6ee1d40 --- /dev/null +++ b/config/workbench_moderation.moderation_state.archived.yml @@ -0,0 +1,10 @@ +uuid: 719c011b-61a7-4825-b600-6125b474e5f7 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: SYdH_wUmEFpmbC9SIbPGgSBjhDCmVdZhiK7xaW4i1hk +id: archived +label: Archived +published: false +default_revision: true diff --git a/config/workbench_moderation.moderation_state.draft.yml b/config/workbench_moderation.moderation_state.draft.yml new file mode 100644 index 000000000..425f3e799 --- /dev/null +++ b/config/workbench_moderation.moderation_state.draft.yml @@ -0,0 +1,10 @@ +uuid: b62c8271-702d-4a30-924e-9da0ee36e222 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: E8rvf3S2TDty4MHxR-ghhPB5UcR61WAPj1RKt6lBLaA +id: draft +label: Draft +published: false +default_revision: false diff --git a/config/workbench_moderation.moderation_state.needs_review.yml b/config/workbench_moderation.moderation_state.needs_review.yml new file mode 100644 index 000000000..9e6edf455 --- /dev/null +++ b/config/workbench_moderation.moderation_state.needs_review.yml @@ -0,0 +1,10 @@ +uuid: 29a8d50b-56ef-4f34-b4f2-1847cebcebe1 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: HtZgSbbcrtHAeiKKJGFMFmMcUKZLPumzYJce2-GFqQ8 +id: needs_review +label: 'Needs Review' +published: false +default_revision: false diff --git a/config/workbench_moderation.moderation_state.published.yml b/config/workbench_moderation.moderation_state.published.yml new file mode 100644 index 000000000..002321cfc --- /dev/null +++ b/config/workbench_moderation.moderation_state.published.yml @@ -0,0 +1,10 @@ +uuid: 3d96fcbc-2dd4-44b1-8fd5-039452d6e3ae +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: Q0hYjxO3nkaaqrRfXnX3Kx5MPktx3EueHEj36vP40dM +id: published +label: Published +published: true +default_revision: true diff --git a/config/workbench_moderation.moderation_state_transition.archived_published.yml b/config/workbench_moderation.moderation_state_transition.archived_published.yml new file mode 100644 index 000000000..6660206eb --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.archived_published.yml @@ -0,0 +1,14 @@ +uuid: 3a150d7e-bbd4-4c84-b1ad-bc76b9a6bbd7 +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.archived + - workbench_moderation.moderation_state.published +_core: + default_config_hash: DHVGeCrHa3ZUSaiKc7GvFXhCHcadQWqcc5wgaNpxnpk +id: archived_published +label: Un-archive +stateFrom: archived +stateTo: published +weight: 0 diff --git a/config/workbench_moderation.moderation_state_transition.draft_draft.yml b/config/workbench_moderation.moderation_state_transition.draft_draft.yml new file mode 100644 index 000000000..8771ce4d1 --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.draft_draft.yml @@ -0,0 +1,13 @@ +uuid: 0d709d74-0c38-49ea-aebf-8089344bbd90 +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.draft +_core: + default_config_hash: PlP9tjzxwj2pY25wmi8m3UGiipeTRn8m93sBBqFoK8o +id: draft_draft +label: 'Create New Draft' +stateFrom: draft +stateTo: draft +weight: -11 diff --git a/config/workbench_moderation.moderation_state_transition.draft_needs_review.yml b/config/workbench_moderation.moderation_state_transition.draft_needs_review.yml new file mode 100644 index 000000000..5a9c48a0f --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.draft_needs_review.yml @@ -0,0 +1,14 @@ +uuid: 51cc1929-5a3a-436d-bb0c-7539b2800694 +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.draft + - workbench_moderation.moderation_state.needs_review +_core: + default_config_hash: p6eas0aLuO28hEMmbcOu_2s8Ht7xJpvkVP5ihosF0KI +id: draft_needs_review +label: 'Request Review' +stateFrom: draft +stateTo: needs_review +weight: -10 diff --git a/config/workbench_moderation.moderation_state_transition.draft_published.yml b/config/workbench_moderation.moderation_state_transition.draft_published.yml new file mode 100644 index 000000000..904f886fe --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.draft_published.yml @@ -0,0 +1,14 @@ +uuid: cad554dd-9e16-46a6-ba14-fccedc98da59 +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.draft + - workbench_moderation.moderation_state.published +_core: + default_config_hash: qTergiISOB-CWMTXkWxPk2qgmA2r9iviwM0iw93UmlU +id: draft_published +label: Publish +stateFrom: draft +stateTo: published +weight: -9 diff --git a/config/workbench_moderation.moderation_state_transition.needs_review_draft.yml b/config/workbench_moderation.moderation_state_transition.needs_review_draft.yml new file mode 100644 index 000000000..caa0d453a --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.needs_review_draft.yml @@ -0,0 +1,14 @@ +uuid: 60662574-85c6-4d5e-bddc-9a7e57e4b0d4 +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.draft + - workbench_moderation.moderation_state.needs_review +_core: + default_config_hash: 6J1nDF4mkj8uqQ4LzNb_hLoV0b-wIfjdJx3QQmjAMVg +id: needs_review_draft +label: 'Send Back to Draft' +stateFrom: needs_review +stateTo: draft +weight: -6 diff --git a/config/workbench_moderation.moderation_state_transition.needs_review_needs_review.yml b/config/workbench_moderation.moderation_state_transition.needs_review_needs_review.yml new file mode 100644 index 000000000..3dc0e305a --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.needs_review_needs_review.yml @@ -0,0 +1,13 @@ +uuid: fba898aa-2a3d-46f1-8f1f-e83af17abed8 +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.needs_review +_core: + default_config_hash: 2ZwHY8f7BOw10JPCAwIB5uLRa9Vc6sQcO5XxAMij_n0 +id: needs_review_needs_review +label: 'Keep in Review' +stateFrom: needs_review +stateTo: needs_review +weight: -8 diff --git a/config/workbench_moderation.moderation_state_transition.needs_review_published.yml b/config/workbench_moderation.moderation_state_transition.needs_review_published.yml new file mode 100644 index 000000000..e6d2301c2 --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.needs_review_published.yml @@ -0,0 +1,14 @@ +uuid: 457d9f05-6e49-47e1-818d-6700dbe664bb +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.needs_review + - workbench_moderation.moderation_state.published +_core: + default_config_hash: VXyoFvRkXMLJtm0BpblTlBBrGiznxeDSoycaEEYsBVM +id: needs_review_published +label: Publish +stateFrom: needs_review +stateTo: published +weight: -7 diff --git a/config/workbench_moderation.moderation_state_transition.published_archived.yml b/config/workbench_moderation.moderation_state_transition.published_archived.yml new file mode 100644 index 000000000..49b01143b --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.published_archived.yml @@ -0,0 +1,14 @@ +uuid: 72be3e67-05ca-4d47-a998-b3d0eff8ec4e +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.archived + - workbench_moderation.moderation_state.published +_core: + default_config_hash: n1R8yl6YLhQY2aPEXy5LQCU77k6ZfU2nRhHS3POl1fA +id: published_archived +label: Archive +stateFrom: published +stateTo: archived +weight: -3 diff --git a/config/workbench_moderation.moderation_state_transition.published_draft.yml b/config/workbench_moderation.moderation_state_transition.published_draft.yml new file mode 100644 index 000000000..919961f5c --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.published_draft.yml @@ -0,0 +1,14 @@ +uuid: fc2d63e0-db09-4c63-8f82-34264ddd74ac +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.draft + - workbench_moderation.moderation_state.published +_core: + default_config_hash: TQ143829xVnYYG9-V9aR21XeuMzZh90savcViJtBp_s +id: published_draft +label: 'Create New Draft' +stateFrom: published +stateTo: draft +weight: -5 diff --git a/config/workbench_moderation.moderation_state_transition.published_published.yml b/config/workbench_moderation.moderation_state_transition.published_published.yml new file mode 100644 index 000000000..ea368244a --- /dev/null +++ b/config/workbench_moderation.moderation_state_transition.published_published.yml @@ -0,0 +1,13 @@ +uuid: 094cd5f2-e027-4a1a-8eab-bb5fd30d4808 +langcode: en +status: true +dependencies: + config: + - workbench_moderation.moderation_state.published +_core: + default_config_hash: fAcec0ABnHQUhr8wXigy5e9n-byT_C1EnWWqjKY_ENE +id: published_published +label: Publish +stateFrom: published +stateTo: published +weight: -4 diff --git a/scripts/ScriptHandler.php b/scripts/ScriptHandler.php new file mode 100644 index 000000000..a3c050122 --- /dev/null +++ b/scripts/ScriptHandler.php @@ -0,0 +1,44 @@ +getComposer()->getPackage()->getExtra(); + + print "extra is " . var_export($extra, TRUE) . "\n"; + + if (isset($extra['installer-paths'])) { + foreach ($extra['installer-paths'] as $path => $criteria) { + if (array_intersect(['drupal/lightning', 'type:drupal-profile'], $criteria)) { + $lightning = $path; + } + } + if (isset($lightning)) { + $lightning = str_replace('{$name}', 'lightning', $lightning); + + print "lightning is $lightning\n"; + + $executor = new ProcessExecutor($event->getIO()); + $output = NULL; + $executor->execute('npm run install-libraries', $output, $lightning); + } + } + } + +} diff --git a/tests/installer-features/installer.feature b/tests/installer-features/installer.feature index 9a4f87e82..9cc72f408 100644 --- a/tests/installer-features/installer.feature +++ b/tests/installer-features/installer.feature @@ -5,22 +5,19 @@ Feature: Installer Scenario: Installer is ready Given I have wiped the site - And I am on "/core/install.php" - Then I should see "Choose language" + And I am on "/core/installer" + Then I should see "Lightning" + And I should see "Choose language" Scenario: Language selection - Given I am on "/core/install.php" - And I press "Save and continue" - Then I should see "Select an installation profile" - - Scenario: Profile selection - Given I am on "/core/install.php?langcode=en" + Given I am on "/core/installer" And I press "Save and continue" And I wait for the progress bar to finish - Then I should see "Site name" + Then I should see "Lightning" + And I should see "Site name" Scenario: Configure site - Given I am on "/core/install.php?langcode=en&profile=standard" + Given I am on "/core/install.php?langcode=en&profile=lightning" And I enter the value of the env var "TEST_SITE_NAME" for "edit-site-name" And I enter the value of the env var "ADMIN_EMAIL" for "edit-site-mail" And I enter "admin" for "Username" @@ -28,5 +25,10 @@ Feature: Installer And I enter the value of the env var "ADMIN_PASSWORD" for "edit-account-pass-pass2" And I enter the value of the env var "ADMIN_EMAIL" for "edit-account-mail" And I press "Save and continue" - And I visit "/" - Then I should see "No front page content has been created yet." + Then I should see "Extensions" + + Scenario: Configure extensions + Given I am on "/core/install.php?profile=lightning&langcode=en" + And I press "Continue" + And I wait for the progress bar to finish + Then I should see "Ready to Rock" diff --git a/tests/site-features/content-ui.feature b/tests/site-features/content-ui.feature new file mode 100644 index 000000000..08e4ec9fe --- /dev/null +++ b/tests/site-features/content-ui.feature @@ -0,0 +1,12 @@ +Feature: Create Content through Drupal Content UI + In order to know that the Drupal content UI is working + As a website user + I need to be able to add a basic page + + @api + Scenario: Add a basic page + Given I am logged in as a user with the "administrator" role + And I am on "/node/add/page" + And I enter "Test Page" for "Title" + And I press "Save" + Then I should see "Basic page Test Page has been created." diff --git a/tests/site-features/content.feature b/tests/site-features/content.feature deleted file mode 100644 index b59664255..000000000 --- a/tests/site-features/content.feature +++ /dev/null @@ -1,101 +0,0 @@ -Feature: Content - In order to test some basic Behat functionality - As a website user - I need to be able to see that the Drupal and Drush drivers are working - -# TODO: 'Given ... content' (below) works, but 'When I am viewing ... content' -# uses data that pantheonssh rejects - -# @api -# Scenario: Create a node -# Given I am logged in as a user with the "administrator" role -# When I am viewing an "article" content with the title "My article" -# Then I should see the heading "My article" - - @api - Scenario: Create many nodes - Given "page" content: - | title | - | Page one | - | Page two | - And "article" content: - | title | - | First article | - | Second article | - And I am logged in as a user with the "administrator" role - When I go to "admin/content" - Then I should see "Page one" - And I should see "Page two" - And I should see "First article" - And I should see "Second article" - -# Setting the body field contents does not seem to be effective - -# @api -# Scenario: Create nodes with fields -# Given "article" content: -# | title | promote | body | -# | First article with fields | 1 | PLACEHOLDER BODY | -# When I am on the homepage -# And follow "First article with fields" -# Then I should see the text "PLACEHOLDER BODY" - -# @api -# Scenario: Create and view a node with fields -# Given I am viewing an "Article" content: -# | title | My article with fields! | -# | body | A placeholder | -# Then I should see the heading "My article with fields!" -# And I should see the text "A placeholder" - - @api - Scenario: Create users - Given users: - | name | mail | status | - | Joe User | joe@example.com | 1 | - And I am logged in as a user with the "administrator" role - When I visit "admin/people" - Then I should see the link "Joe User" - - @api - Scenario: Login as a user created during this scenario - Given users: - | name | status | mail | - | Test user | 1 | test@example.com | - When I am logged in as "Test user" - Then I should see the link "Log out" - -# Similarly, 'When I am viewing a ... term' also uses bad characters. - -# @api -# Scenario: Create a term -# Given I am logged in as a user with the "administrator" role -# When I am viewing a "tags" term with the name "My tag" -# Then I should see the heading "My tag" - - @api - Scenario: Create many terms - Given "tags" terms: - | name | - | Tag one | - | Tag two | - And I am logged in as a user with the "administrator" role - When I go to "admin/structure/taxonomy/manage/tags/overview" - Then I should see "Tag one" - And I should see "Tag two" - - @api - Scenario: Create nodes with specific authorship - Given users: - | name | mail | status | - | Joe User | joe@example.com | 1 | - And "article" content: - | title | author | promote | - | Article by Joe | Joe User | 1 | - When I am logged in as a user with the "administrator" role - And I am on the homepage - Then I should see the link "Article by Joe" - When I follow "Article by Joe" - Then I should see the text "Article by Joe" - # Todo: The node is created by 'Anonymous', but it should be created by 'Joe User' - # And I should see the link "Joe User" diff --git a/web/sites/default/settings.php b/web/sites/default/settings.php index 3a4f6be2a..564c7a99f 100644 --- a/web/sites/default/settings.php +++ b/web/sites/default/settings.php @@ -32,9 +32,9 @@ } /** - * Always install the 'standard' profile to stop the installer from + * Set the profile setting to 'lightning' to stop the installer from * modifying settings.php. * * See: tests/installer-features/installer.feature */ -$settings['install_profile'] = 'standard'; +$settings['install_profile'] = 'lightning';