-- MySQL dump 10.13 Distrib 5.6.37, for Linux (x86_64) -- -- Host: localhost Database: default -- ------------------------------------------------------ -- Server version 5.6.37 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `batch` -- DROP TABLE IF EXISTS `batch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `batch` ( `bid` int(10) unsigned NOT NULL COMMENT 'Primary Key: Unique batch ID.', `token` varchar(64) CHARACTER SET ascii NOT NULL COMMENT 'A string token generated against the current user''s session id and the batch id, used to ensure that only the user who submitted the batch can effectively access it.', `timestamp` int(11) NOT NULL COMMENT 'A Unix timestamp indicating when this batch was submitted for processing. Stale batches are purged at cron time.', `batch` longblob COMMENT 'A serialized array containing the processing data for the batch.', PRIMARY KEY (`bid`), KEY `token` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores details about batches (processes that run in…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `batch` -- LOCK TABLES `batch` WRITE; /*!40000 ALTER TABLE `batch` DISABLE KEYS */; /*!40000 ALTER TABLE `batch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_content` -- DROP TABLE IF EXISTS `block_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_content` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `revision_id` int(10) unsigned DEFAULT NULL, `type` varchar(32) CHARACTER SET ascii NOT NULL COMMENT 'The ID of the target entity.', `uuid` varchar(128) CHARACTER SET ascii NOT NULL, `langcode` varchar(12) CHARACTER SET ascii NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `block_content_field__uuid__value` (`uuid`), UNIQUE KEY `block_content__revision_id` (`revision_id`), KEY `block_content_field__type__target_id` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COMMENT='The base table for block_content entities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content` -- LOCK TABLES `block_content` WRITE; /*!40000 ALTER TABLE `block_content` DISABLE KEYS */; INSERT INTO `block_content` VALUES (1,1,'collapsible_vue','71a10e18-38da-4eb5-b97d-6b03e224fb82','en'),(2,2,'collapsible_vue','f8072295-de3d-4332-9c04-28c0921134c3','en'),(3,3,'collapsible','19ca398a-b581-4e7c-947f-6edc5136d1f5','en'),(4,4,'collapsible','5e859beb-2cee-4e4b-8393-f7dd00c9a91f','en'); /*!40000 ALTER TABLE `block_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_content__body` -- DROP TABLE IF EXISTS `block_content__body`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_content__body` ( `bundle` varchar(128) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int(10) unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int(10) unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int(10) unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `body_value` longtext NOT NULL, `body_summary` longtext, `body_format` varchar(255) CHARACTER SET ascii DEFAULT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `body_format` (`body_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data storage for block_content field body.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__body` -- LOCK TABLES `block_content__body` WRITE; /*!40000 ALTER TABLE `block_content__body` DISABLE KEYS */; INSERT INTO `block_content__body` VALUES ('collapsible_vue',0,1,1,'en',0,'

Explicabo fuga impedit et. Esse consequatur voluptas amet aliquam fugit pariatur. Tempora iure deleniti molestias adipisci quo quis qui. Et et natus sed illo. Nobis dolores ullam mollitia et itaque tempora necessitatibus laborum. Autem corrupti atque veniam id et dolores.

\r\n\r\n

Recusandae ea fugit omnis exercitationem. Sed odio reprehenderit recusandae consequatur est. Vitae rerum totam molestias consequatur. Tempora omnis ut alias dolorem voluptatem enim consectetur dolores. Est repellat velit in sapiente aut ut necessitatibus perspiciatis. Quam vel voluptatem nihil quisquam magnam dicta minima eius.

\r\n','','basic_html'),('collapsible_vue',0,2,2,'en',0,'

Explicabo fuga impedit et. Esse consequatur voluptas amet aliquam fugit pariatur. Tempora iure deleniti molestias adipisci quo quis qui. Et et natus sed illo. Nobis dolores ullam mollitia et itaque tempora necessitatibus laborum. Autem corrupti atque veniam id et dolores.

\r\n\r\n

Recusandae ea fugit omnis exercitationem. Sed odio reprehenderit recusandae consequatur est. Vitae rerum totam molestias consequatur. Tempora omnis ut alias dolorem voluptatem enim consectetur dolores. Est repellat velit in sapiente aut ut necessitatibus perspiciatis. Quam vel voluptatem nihil quisquam magnam dicta minima eius.

\r\n','','basic_html'),('collapsible',0,3,3,'en',0,'

Explicabo fuga impedit et. Esse consequatur voluptas amet aliquam fugit pariatur. Tempora iure deleniti molestias adipisci quo quis qui. Et et natus sed illo. Nobis dolores ullam mollitia et itaque tempora necessitatibus laborum. Autem corrupti atque veniam id et dolores.

\r\n\r\n

Recusandae ea fugit omnis exercitationem. Sed odio reprehenderit recusandae consequatur est. Vitae rerum totam molestias consequatur. Tempora omnis ut alias dolorem voluptatem enim consectetur dolores. Est repellat velit in sapiente aut ut necessitatibus perspiciatis. Quam vel voluptatem nihil quisquam magnam dicta minima eius.

\r\n','','basic_html'),('collapsible',0,4,4,'en',0,'

Explicabo fuga impedit et. Esse consequatur voluptas amet aliquam fugit pariatur. Tempora iure deleniti molestias adipisci quo quis qui. Et et natus sed illo. Nobis dolores ullam mollitia et itaque tempora necessitatibus laborum. Autem corrupti atque veniam id et dolores.

\r\n\r\n

Recusandae ea fugit omnis exercitationem. Sed odio reprehenderit recusandae consequatur est. Vitae rerum totam molestias consequatur. Tempora omnis ut alias dolorem voluptatem enim consectetur dolores. Est repellat velit in sapiente aut ut necessitatibus perspiciatis. Quam vel voluptatem nihil quisquam magnam dicta minima eius.

\r\n','','basic_html'); /*!40000 ALTER TABLE `block_content__body` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_content_field_data` -- DROP TABLE IF EXISTS `block_content_field_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_content_field_data` ( `id` int(10) unsigned NOT NULL, `revision_id` int(10) unsigned NOT NULL, `type` varchar(32) CHARACTER SET ascii NOT NULL COMMENT 'The ID of the target entity.', `langcode` varchar(12) CHARACTER SET ascii NOT NULL, `status` tinyint(4) NOT NULL, `info` varchar(255) DEFAULT NULL, `changed` int(11) DEFAULT NULL, `reusable` tinyint(4) DEFAULT NULL, `default_langcode` tinyint(4) NOT NULL, `revision_translation_affected` tinyint(4) DEFAULT NULL, PRIMARY KEY (`id`,`langcode`), KEY `block_content__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`), KEY `block_content__revision_id` (`revision_id`), KEY `block_content_field__type__target_id` (`type`), KEY `block_content__status_type` (`status`,`type`,`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The data table for block_content entities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_field_data` -- LOCK TABLES `block_content_field_data` WRITE; /*!40000 ALTER TABLE `block_content_field_data` DISABLE KEYS */; INSERT INTO `block_content_field_data` VALUES (1,1,'collapsible_vue','en',1,'Collapsible Vue 1',1576043429,0,1,1),(2,2,'collapsible_vue','en',1,'Collapsible Vue 2',1576043446,0,1,1),(3,3,'collapsible','en',1,'Collapsible',1576043470,0,1,1),(4,4,'collapsible','en',1,'Collapsible 2',1576043486,0,1,1); /*!40000 ALTER TABLE `block_content_field_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_content_field_revision` -- DROP TABLE IF EXISTS `block_content_field_revision`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_content_field_revision` ( `id` int(10) unsigned NOT NULL, `revision_id` int(10) unsigned NOT NULL, `langcode` varchar(12) CHARACTER SET ascii NOT NULL, `status` tinyint(4) NOT NULL, `info` varchar(255) DEFAULT NULL, `changed` int(11) DEFAULT NULL, `default_langcode` tinyint(4) NOT NULL, `revision_translation_affected` tinyint(4) DEFAULT NULL, PRIMARY KEY (`revision_id`,`langcode`), KEY `block_content__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The revision data table for block_content entities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_field_revision` -- LOCK TABLES `block_content_field_revision` WRITE; /*!40000 ALTER TABLE `block_content_field_revision` DISABLE KEYS */; INSERT INTO `block_content_field_revision` VALUES (1,1,'en',1,'Collapsible Vue 1',1576043429,1,1),(2,2,'en',1,'Collapsible Vue 2',1576043446,1,1),(3,3,'en',1,'Collapsible',1576043470,1,1),(4,4,'en',1,'Collapsible 2',1576043486,1,1); /*!40000 ALTER TABLE `block_content_field_revision` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_content_revision` -- DROP TABLE IF EXISTS `block_content_revision`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_content_revision` ( `id` int(10) unsigned NOT NULL, `revision_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `langcode` varchar(12) CHARACTER SET ascii NOT NULL, `revision_user` int(10) unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `revision_created` int(11) DEFAULT NULL, `revision_log` longtext, `revision_default` tinyint(4) DEFAULT NULL, PRIMARY KEY (`revision_id`), KEY `block_content__id` (`id`), KEY `block_content_field__revision_user__target_id` (`revision_user`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COMMENT='The revision table for block_content entities.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision` -- LOCK TABLES `block_content_revision` WRITE; /*!40000 ALTER TABLE `block_content_revision` DISABLE KEYS */; INSERT INTO `block_content_revision` VALUES (1,1,'en',NULL,1576043429,NULL,1),(2,2,'en',NULL,1576043446,NULL,1),(3,3,'en',NULL,1576043470,NULL,1),(4,4,'en',NULL,1576043486,NULL,1); /*!40000 ALTER TABLE `block_content_revision` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `block_content_revision__body` -- DROP TABLE IF EXISTS `block_content_revision__body`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `block_content_revision__body` ( `bundle` varchar(128) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int(10) unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int(10) unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int(10) unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `body_value` longtext NOT NULL, `body_summary` longtext, `body_format` varchar(255) CHARACTER SET ascii DEFAULT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `body_format` (`body_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Revision archive storage for block_content field body.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__body` -- LOCK TABLES `block_content_revision__body` WRITE; /*!40000 ALTER TABLE `block_content_revision__body` DISABLE KEYS */; INSERT INTO `block_content_revision__body` VALUES ('collapsible_vue',0,1,1,'en',0,'

Explicabo fuga impedit et. Esse consequatur voluptas amet aliquam fugit pariatur. Tempora iure deleniti molestias adipisci quo quis qui. Et et natus sed illo. Nobis dolores ullam mollitia et itaque tempora necessitatibus laborum. Autem corrupti atque veniam id et dolores.

\r\n\r\n

Recusandae ea fugit omnis exercitationem. Sed odio reprehenderit recusandae consequatur est. Vitae rerum totam molestias consequatur. Tempora omnis ut alias dolorem voluptatem enim consectetur dolores. Est repellat velit in sapiente aut ut necessitatibus perspiciatis. Quam vel voluptatem nihil quisquam magnam dicta minima eius.

\r\n','','basic_html'),('collapsible_vue',0,2,2,'en',0,'

Explicabo fuga impedit et. Esse consequatur voluptas amet aliquam fugit pariatur. Tempora iure deleniti molestias adipisci quo quis qui. Et et natus sed illo. Nobis dolores ullam mollitia et itaque tempora necessitatibus laborum. Autem corrupti atque veniam id et dolores.

\r\n\r\n

Recusandae ea fugit omnis exercitationem. Sed odio reprehenderit recusandae consequatur est. Vitae rerum totam molestias consequatur. Tempora omnis ut alias dolorem voluptatem enim consectetur dolores. Est repellat velit in sapiente aut ut necessitatibus perspiciatis. Quam vel voluptatem nihil quisquam magnam dicta minima eius.

\r\n','','basic_html'),('collapsible',0,3,3,'en',0,'

Explicabo fuga impedit et. Esse consequatur voluptas amet aliquam fugit pariatur. Tempora iure deleniti molestias adipisci quo quis qui. Et et natus sed illo. Nobis dolores ullam mollitia et itaque tempora necessitatibus laborum. Autem corrupti atque veniam id et dolores.

\r\n\r\n

Recusandae ea fugit omnis exercitationem. Sed odio reprehenderit recusandae consequatur est. Vitae rerum totam molestias consequatur. Tempora omnis ut alias dolorem voluptatem enim consectetur dolores. Est repellat velit in sapiente aut ut necessitatibus perspiciatis. Quam vel voluptatem nihil quisquam magnam dicta minima eius.

\r\n','','basic_html'),('collapsible',0,4,4,'en',0,'

Explicabo fuga impedit et. Esse consequatur voluptas amet aliquam fugit pariatur. Tempora iure deleniti molestias adipisci quo quis qui. Et et natus sed illo. Nobis dolores ullam mollitia et itaque tempora necessitatibus laborum. Autem corrupti atque veniam id et dolores.

\r\n\r\n

Recusandae ea fugit omnis exercitationem. Sed odio reprehenderit recusandae consequatur est. Vitae rerum totam molestias consequatur. Tempora omnis ut alias dolorem voluptatem enim consectetur dolores. Est repellat velit in sapiente aut ut necessitatibus perspiciatis. Quam vel voluptatem nihil quisquam magnam dicta minima eius.

\r\n','','basic_html'); /*!40000 ALTER TABLE `block_content_revision__body` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_bootstrap` -- DROP TABLE IF EXISTS `cache_bootstrap`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_bootstrap` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint(6) NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_bootstrap` -- LOCK TABLES `cache_bootstrap` WRITE; /*!40000 ALTER TABLE `cache_bootstrap` DISABLE KEYS */; INSERT INTO `cache_bootstrap` VALUES ('hook_info','a:42:{s:10:\"token_info\";a:1:{s:5:\"group\";s:6:\"tokens\";}s:16:\"token_info_alter\";a:1:{s:5:\"group\";s:6:\"tokens\";}s:6:\"tokens\";a:1:{s:5:\"group\";s:6:\"tokens\";}s:12:\"tokens_alter\";a:1:{s:5:\"group\";s:6:\"tokens\";}s:22:\"pathauto_pattern_alter\";a:1:{s:5:\"group\";s:8:\"pathauto\";}s:20:\"pathauto_alias_alter\";a:1:{s:5:\"group\";s:8:\"pathauto\";}s:26:\"pathauto_is_alias_reserved\";a:1:{s:5:\"group\";s:8:\"pathauto\";}s:10:\"views_data\";a:1:{s:5:\"group\";s:5:\"views\";}s:16:\"views_data_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:13:\"views_analyze\";a:1:{s:5:\"group\";s:5:\"views\";}s:22:\"views_invalidate_cache\";a:1:{s:5:\"group\";s:5:\"views\";}s:26:\"views_plugins_access_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:24:\"views_plugins_area_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:28:\"views_plugins_argument_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:36:\"views_plugins_argument_default_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:38:\"views_plugins_argument_validator_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:25:\"views_plugins_cache_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:36:\"views_plugins_display_extender_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:27:\"views_plugins_display_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:32:\"views_plugins_exposed_form_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:25:\"views_plugins_field_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:26:\"views_plugins_filter_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:24:\"views_plugins_join_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:25:\"views_plugins_pager_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:25:\"views_plugins_query_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:32:\"views_plugins_relationship_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:23:\"views_plugins_row_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:24:\"views_plugins_sort_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:25:\"views_plugins_style_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:26:\"views_plugins_wizard_alter\";a:1:{s:5:\"group\";s:5:\"views\";}s:25:\"views_query_substitutions\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:24:\"views_form_substitutions\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:14:\"views_pre_view\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:15:\"views_pre_build\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:16:\"views_post_build\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:17:\"views_pre_execute\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:18:\"views_post_execute\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:16:\"views_pre_render\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:17:\"views_post_render\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:17:\"views_query_alter\";a:1:{s:5:\"group\";s:15:\"views_execution\";}s:16:\"field_views_data\";a:1:{s:5:\"group\";s:5:\"views\";}s:22:\"field_views_data_alter\";a:1:{s:5:\"group\";s:5:\"views\";}}',-1,1576074364.050,1,'','0'),('module_implements','a:195:{s:23:\"module_implements_alter\";a:2:{s:14:\"layout_builder\";b:0;s:5:\"token\";b:0;}s:11:\"entity_load\";a:0:{}s:14:\"user_role_load\";a:0:{}s:14:\"entity_preload\";a:0:{}s:11:\"query_alter\";a:0:{}s:30:\"query_user_load_multiple_alter\";a:0:{}s:19:\"entity_storage_load\";a:1:{s:7:\"comment\";b:0;}s:17:\"user_storage_load\";a:0:{}s:9:\"user_load\";a:0:{}s:30:\"query_node_load_multiple_alter\";a:0:{}s:17:\"node_storage_load\";a:0:{}s:9:\"node_load\";a:0:{}s:13:\"entity_access\";a:0:{}s:11:\"node_access\";a:1:{s:4:\"node\";b:0;}s:11:\"node_grants\";a:0:{}s:22:\"entity_view_mode_alter\";a:0:{}s:5:\"theme\";a:24:{s:5:\"block\";b:0;s:13:\"block_content\";b:0;s:8:\"ckeditor\";b:0;s:5:\"color\";b:0;s:7:\"comment\";b:0;s:6:\"ctools\";b:0;s:8:\"field_ui\";b:0;s:4:\"file\";b:0;s:6:\"filter\";b:0;s:4:\"help\";b:0;s:5:\"image\";b:0;s:16:\"layout_discovery\";b:0;s:4:\"link\";b:0;s:4:\"node\";b:0;s:3:\"rdf\";b:0;s:6:\"search\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:5:\"token\";b:0;s:7:\"toolbar\";b:0;s:6:\"update\";b:0;s:4:\"user\";b:0;s:8:\"views_ui\";b:0;s:5:\"views\";b:0;}s:12:\"layout_alter\";a:0:{}s:25:\"views_plugins_pager_alter\";a:0:{}s:32:\"views_plugins_exposed_form_alter\";a:0:{}s:20:\"theme_registry_alter\";a:1:{s:14:\"layout_builder\";b:0;}s:21:\"entity_view_mode_load\";a:0:{}s:27:\"entity_view_mode_info_alter\";a:0:{}s:25:\"node_build_defaults_alter\";a:0:{}s:27:\"entity_build_defaults_alter\";a:1:{s:14:\"layout_builder\";b:0;}s:23:\"entity_extra_field_info\";a:4:{s:7:\"comment\";b:0;s:7:\"contact\";b:0;s:4:\"node\";b:0;s:4:\"user\";b:0;}s:17:\"comment_type_load\";a:0:{}s:14:\"node_type_load\";a:0:{}s:29:\"entity_extra_field_info_alter\";a:0:{}s:26:\"field_formatter_info_alter\";a:2:{s:6:\"editor\";b:0;s:9:\"quickedit\";b:0;}s:24:\"entity_view_display_load\";a:0:{}s:25:\"entity_view_display_alter\";a:1:{s:4:\"node\";b:0;}s:19:\"entity_prepare_view\";a:1:{s:3:\"rdf\";b:0;}s:16:\"rdf_mapping_load\";a:0:{}s:24:\"query_entity_query_alter\";a:0:{}s:38:\"query_entity_query_block_content_alter\";a:0:{}s:23:\"block_content_type_load\";a:0:{}s:9:\"menu_load\";a:0:{}s:9:\"view_load\";a:0:{}s:11:\"block_alter\";a:0:{}s:19:\"entity_field_access\";a:0:{}s:25:\"entity_field_access_alter\";a:0:{}s:11:\"user_access\";a:0:{}s:16:\"date_format_load\";a:0:{}s:26:\"entity_display_build_alter\";a:0:{}s:27:\"validation_constraint_alter\";a:0:{}s:39:\"query_block_content_load_multiple_alter\";a:0:{}s:26:\"block_content_storage_load\";a:0:{}s:18:\"block_content_load\";a:0:{}s:20:\"block_content_access\";a:1:{s:14:\"layout_builder\";b:0;}s:34:\"block_content_build_defaults_alter\";a:0:{}s:18:\"rdf_mapping_create\";a:0:{}s:13:\"entity_create\";a:1:{s:7:\"jsonapi\";b:0;}s:18:\"block_content_view\";a:0:{}s:11:\"entity_view\";a:1:{s:7:\"comment\";b:0;}s:24:\"block_content_view_alter\";a:0:{}s:17:\"entity_view_alter\";a:2:{s:9:\"quickedit\";b:0;s:14:\"layout_builder\";b:0;}s:25:\"views_plugins_cache_alter\";a:0:{}s:25:\"views_plugins_query_alter\";a:0:{}s:14:\"views_pre_view\";a:0:{}s:25:\"views_plugins_field_alter\";a:0:{}s:24:\"views_plugins_sort_alter\";a:0:{}s:26:\"views_plugins_filter_alter\";a:0:{}s:15:\"views_pre_build\";a:0:{}s:17:\"views_query_alter\";a:0:{}s:25:\"views_query_substitutions\";a:3:{s:4:\"node\";s:15:\"views_execution\";s:4:\"user\";s:15:\"views_execution\";s:5:\"views\";s:15:\"views_execution\";}s:16:\"views_post_build\";a:0:{}s:17:\"views_pre_execute\";a:0:{}s:17:\"query_views_alter\";a:1:{s:5:\"views\";b:0;}s:32:\"query_views_article_titles_alter\";a:0:{}s:23:\"query_node_access_alter\";a:1:{s:4:\"node\";b:0;}s:18:\"views_post_execute\";a:0:{}s:16:\"views_pre_render\";a:2:{s:5:\"dblog\";b:0;s:5:\"views\";s:15:\"views_execution\";}s:34:\"theme_suggestions_views_view_field\";a:0:{}s:23:\"theme_suggestions_alter\";a:0:{}s:40:\"theme_suggestions_views_view_field_alter\";a:0:{}s:43:\"template_preprocess_default_variables_alter\";a:1:{s:4:\"user\";b:0;}s:26:\"entity_view_display_create\";a:0:{}s:21:\"field_info_max_weight\";a:0:{}s:20:\"element_plugin_alter\";a:0:{}s:18:\"element_info_alter\";a:3:{s:6:\"editor\";b:0;s:6:\"system\";b:0;s:4:\"user\";b:0;}s:10:\"link_alter\";a:0:{}s:17:\"views_post_render\";a:0:{}s:9:\"node_view\";a:0:{}s:15:\"node_view_alter\";a:2:{s:7:\"comment\";b:0;s:7:\"history\";b:0;}s:23:\"theme_suggestions_field\";a:1:{s:6:\"system\";b:0;}s:29:\"theme_suggestions_field_alter\";a:1:{s:14:\"layout_builder\";b:0;}s:22:\"theme_suggestions_node\";a:1:{s:4:\"node\";b:0;}s:28:\"theme_suggestions_node_alter\";a:1:{s:5:\"views\";b:0;}s:26:\"theme_suggestions_username\";a:0:{}s:32:\"theme_suggestions_username_alter\";a:0:{}s:22:\"user_format_name_alter\";a:0:{}s:30:\"theme_suggestions_rdf_metadata\";a:0:{}s:36:\"theme_suggestions_rdf_metadata_alter\";a:0:{}s:24:\"theme_suggestions_layout\";a:0:{}s:30:\"theme_suggestions_layout_alter\";a:0:{}s:23:\"theme_suggestions_block\";a:1:{s:5:\"block\";b:0;}s:29:\"theme_suggestions_block_alter\";a:0:{}s:18:\"filter_format_load\";a:0:{}s:17:\"filter_info_alter\";a:0:{}s:16:\"node_links_alter\";a:1:{s:7:\"comment\";b:0;}s:23:\"theme_suggestions_links\";a:0:{}s:29:\"theme_suggestions_links_alter\";a:0:{}s:28:\"theme_suggestions_views_view\";a:0:{}s:34:\"theme_suggestions_views_view_alter\";a:0:{}s:40:\"theme_suggestions_views_view_unformatted\";a:0:{}s:46:\"theme_suggestions_views_view_unformatted_alter\";a:0:{}s:35:\"theme_suggestions_views_view_fields\";a:0:{}s:41:\"theme_suggestions_views_view_fields_alter\";a:0:{}s:27:\"theme_suggestions_container\";a:0:{}s:33:\"theme_suggestions_container_alter\";a:1:{s:5:\"views\";b:0;}s:28:\"display_variant_plugin_alter\";a:0:{}s:10:\"block_load\";a:0:{}s:12:\"block_access\";a:0:{}s:17:\"block_build_alter\";a:0:{}s:39:\"block_build_system_branding_block_alter\";a:0:{}s:35:\"block_build_system_menu_block_alter\";a:0:{}s:39:\"block_build_system_messages_block_alter\";a:0:{}s:41:\"block_build_system_breadcrumb_block_alter\";a:0:{}s:34:\"block_build_page_title_block_alter\";a:0:{}s:16:\"block_view_alter\";a:1:{s:5:\"token\";b:0;}s:33:\"block_view_page_title_block_alter\";a:0:{}s:35:\"block_build_local_tasks_block_alter\";a:0:{}s:28:\"block_build_help_block_alter\";a:0:{}s:37:\"block_build_local_actions_block_alter\";a:0:{}s:35:\"block_build_system_main_block_alter\";a:0:{}s:34:\"block_view_system_main_block_alter\";a:1:{s:6:\"system\";b:0;}s:35:\"block_build_search_form_block_alter\";a:0:{}s:31:\"block_build_non_vue_block_alter\";a:0:{}s:27:\"block_build_vue_block_alter\";a:0:{}s:41:\"block_build_system_powered_by_block_alter\";a:0:{}s:16:\"page_attachments\";a:4:{s:8:\"big_pipe\";b:0;s:10:\"contextual\";b:0;s:9:\"quickedit\";b:0;s:6:\"system\";b:0;}s:14:\"file_url_alter\";a:0:{}s:22:\"page_attachments_alter\";a:2:{s:5:\"devel\";b:0;s:8:\"taxonomy\";b:0;}s:8:\"page_top\";a:4:{s:5:\"block\";b:0;s:4:\"node\";b:0;s:7:\"toolbar\";b:0;s:6:\"update\";b:0;}s:11:\"page_bottom\";a:1:{s:4:\"tour\";b:0;}s:22:\"theme_suggestions_html\";a:1:{s:6:\"system\";b:0;}s:28:\"theme_suggestions_html_alter\";a:0:{}s:14:\"rdf_namespaces\";a:1:{s:3:\"rdf\";b:0;}s:22:\"theme_suggestions_page\";a:1:{s:6:\"system\";b:0;}s:28:\"theme_suggestions_page_alter\";a:0:{}s:34:\"block_view_system_menu_block_alter\";a:1:{s:7:\"menu_ui\";b:0;}s:22:\"theme_suggestions_menu\";a:0:{}s:28:\"theme_suggestions_menu_alter\";a:0:{}s:24:\"theme_suggestions_region\";a:1:{s:6:\"system\";b:0;}s:30:\"theme_suggestions_region_alter\";a:0:{}s:38:\"block_view_system_branding_block_alter\";a:1:{s:5:\"color\";b:0;}s:38:\"block_view_system_messages_block_alter\";a:0:{}s:40:\"block_view_system_breadcrumb_block_alter\";a:0:{}s:23:\"system_breadcrumb_alter\";a:2:{s:14:\"layout_builder\";b:0;s:7:\"menu_ui\";b:0;}s:28:\"theme_suggestions_page_title\";a:0:{}s:34:\"theme_suggestions_page_title_alter\";a:0:{}s:34:\"block_view_local_tasks_block_alter\";a:0:{}s:21:\"entity_form_mode_load\";a:0:{}s:27:\"entity_form_mode_info_alter\";a:0:{}s:16:\"search_page_load\";a:0:{}s:17:\"local_tasks_alter\";a:4:{s:5:\"devel\";b:0;s:8:\"field_ui\";b:0;s:8:\"pathauto\";b:0;s:5:\"views\";b:0;}s:29:\"query_entity_query_node_alter\";a:0:{}s:22:\"menu_local_tasks_alter\";a:1:{s:7:\"contact\";b:0;}s:27:\"block_view_help_block_alter\";a:1:{s:4:\"help\";b:0;}s:4:\"help\";a:53:{s:13:\"admin_toolbar\";b:0;s:19:\"admin_toolbar_tools\";b:0;s:14:\"automated_cron\";b:0;s:8:\"big_pipe\";b:0;s:5:\"block\";b:0;s:13:\"block_content\";b:0;s:10:\"breakpoint\";b:0;s:8:\"ckeditor\";b:0;s:5:\"color\";b:0;s:7:\"comment\";b:0;s:6:\"config\";b:0;s:7:\"contact\";b:0;s:10:\"contextual\";b:0;s:8:\"datetime\";b:0;s:5:\"dblog\";b:0;s:5:\"devel\";b:0;s:18:\"dynamic_page_cache\";b:0;s:6:\"editor\";b:0;s:5:\"field\";b:0;s:8:\"field_ui\";b:0;s:4:\"file\";b:0;s:6:\"filter\";b:0;s:4:\"help\";b:0;s:7:\"history\";b:0;s:5:\"image\";b:0;s:7:\"jsonapi\";b:0;s:14:\"layout_builder\";b:0;s:16:\"layout_discovery\";b:0;s:4:\"link\";b:0;s:7:\"menu_ui\";b:0;s:4:\"node\";b:0;s:7:\"options\";b:0;s:10:\"page_cache\";b:0;s:4:\"path\";b:0;s:9:\"quickedit\";b:0;s:3:\"rdf\";b:0;s:4:\"rest\";b:0;s:6:\"search\";b:0;s:13:\"serialization\";b:0;s:8:\"shortcut\";b:0;s:6:\"system\";b:0;s:8:\"taxonomy\";b:0;s:4:\"text\";b:0;s:5:\"token\";b:0;s:7:\"toolbar\";b:0;s:4:\"tour\";b:0;s:6:\"update\";b:0;s:4:\"user\";b:0;s:8:\"views_ui\";b:0;s:14:\"vue_js_example\";b:0;s:17:\"menu_link_content\";b:0;s:8:\"pathauto\";b:0;s:5:\"views\";b:0;}s:36:\"block_view_local_actions_block_alter\";a:0:{}s:24:\"menu_local_actions_alter\";a:0:{}s:34:\"block_view_search_form_block_alter\";a:0:{}s:10:\"form_alter\";a:1:{s:6:\"system\";b:0;}s:28:\"form_search_block_form_alter\";a:1:{s:6:\"search\";b:0;}s:23:\"theme_suggestions_input\";a:0:{}s:29:\"theme_suggestions_input_alter\";a:0:{}s:30:\"theme_suggestions_form_element\";a:0:{}s:36:\"theme_suggestions_form_element_alter\";a:0:{}s:36:\"theme_suggestions_form_element_label\";a:0:{}s:42:\"theme_suggestions_form_element_label_alter\";a:0:{}s:22:\"theme_suggestions_form\";a:0:{}s:28:\"theme_suggestions_form_alter\";a:0:{}s:18:\"search_page_access\";a:0:{}s:20:\"entity_create_access\";a:0:{}s:18:\"node_create_access\";a:0:{}s:30:\"block_view_non_vue_block_alter\";a:0:{}s:26:\"block_view_vue_block_alter\";a:0:{}s:40:\"block_view_system_powered_by_block_alter\";a:0:{}s:41:\"theme_suggestions_off_canvas_page_wrapper\";a:0:{}s:47:\"theme_suggestions_off_canvas_page_wrapper_alter\";a:0:{}s:18:\"library_info_alter\";a:3:{s:8:\"ckeditor\";b:0;s:5:\"color\";b:0;s:9:\"quickedit\";b:0;}s:9:\"css_alter\";a:0:{}s:8:\"js_alter\";a:0:{}s:17:\"js_settings_build\";a:1:{s:6:\"system\";b:0;}s:17:\"js_settings_alter\";a:2:{s:6:\"system\";b:0;s:4:\"user\";b:0;}s:28:\"theme_suggestions_breadcrumb\";a:0:{}s:34:\"theme_suggestions_breadcrumb_alter\";a:0:{}s:30:\"query_file_load_multiple_alter\";a:0:{}s:17:\"file_storage_load\";a:0:{}s:9:\"file_load\";a:0:{}s:39:\"query_taxonomy_term_load_multiple_alter\";a:0:{}s:26:\"taxonomy_term_storage_load\";a:0:{}s:18:\"taxonomy_term_load\";a:0:{}}',-1,1576074379.579,1,'','0'),('path_alias_whitelist','a:37:{s:5:\"admin\";b:0;s:8:\"run-cron\";N;s:8:\"big_pipe\";N;s:14:\"block-category\";N;s:5:\"block\";N;s:7:\"comment\";N;s:8:\"comments\";N;s:7:\"contact\";b:0;s:4:\"user\";b:0;s:10:\"contextual\";N;s:5:\"devel\";b:0;s:6:\"editor\";N;s:4:\"file\";N;s:6:\"filter\";N;s:7:\"history\";N;s:5:\"sites\";N;s:6:\"system\";N;s:9:\"quickedit\";N;s:7:\"jsonapi\";b:0;s:14:\"layout_builder\";N;s:4:\"node\";b:1;s:4:\"rest\";N;s:6:\"search\";b:0;s:4:\"cron\";N;s:12:\"machine_name\";N;s:0:\"\";N;s:9:\"\";N;s:5:\"batch\";N;s:10:\"update.php\";N;s:29:\"entity_reference_autocomplete\";N;s:7:\"session\";N;s:8:\"taxonomy\";N;s:5:\"token\";N;s:7:\"toolbar\";N;s:11:\".well-known\";N;s:7:\"rss.xml\";N;s:5:\"views\";N;}',-1,1576074379.587,1,'','0'),('routing.non_admin_routes','a:478:{i:0;s:22:\"admin_toolbar.run.cron\";i:1;s:13:\"big_pipe.nojs\";i:2;s:27:\"block.category_autocomplete\";i:3;s:22:\"block_content.add_page\";i:4;s:22:\"block_content.add_form\";i:5;s:30:\"entity.block_content.canonical\";i:6;s:30:\"entity.block_content.edit_form\";i:7;s:32:\"entity.block_content.delete_form\";i:8;s:24:\"entity.comment.edit_form\";i:9;s:15:\"comment.approve\";i:10;s:24:\"entity.comment.canonical\";i:11;s:26:\"entity.comment.delete_form\";i:12;s:13:\"comment.reply\";i:13;s:31:\"comment.new_comments_node_links\";i:14;s:21:\"comment.node_redirect\";i:15;s:17:\"contact.site_page\";i:16;s:29:\"entity.contact_form.canonical\";i:17;s:24:\"entity.user.contact_form\";i:18;s:17:\"contextual.render\";i:19;s:15:\"devel.reinstall\";i:20;s:18:\"devel.menu_rebuild\";i:21;s:18:\"devel.configs_list\";i:22;s:17:\"devel.config_edit\";i:23;s:23:\"devel.state_system_page\";i:24;s:23:\"devel.system_state_edit\";i:25;s:20:\"devel.theme_registry\";i:26;s:21:\"devel.field_info_page\";i:27;s:17:\"devel.execute_php\";i:28;s:13:\"devel.session\";i:29;s:12:\"devel.switch\";i:30;s:17:\"devel.cache_clear\";i:31;s:14:\"devel.run_cron\";i:32;s:28:\"devel.container_info.service\";i:33;s:35:\"devel.container_info.service.detail\";i:34;s:30:\"devel.container_info.parameter\";i:35;s:37:\"devel.container_info.parameter.detail\";i:36;s:16:\"devel.route_info\";i:37;s:21:\"devel.route_info.item\";i:38;s:16:\"devel.event_info\";i:39;s:17:\"devel.layout_info\";i:40;s:19:\"devel.elements_page\";i:41;s:26:\"devel.elements_page.detail\";i:42;s:22:\"devel.entity_info_page\";i:43;s:29:\"devel.entity_info_page.detail\";i:44;s:17:\"editor.filter_xss\";i:45;s:31:\"editor.field_untransformed_text\";i:46;s:19:\"editor.image_dialog\";i:47;s:18:\"editor.link_dialog\";i:48;s:18:\"file.ajax_progress\";i:49;s:15:\"filter.tips_all\";i:50;s:11:\"filter.tips\";i:51;s:26:\"history.get_last_node_view\";i:52;s:17:\"history.read_node\";i:53;s:18:\"image.style_public\";i:54;s:19:\"image.style_private\";i:55;s:12:\"image.upload\";i:56;s:10:\"image.info\";i:57;s:31:\"jsonapi.block--block.collection\";i:58;s:31:\"jsonapi.block--block.individual\";i:59;s:39:\"jsonapi.block_content--basic.collection\";i:60;s:44:\"jsonapi.block_content--basic.collection.post\";i:61;s:39:\"jsonapi.block_content--basic.individual\";i:62;s:45:\"jsonapi.block_content--basic.individual.patch\";i:63;s:46:\"jsonapi.block_content--basic.individual.delete\";i:64;s:64:\"jsonapi.block_content--basic.block_content_type.relationship.get\";i:65;s:65:\"jsonapi.block_content--basic.block_content_type.relationship.post\";i:66;s:66:\"jsonapi.block_content--basic.block_content_type.relationship.patch\";i:67;s:67:\"jsonapi.block_content--basic.block_content_type.relationship.delete\";i:68;s:55:\"jsonapi.block_content--basic.block_content_type.related\";i:69;s:59:\"jsonapi.block_content--basic.revision_user.relationship.get\";i:70;s:60:\"jsonapi.block_content--basic.revision_user.relationship.post\";i:71;s:61:\"jsonapi.block_content--basic.revision_user.relationship.patch\";i:72;s:62:\"jsonapi.block_content--basic.revision_user.relationship.delete\";i:73;s:50:\"jsonapi.block_content--basic.revision_user.related\";i:74;s:45:\"jsonapi.block_content--collapsible.collection\";i:75;s:50:\"jsonapi.block_content--collapsible.collection.post\";i:76;s:45:\"jsonapi.block_content--collapsible.individual\";i:77;s:51:\"jsonapi.block_content--collapsible.individual.patch\";i:78;s:52:\"jsonapi.block_content--collapsible.individual.delete\";i:79;s:70:\"jsonapi.block_content--collapsible.block_content_type.relationship.get\";i:80;s:71:\"jsonapi.block_content--collapsible.block_content_type.relationship.post\";i:81;s:72:\"jsonapi.block_content--collapsible.block_content_type.relationship.patch\";i:82;s:73:\"jsonapi.block_content--collapsible.block_content_type.relationship.delete\";i:83;s:61:\"jsonapi.block_content--collapsible.block_content_type.related\";i:84;s:65:\"jsonapi.block_content--collapsible.revision_user.relationship.get\";i:85;s:66:\"jsonapi.block_content--collapsible.revision_user.relationship.post\";i:86;s:67:\"jsonapi.block_content--collapsible.revision_user.relationship.patch\";i:87;s:68:\"jsonapi.block_content--collapsible.revision_user.relationship.delete\";i:88;s:56:\"jsonapi.block_content--collapsible.revision_user.related\";i:89;s:49:\"jsonapi.block_content--collapsible_vue.collection\";i:90;s:54:\"jsonapi.block_content--collapsible_vue.collection.post\";i:91;s:49:\"jsonapi.block_content--collapsible_vue.individual\";i:92;s:55:\"jsonapi.block_content--collapsible_vue.individual.patch\";i:93;s:56:\"jsonapi.block_content--collapsible_vue.individual.delete\";i:94;s:74:\"jsonapi.block_content--collapsible_vue.block_content_type.relationship.get\";i:95;s:75:\"jsonapi.block_content--collapsible_vue.block_content_type.relationship.post\";i:96;s:76:\"jsonapi.block_content--collapsible_vue.block_content_type.relationship.patch\";i:97;s:77:\"jsonapi.block_content--collapsible_vue.block_content_type.relationship.delete\";i:98;s:65:\"jsonapi.block_content--collapsible_vue.block_content_type.related\";i:99;s:69:\"jsonapi.block_content--collapsible_vue.revision_user.relationship.get\";i:100;s:70:\"jsonapi.block_content--collapsible_vue.revision_user.relationship.post\";i:101;s:71:\"jsonapi.block_content--collapsible_vue.revision_user.relationship.patch\";i:102;s:72:\"jsonapi.block_content--collapsible_vue.revision_user.relationship.delete\";i:103;s:60:\"jsonapi.block_content--collapsible_vue.revision_user.related\";i:104;s:57:\"jsonapi.block_content_type--block_content_type.collection\";i:105;s:57:\"jsonapi.block_content_type--block_content_type.individual\";i:106;s:35:\"jsonapi.comment--comment.collection\";i:107;s:40:\"jsonapi.comment--comment.collection.post\";i:108;s:35:\"jsonapi.comment--comment.individual\";i:109;s:41:\"jsonapi.comment--comment.individual.patch\";i:110;s:42:\"jsonapi.comment--comment.individual.delete\";i:111;s:54:\"jsonapi.comment--comment.comment_type.relationship.get\";i:112;s:55:\"jsonapi.comment--comment.comment_type.relationship.post\";i:113;s:56:\"jsonapi.comment--comment.comment_type.relationship.patch\";i:114;s:57:\"jsonapi.comment--comment.comment_type.relationship.delete\";i:115;s:45:\"jsonapi.comment--comment.comment_type.related\";i:116;s:45:\"jsonapi.comment--comment.uid.relationship.get\";i:117;s:46:\"jsonapi.comment--comment.uid.relationship.post\";i:118;s:47:\"jsonapi.comment--comment.uid.relationship.patch\";i:119;s:48:\"jsonapi.comment--comment.uid.relationship.delete\";i:120;s:36:\"jsonapi.comment--comment.uid.related\";i:121;s:45:\"jsonapi.comment--comment.pid.relationship.get\";i:122;s:46:\"jsonapi.comment--comment.pid.relationship.post\";i:123;s:47:\"jsonapi.comment--comment.pid.relationship.patch\";i:124;s:48:\"jsonapi.comment--comment.pid.relationship.delete\";i:125;s:36:\"jsonapi.comment--comment.pid.related\";i:126;s:51:\"jsonapi.comment--comment.entity_id.relationship.get\";i:127;s:52:\"jsonapi.comment--comment.entity_id.relationship.post\";i:128;s:53:\"jsonapi.comment--comment.entity_id.relationship.patch\";i:129;s:54:\"jsonapi.comment--comment.entity_id.relationship.delete\";i:130;s:42:\"jsonapi.comment--comment.entity_id.related\";i:131;s:45:\"jsonapi.comment_type--comment_type.collection\";i:132;s:45:\"jsonapi.comment_type--comment_type.individual\";i:133;s:45:\"jsonapi.contact_form--contact_form.collection\";i:134;s:45:\"jsonapi.contact_form--contact_form.individual\";i:135;s:49:\"jsonapi.contact_message--feedback.collection.post\";i:136;s:49:\"jsonapi.contact_message--personal.collection.post\";i:137;s:33:\"jsonapi.editor--editor.collection\";i:138;s:33:\"jsonapi.editor--editor.individual\";i:139;s:45:\"jsonapi.field_config--field_config.collection\";i:140;s:45:\"jsonapi.field_config--field_config.individual\";i:141;s:61:\"jsonapi.field_storage_config--field_storage_config.collection\";i:142;s:61:\"jsonapi.field_storage_config--field_storage_config.individual\";i:143;s:29:\"jsonapi.file--file.collection\";i:144;s:34:\"jsonapi.file--file.collection.post\";i:145;s:29:\"jsonapi.file--file.individual\";i:146;s:35:\"jsonapi.file--file.individual.patch\";i:147;s:36:\"jsonapi.file--file.individual.delete\";i:148;s:39:\"jsonapi.file--file.uid.relationship.get\";i:149;s:40:\"jsonapi.file--file.uid.relationship.post\";i:150;s:41:\"jsonapi.file--file.uid.relationship.patch\";i:151;s:42:\"jsonapi.file--file.uid.relationship.delete\";i:152;s:30:\"jsonapi.file--file.uid.related\";i:153;s:47:\"jsonapi.filter_format--filter_format.collection\";i:154;s:47:\"jsonapi.filter_format--filter_format.individual\";i:155;s:43:\"jsonapi.image_style--image_style.collection\";i:156;s:43:\"jsonapi.image_style--image_style.individual\";i:157;s:32:\"jsonapi.node--article.collection\";i:158;s:37:\"jsonapi.node--article.collection.post\";i:159;s:32:\"jsonapi.node--article.individual\";i:160;s:38:\"jsonapi.node--article.individual.patch\";i:161;s:39:\"jsonapi.node--article.individual.delete\";i:162;s:48:\"jsonapi.node--article.node_type.relationship.get\";i:163;s:49:\"jsonapi.node--article.node_type.relationship.post\";i:164;s:50:\"jsonapi.node--article.node_type.relationship.patch\";i:165;s:51:\"jsonapi.node--article.node_type.relationship.delete\";i:166;s:39:\"jsonapi.node--article.node_type.related\";i:167;s:51:\"jsonapi.node--article.revision_uid.relationship.get\";i:168;s:52:\"jsonapi.node--article.revision_uid.relationship.post\";i:169;s:53:\"jsonapi.node--article.revision_uid.relationship.patch\";i:170;s:54:\"jsonapi.node--article.revision_uid.relationship.delete\";i:171;s:42:\"jsonapi.node--article.revision_uid.related\";i:172;s:42:\"jsonapi.node--article.uid.relationship.get\";i:173;s:43:\"jsonapi.node--article.uid.relationship.post\";i:174;s:44:\"jsonapi.node--article.uid.relationship.patch\";i:175;s:45:\"jsonapi.node--article.uid.relationship.delete\";i:176;s:33:\"jsonapi.node--article.uid.related\";i:177;s:48:\"jsonapi.node--article.menu_link.relationship.get\";i:178;s:49:\"jsonapi.node--article.menu_link.relationship.post\";i:179;s:50:\"jsonapi.node--article.menu_link.relationship.patch\";i:180;s:51:\"jsonapi.node--article.menu_link.relationship.delete\";i:181;s:39:\"jsonapi.node--article.menu_link.related\";i:182;s:50:\"jsonapi.node--article.field_image.relationship.get\";i:183;s:51:\"jsonapi.node--article.field_image.relationship.post\";i:184;s:52:\"jsonapi.node--article.field_image.relationship.patch\";i:185;s:53:\"jsonapi.node--article.field_image.relationship.delete\";i:186;s:41:\"jsonapi.node--article.field_image.related\";i:187;s:49:\"jsonapi.node--article.field_tags.relationship.get\";i:188;s:50:\"jsonapi.node--article.field_tags.relationship.post\";i:189;s:51:\"jsonapi.node--article.field_tags.relationship.patch\";i:190;s:52:\"jsonapi.node--article.field_tags.relationship.delete\";i:191;s:40:\"jsonapi.node--article.field_tags.related\";i:192;s:29:\"jsonapi.node--page.collection\";i:193;s:34:\"jsonapi.node--page.collection.post\";i:194;s:29:\"jsonapi.node--page.individual\";i:195;s:35:\"jsonapi.node--page.individual.patch\";i:196;s:36:\"jsonapi.node--page.individual.delete\";i:197;s:45:\"jsonapi.node--page.node_type.relationship.get\";i:198;s:46:\"jsonapi.node--page.node_type.relationship.post\";i:199;s:47:\"jsonapi.node--page.node_type.relationship.patch\";i:200;s:48:\"jsonapi.node--page.node_type.relationship.delete\";i:201;s:36:\"jsonapi.node--page.node_type.related\";i:202;s:48:\"jsonapi.node--page.revision_uid.relationship.get\";i:203;s:49:\"jsonapi.node--page.revision_uid.relationship.post\";i:204;s:50:\"jsonapi.node--page.revision_uid.relationship.patch\";i:205;s:51:\"jsonapi.node--page.revision_uid.relationship.delete\";i:206;s:39:\"jsonapi.node--page.revision_uid.related\";i:207;s:39:\"jsonapi.node--page.uid.relationship.get\";i:208;s:40:\"jsonapi.node--page.uid.relationship.post\";i:209;s:41:\"jsonapi.node--page.uid.relationship.patch\";i:210;s:42:\"jsonapi.node--page.uid.relationship.delete\";i:211;s:30:\"jsonapi.node--page.uid.related\";i:212;s:45:\"jsonapi.node--page.menu_link.relationship.get\";i:213;s:46:\"jsonapi.node--page.menu_link.relationship.post\";i:214;s:47:\"jsonapi.node--page.menu_link.relationship.patch\";i:215;s:48:\"jsonapi.node--page.menu_link.relationship.delete\";i:216;s:36:\"jsonapi.node--page.menu_link.related\";i:217;s:39:\"jsonapi.node_type--node_type.collection\";i:218;s:39:\"jsonapi.node_type--node_type.individual\";i:219;s:41:\"jsonapi.path_alias--path_alias.collection\";i:220;s:46:\"jsonapi.path_alias--path_alias.collection.post\";i:221;s:41:\"jsonapi.path_alias--path_alias.individual\";i:222;s:47:\"jsonapi.path_alias--path_alias.individual.patch\";i:223;s:48:\"jsonapi.path_alias--path_alias.individual.delete\";i:224;s:43:\"jsonapi.rdf_mapping--rdf_mapping.collection\";i:225;s:43:\"jsonapi.rdf_mapping--rdf_mapping.individual\";i:226;s:61:\"jsonapi.rest_resource_config--rest_resource_config.collection\";i:227;s:61:\"jsonapi.rest_resource_config--rest_resource_config.individual\";i:228;s:43:\"jsonapi.search_page--search_page.collection\";i:229;s:43:\"jsonapi.search_page--search_page.individual\";i:230;s:36:\"jsonapi.shortcut--default.collection\";i:231;s:41:\"jsonapi.shortcut--default.collection.post\";i:232;s:36:\"jsonapi.shortcut--default.individual\";i:233;s:42:\"jsonapi.shortcut--default.individual.patch\";i:234;s:43:\"jsonapi.shortcut--default.individual.delete\";i:235;s:55:\"jsonapi.shortcut--default.shortcut_set.relationship.get\";i:236;s:56:\"jsonapi.shortcut--default.shortcut_set.relationship.post\";i:237;s:57:\"jsonapi.shortcut--default.shortcut_set.relationship.patch\";i:238;s:58:\"jsonapi.shortcut--default.shortcut_set.relationship.delete\";i:239;s:46:\"jsonapi.shortcut--default.shortcut_set.related\";i:240;s:45:\"jsonapi.shortcut_set--shortcut_set.collection\";i:241;s:45:\"jsonapi.shortcut_set--shortcut_set.individual\";i:242;s:29:\"jsonapi.menu--menu.collection\";i:243;s:29:\"jsonapi.menu--menu.individual\";i:244;s:33:\"jsonapi.action--action.collection\";i:245;s:33:\"jsonapi.action--action.individual\";i:246;s:59:\"jsonapi.taxonomy_vocabulary--taxonomy_vocabulary.collection\";i:247;s:59:\"jsonapi.taxonomy_vocabulary--taxonomy_vocabulary.individual\";i:248;s:38:\"jsonapi.taxonomy_term--tags.collection\";i:249;s:43:\"jsonapi.taxonomy_term--tags.collection.post\";i:250;s:38:\"jsonapi.taxonomy_term--tags.individual\";i:251;s:44:\"jsonapi.taxonomy_term--tags.individual.patch\";i:252;s:45:\"jsonapi.taxonomy_term--tags.individual.delete\";i:253;s:48:\"jsonapi.taxonomy_term--tags.vid.relationship.get\";i:254;s:49:\"jsonapi.taxonomy_term--tags.vid.relationship.post\";i:255;s:50:\"jsonapi.taxonomy_term--tags.vid.relationship.patch\";i:256;s:51:\"jsonapi.taxonomy_term--tags.vid.relationship.delete\";i:257;s:39:\"jsonapi.taxonomy_term--tags.vid.related\";i:258;s:58:\"jsonapi.taxonomy_term--tags.revision_user.relationship.get\";i:259;s:59:\"jsonapi.taxonomy_term--tags.revision_user.relationship.post\";i:260;s:60:\"jsonapi.taxonomy_term--tags.revision_user.relationship.patch\";i:261;s:61:\"jsonapi.taxonomy_term--tags.revision_user.relationship.delete\";i:262;s:49:\"jsonapi.taxonomy_term--tags.revision_user.related\";i:263;s:51:\"jsonapi.taxonomy_term--tags.parent.relationship.get\";i:264;s:52:\"jsonapi.taxonomy_term--tags.parent.relationship.post\";i:265;s:53:\"jsonapi.taxonomy_term--tags.parent.relationship.patch\";i:266;s:54:\"jsonapi.taxonomy_term--tags.parent.relationship.delete\";i:267;s:42:\"jsonapi.taxonomy_term--tags.parent.related\";i:268;s:29:\"jsonapi.tour--tour.collection\";i:269;s:29:\"jsonapi.tour--tour.individual\";i:270;s:29:\"jsonapi.user--user.collection\";i:271;s:34:\"jsonapi.user--user.collection.post\";i:272;s:29:\"jsonapi.user--user.individual\";i:273;s:35:\"jsonapi.user--user.individual.patch\";i:274;s:36:\"jsonapi.user--user.individual.delete\";i:275;s:41:\"jsonapi.user--user.roles.relationship.get\";i:276;s:42:\"jsonapi.user--user.roles.relationship.post\";i:277;s:43:\"jsonapi.user--user.roles.relationship.patch\";i:278;s:44:\"jsonapi.user--user.roles.relationship.delete\";i:279;s:32:\"jsonapi.user--user.roles.related\";i:280;s:48:\"jsonapi.user--user.user_picture.relationship.get\";i:281;s:49:\"jsonapi.user--user.user_picture.relationship.post\";i:282;s:50:\"jsonapi.user--user.user_picture.relationship.patch\";i:283;s:51:\"jsonapi.user--user.user_picture.relationship.delete\";i:284;s:39:\"jsonapi.user--user.user_picture.related\";i:285;s:39:\"jsonapi.user_role--user_role.collection\";i:286;s:39:\"jsonapi.user_role--user_role.individual\";i:287;s:55:\"jsonapi.menu_link_content--menu_link_content.collection\";i:288;s:60:\"jsonapi.menu_link_content--menu_link_content.collection.post\";i:289;s:55:\"jsonapi.menu_link_content--menu_link_content.individual\";i:290;s:61:\"jsonapi.menu_link_content--menu_link_content.individual.patch\";i:291;s:62:\"jsonapi.menu_link_content--menu_link_content.individual.delete\";i:292;s:75:\"jsonapi.menu_link_content--menu_link_content.revision_user.relationship.get\";i:293;s:76:\"jsonapi.menu_link_content--menu_link_content.revision_user.relationship.post\";i:294;s:77:\"jsonapi.menu_link_content--menu_link_content.revision_user.relationship.patch\";i:295;s:78:\"jsonapi.menu_link_content--menu_link_content.revision_user.relationship.delete\";i:296;s:66:\"jsonapi.menu_link_content--menu_link_content.revision_user.related\";i:297;s:53:\"jsonapi.pathauto_pattern--pathauto_pattern.collection\";i:298;s:53:\"jsonapi.pathauto_pattern--pathauto_pattern.individual\";i:299;s:29:\"jsonapi.view--view.collection\";i:300;s:29:\"jsonapi.view--view.individual\";i:301;s:43:\"jsonapi.date_format--date_format.collection\";i:302;s:43:\"jsonapi.date_format--date_format.individual\";i:303;s:59:\"jsonapi.base_field_override--base_field_override.collection\";i:304;s:59:\"jsonapi.base_field_override--base_field_override.individual\";i:305;s:59:\"jsonapi.entity_view_display--entity_view_display.collection\";i:306;s:59:\"jsonapi.entity_view_display--entity_view_display.individual\";i:307;s:53:\"jsonapi.entity_view_mode--entity_view_mode.collection\";i:308;s:53:\"jsonapi.entity_view_mode--entity_view_mode.individual\";i:309;s:53:\"jsonapi.entity_form_mode--entity_form_mode.collection\";i:310;s:53:\"jsonapi.entity_form_mode--entity_form_mode.individual\";i:311;s:59:\"jsonapi.entity_form_display--entity_form_display.collection\";i:312;s:59:\"jsonapi.entity_form_display--entity_form_display.individual\";i:313;s:21:\"jsonapi.resource_list\";i:314;s:46:\"jsonapi.node--article.file_upload.new_resource\";i:315;s:51:\"jsonapi.node--article.file_upload.existing_resource\";i:316;s:43:\"jsonapi.user--user.file_upload.new_resource\";i:317;s:48:\"jsonapi.user--user.file_upload.existing_resource\";i:318;s:29:\"layout_builder.choose_section\";i:319;s:26:\"layout_builder.add_section\";i:320;s:32:\"layout_builder.configure_section\";i:321;s:29:\"layout_builder.remove_section\";i:322;s:27:\"layout_builder.choose_block\";i:323;s:24:\"layout_builder.add_block\";i:324;s:34:\"layout_builder.choose_inline_block\";i:325;s:27:\"layout_builder.update_block\";i:326;s:30:\"layout_builder.move_block_form\";i:327;s:27:\"layout_builder.remove_block\";i:328;s:25:\"layout_builder.move_block\";i:329;s:13:\"node.add_page\";i:330;s:8:\"node.add\";i:331;s:19:\"entity.node.preview\";i:332;s:27:\"entity.node.version_history\";i:333;s:20:\"entity.node.revision\";i:334;s:28:\"node.revision_revert_confirm\";i:335;s:40:\"node.revision_revert_translation_confirm\";i:336;s:28:\"node.revision_delete_confirm\";i:337;s:18:\"quickedit.metadata\";i:338;s:21:\"quickedit.attachments\";i:339;s:20:\"quickedit.field_form\";i:340;s:21:\"quickedit.entity_save\";i:341;s:14:\"rest.csrftoken\";i:342;s:11:\"search.view\";i:343;s:23:\"search.view_node_search\";i:344;s:23:\"search.help_node_search\";i:345;s:23:\"search.view_user_search\";i:346;s:23:\"search.help_user_search\";i:347;s:19:\"shortcut.set_switch\";i:348;s:10:\"system.401\";i:349;s:10:\"system.403\";i:350;s:10:\"system.404\";i:351;s:10:\"system.4xx\";i:352;s:11:\"system.cron\";i:353;s:33:\"system.machine_name_transliterate\";i:354;s:12:\"system.files\";i:355;s:28:\"system.private_file_download\";i:356;s:16:\"system.temporary\";i:357;s:7:\"\";i:358;s:6:\"\";i:359;s:8:\"\";i:360;s:9:\"\";i:361;s:15:\"system.timezone\";i:362;s:22:\"system.batch_page.html\";i:363;s:22:\"system.batch_page.json\";i:364;s:16:\"system.db_update\";i:365;s:26:\"system.entity_autocomplete\";i:366;s:16:\"system.csrftoken\";i:367;s:30:\"entity.taxonomy_term.edit_form\";i:368;s:32:\"entity.taxonomy_term.delete_form\";i:369;s:10:\"token.tree\";i:370;s:18:\"token.autocomplete\";i:371;s:16:\"toolbar.subtrees\";i:372;s:13:\"user.register\";i:373;s:11:\"user.logout\";i:374;s:9:\"user.pass\";i:375;s:14:\"user.pass.http\";i:376;s:9:\"user.page\";i:377;s:10:\"user.login\";i:378;s:15:\"user.login.http\";i:379;s:22:\"user.login_status.http\";i:380;s:16:\"user.logout.http\";i:381;s:19:\"user.cancel_confirm\";i:382;s:16:\"user.reset.login\";i:383;s:10:\"user.reset\";i:384;s:15:\"user.reset.form\";i:385;s:31:\"user.well-known.change_password\";i:386;s:21:\"view.frontpage.feed_1\";i:387;s:21:\"view.frontpage.page_1\";i:388;s:25:\"view.taxonomy_term.feed_1\";i:389;s:25:\"view.taxonomy_term.page_1\";i:390;s:10:\"views.ajax\";i:391;s:21:\"entity.node.canonical\";i:392;s:23:\"entity.node.delete_form\";i:393;s:21:\"entity.node.edit_form\";i:394;s:21:\"entity.user.canonical\";i:395;s:21:\"entity.user.edit_form\";i:396;s:23:\"entity.user.cancel_form\";i:397;s:14:\"path.admin_add\";i:398;s:15:\"path.admin_edit\";i:399;s:11:\"path.delete\";i:400;s:19:\"path.admin_overview\";i:401;s:26:\"path.admin_overview_filter\";i:402;s:23:\"entity.block.devel_load\";i:403;s:29:\"entity.block.devel_definition\";i:404;s:31:\"entity.block_content.devel_load\";i:405;s:33:\"entity.block_content.devel_render\";i:406;s:37:\"entity.block_content.devel_definition\";i:407;s:36:\"entity.block_content_type.devel_load\";i:408;s:42:\"entity.block_content_type.devel_definition\";i:409;s:25:\"entity.comment.devel_load\";i:410;s:27:\"entity.comment.devel_render\";i:411;s:31:\"entity.comment.devel_definition\";i:412;s:30:\"entity.comment_type.devel_load\";i:413;s:36:\"entity.comment_type.devel_definition\";i:414;s:30:\"entity.contact_form.devel_load\";i:415;s:36:\"entity.contact_form.devel_definition\";i:416;s:31:\"entity.filter_format.devel_load\";i:417;s:37:\"entity.filter_format.devel_definition\";i:418;s:29:\"entity.image_style.devel_load\";i:419;s:35:\"entity.image_style.devel_definition\";i:420;s:22:\"entity.node.devel_load\";i:421;s:24:\"entity.node.devel_render\";i:422;s:28:\"entity.node.devel_definition\";i:423;s:27:\"entity.node_type.devel_load\";i:424;s:33:\"entity.node_type.devel_definition\";i:425;s:29:\"entity.search_page.devel_load\";i:426;s:35:\"entity.search_page.devel_definition\";i:427;s:26:\"entity.shortcut.devel_load\";i:428;s:28:\"entity.shortcut.devel_render\";i:429;s:32:\"entity.shortcut.devel_definition\";i:430;s:30:\"entity.shortcut_set.devel_load\";i:431;s:36:\"entity.shortcut_set.devel_definition\";i:432;s:22:\"entity.menu.devel_load\";i:433;s:28:\"entity.menu.devel_definition\";i:434;s:37:\"entity.taxonomy_vocabulary.devel_load\";i:435;s:43:\"entity.taxonomy_vocabulary.devel_definition\";i:436;s:31:\"entity.taxonomy_term.devel_load\";i:437;s:33:\"entity.taxonomy_term.devel_render\";i:438;s:37:\"entity.taxonomy_term.devel_definition\";i:439;s:22:\"entity.user.devel_load\";i:440;s:24:\"entity.user.devel_render\";i:441;s:28:\"entity.user.devel_definition\";i:442;s:27:\"entity.user_role.devel_load\";i:443;s:33:\"entity.user_role.devel_definition\";i:444;s:35:\"entity.menu_link_content.devel_load\";i:445;s:37:\"entity.menu_link_content.devel_render\";i:446;s:41:\"entity.menu_link_content.devel_definition\";i:447;s:34:\"entity.pathauto_pattern.devel_load\";i:448;s:40:\"entity.pathauto_pattern.devel_definition\";i:449;s:22:\"entity.view.devel_load\";i:450;s:28:\"entity.view.devel_definition\";i:451;s:29:\"entity.date_format.devel_load\";i:452;s:35:\"entity.date_format.devel_definition\";i:453;s:34:\"entity.entity_view_mode.devel_load\";i:454;s:40:\"entity.entity_view_mode.devel_definition\";i:455;s:34:\"entity.entity_form_mode.devel_load\";i:456;s:40:\"entity.entity_form_mode.devel_definition\";i:457;s:32:\"entity.block_content.token_devel\";i:458;s:26:\"entity.comment.token_devel\";i:459;s:23:\"entity.node.token_devel\";i:460;s:32:\"entity.taxonomy_term.token_devel\";i:461;s:23:\"entity.user.token_devel\";i:462;s:43:\"layout_builder.overrides.block_content.view\";i:463;s:54:\"layout_builder.overrides.block_content.discard_changes\";i:464;s:45:\"layout_builder.overrides.block_content.revert\";i:465;s:37:\"layout_builder.overrides.comment.view\";i:466;s:48:\"layout_builder.overrides.comment.discard_changes\";i:467;s:39:\"layout_builder.overrides.comment.revert\";i:468;s:34:\"layout_builder.overrides.node.view\";i:469;s:45:\"layout_builder.overrides.node.discard_changes\";i:470;s:36:\"layout_builder.overrides.node.revert\";i:471;s:43:\"layout_builder.overrides.taxonomy_term.view\";i:472;s:54:\"layout_builder.overrides.taxonomy_term.discard_changes\";i:473;s:45:\"layout_builder.overrides.taxonomy_term.revert\";i:474;s:34:\"layout_builder.overrides.user.view\";i:475;s:45:\"layout_builder.overrides.user.discard_changes\";i:476;s:36:\"layout_builder.overrides.user.revert\";i:477;s:30:\"entity.taxonomy_term.canonical\";}',-1,1576074375.426,1,'routes','98'),('theme.active_theme.vue_js','O:29:\"Drupal\\Core\\Theme\\ActiveTheme\":13:{s:7:\"\0*\0name\";s:6:\"vue_js\";s:7:\"\0*\0logo\";s:29:\"themes/custom/vue_js/logo.svg\";s:7:\"\0*\0path\";s:20:\"themes/custom/vue_js\";s:9:\"\0*\0engine\";s:4:\"twig\";s:8:\"\0*\0owner\";s:36:\"core/themes/engines/twig/twig.engine\";s:13:\"\0*\0baseThemes\";N;s:22:\"\0*\0baseThemeExtensions\";a:3:{s:6:\"bartik\";O:31:\"Drupal\\Core\\Extension\\Extension\":17:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:34:\"core/themes/bartik/bartik.info.yml\";s:11:\"\0*\0filename\";s:12:\"bartik.theme\";s:7:\"subpath\";s:13:\"themes/bartik\";s:6:\"origin\";s:4:\"core\";s:4:\"info\";a:20:{s:4:\"name\";s:6:\"Bartik\";s:4:\"type\";s:5:\"theme\";s:10:\"base theme\";s:6:\"classy\";s:11:\"description\";s:86:\"A flexible, recolorable theme with many regions and a responsive, mobile-first layout.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:5:\"8.8.0\";s:4:\"core\";s:3:\"8.x\";s:9:\"libraries\";a:1:{i:0;s:21:\"bartik/global-styling\";}s:20:\"ckeditor_stylesheets\";a:4:{i:0;s:21:\"css/base/elements.css\";i:1;s:27:\"css/components/captions.css\";i:2;s:24:\"css/components/table.css\";i:3;s:33:\"css/components/text-formatted.css\";}s:7:\"regions\";a:19:{s:6:\"header\";s:6:\"Header\";s:12:\"primary_menu\";s:12:\"Primary menu\";s:14:\"secondary_menu\";s:14:\"Secondary menu\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:11:\"highlighted\";s:11:\"Highlighted\";s:12:\"featured_top\";s:12:\"Featured top\";s:10:\"breadcrumb\";s:10:\"Breadcrumb\";s:7:\"content\";s:7:\"Content\";s:13:\"sidebar_first\";s:13:\"Sidebar first\";s:14:\"sidebar_second\";s:14:\"Sidebar second\";s:21:\"featured_bottom_first\";s:21:\"Featured bottom first\";s:22:\"featured_bottom_second\";s:22:\"Featured bottom second\";s:21:\"featured_bottom_third\";s:21:\"Featured bottom third\";s:12:\"footer_first\";s:12:\"Footer first\";s:13:\"footer_second\";s:13:\"Footer second\";s:12:\"footer_third\";s:12:\"Footer third\";s:13:\"footer_fourth\";s:13:\"Footer fourth\";s:12:\"footer_fifth\";s:12:\"Footer fifth\";}s:17:\"core_incompatible\";b:0;s:5:\"mtime\";i:1575449058;s:6:\"engine\";s:4:\"twig\";s:8:\"features\";a:5:{i:0;s:7:\"favicon\";i:1;s:4:\"logo\";i:2;s:17:\"node_user_picture\";i:3;s:20:\"comment_user_picture\";i:4;s:25:\"comment_user_verification\";}s:10:\"screenshot\";s:33:\"core/themes/bartik/screenshot.png\";s:3:\"php\";s:5:\"7.0.8\";s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:6:\"classy\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}}s:5:\"owner\";s:36:\"core/themes/engines/twig/twig.engine\";s:6:\"prefix\";s:4:\"twig\";s:6:\"status\";i:1;s:11:\"required_by\";a:1:{s:6:\"vue_js\";O:32:\"Drupal\\Core\\Extension\\Dependency\":3:{s:7:\"\0*\0name\";s:6:\"bartik\";s:10:\"\0*\0project\";s:0:\"\";s:19:\"\0*\0constraintString\";s:0:\"\";}}s:8:\"requires\";a:2:{s:6:\"classy\";O:32:\"Drupal\\Core\\Extension\\Dependency\":3:{s:7:\"\0*\0name\";s:6:\"classy\";s:10:\"\0*\0project\";s:0:\"\";s:19:\"\0*\0constraintString\";s:0:\"\";}s:6:\"stable\";O:32:\"Drupal\\Core\\Extension\\Dependency\":3:{s:7:\"\0*\0name\";s:6:\"stable\";s:10:\"\0*\0project\";s:0:\"\";s:19:\"\0*\0constraintString\";s:0:\"\";}}s:4:\"sort\";i:-4;s:11:\"base_themes\";a:2:{s:6:\"stable\";s:6:\"Stable\";s:6:\"classy\";s:6:\"Classy\";}s:10:\"sub_themes\";a:1:{s:6:\"vue_js\";s:14:\"Vue.js Example\";}s:9:\"libraries\";a:1:{i:0;s:21:\"bartik/global-styling\";}s:6:\"engine\";s:4:\"twig\";s:10:\"base_theme\";s:6:\"classy\";}s:6:\"classy\";O:31:\"Drupal\\Core\\Extension\\Extension\":17:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:34:\"core/themes/classy/classy.info.yml\";s:11:\"\0*\0filename\";s:12:\"classy.theme\";s:7:\"subpath\";s:13:\"themes/classy\";s:6:\"origin\";s:4:\"core\";s:4:\"info\";a:22:{s:4:\"name\";s:6:\"Classy\";s:4:\"type\";s:5:\"theme\";s:10:\"base theme\";s:6:\"stable\";s:11:\"description\";s:176:\"A base theme with sensible default CSS classes added. Learn how to use Classy as a base theme in the Drupal 8 Theming Guide.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:5:\"8.8.0\";s:4:\"core\";s:3:\"8.x\";s:6:\"hidden\";b:1;s:9:\"libraries\";a:3:{i:0;s:11:\"classy/base\";i:1;s:15:\"classy/messages\";i:2;s:14:\"core/normalize\";}s:16:\"libraries-extend\";a:8:{s:16:\"user/drupal.user\";a:1:{i:0;s:11:\"classy/user\";}s:22:\"core/drupal.dropbutton\";a:1:{i:0;s:17:\"classy/dropbutton\";}s:18:\"core/drupal.dialog\";a:1:{i:0;s:13:\"classy/dialog\";}s:16:\"file/drupal.file\";a:1:{i:0;s:11:\"classy/file\";}s:20:\"core/drupal.progress\";a:1:{i:0;s:15:\"classy/progress\";}s:32:\"media/media_embed_ckeditor_theme\";a:1:{i:0;s:33:\"classy/media_embed_ckeditor_theme\";}s:18:\"media_library/view\";a:1:{i:0;s:20:\"classy/media_library\";}s:20:\"media_library/widget\";a:1:{i:0;s:20:\"classy/media_library\";}}s:20:\"ckeditor_stylesheets\";a:1:{i:0;s:36:\"css/components/media-embed-error.css\";}s:17:\"core_incompatible\";b:0;s:5:\"mtime\";i:1575449058;s:6:\"engine\";s:4:\"twig\";s:7:\"regions\";a:12:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:12:\"primary_menu\";s:12:\"Primary menu\";s:14:\"secondary_menu\";s:14:\"Secondary menu\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:10:\"breadcrumb\";s:10:\"Breadcrumb\";}s:8:\"features\";a:5:{i:0;s:7:\"favicon\";i:1;s:4:\"logo\";i:2;s:17:\"node_user_picture\";i:3;s:20:\"comment_user_picture\";i:4;s:25:\"comment_user_verification\";}s:10:\"screenshot\";s:33:\"core/themes/classy/screenshot.png\";s:3:\"php\";s:5:\"7.0.8\";s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:6:\"stable\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}}s:5:\"owner\";s:36:\"core/themes/engines/twig/twig.engine\";s:6:\"prefix\";s:4:\"twig\";s:6:\"status\";i:1;s:11:\"required_by\";a:4:{s:5:\"claro\";O:32:\"Drupal\\Core\\Extension\\Dependency\":3:{s:7:\"\0*\0name\";s:6:\"classy\";s:10:\"\0*\0project\";s:0:\"\";s:19:\"\0*\0constraintString\";s:0:\"\";}s:5:\"seven\";O:32:\"Drupal\\Core\\Extension\\Dependency\":3:{s:7:\"\0*\0name\";s:6:\"classy\";s:10:\"\0*\0project\";s:0:\"\";s:19:\"\0*\0constraintString\";s:0:\"\";}s:6:\"bartik\";r:77;s:6:\"vue_js\";r:77;}s:8:\"requires\";a:1:{s:6:\"stable\";r:81;}s:4:\"sort\";i:-1;s:10:\"sub_themes\";a:4:{s:6:\"bartik\";s:6:\"Bartik\";s:5:\"claro\";s:5:\"Claro\";s:5:\"seven\";s:5:\"Seven\";s:6:\"vue_js\";s:14:\"Vue.js Example\";}s:11:\"base_themes\";a:1:{s:6:\"stable\";s:6:\"Stable\";}s:9:\"libraries\";a:3:{i:0;s:11:\"classy/base\";i:1;s:15:\"classy/messages\";i:2;s:14:\"core/normalize\";}s:6:\"engine\";s:4:\"twig\";s:10:\"base_theme\";s:6:\"stable\";}s:6:\"stable\";O:31:\"Drupal\\Core\\Extension\\Extension\":14:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:34:\"core/themes/stable/stable.info.yml\";s:11:\"\0*\0filename\";s:12:\"stable.theme\";s:7:\"subpath\";s:13:\"themes/stable\";s:6:\"origin\";s:4:\"core\";s:4:\"info\";a:20:{s:4:\"name\";s:6:\"Stable\";s:4:\"type\";s:5:\"theme\";s:11:\"description\";s:62:\"A default base theme using Drupal 8.0.0\'s core markup and CSS.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:5:\"8.8.0\";s:4:\"core\";s:3:\"8.x\";s:6:\"hidden\";b:1;s:18:\"libraries-override\";a:52:{s:24:\"block/drupal.block.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:19:\"css/block.admin.css\";s:25:\"css/block/block.admin.css\";}}}s:24:\"ckeditor/drupal.ckeditor\";a:1:{s:3:\"css\";a:1:{s:5:\"state\";a:1:{s:16:\"css/ckeditor.css\";s:25:\"css/ckeditor/ckeditor.css\";}}}s:51:\"ckeditor/drupal.ckeditor.plugins.drupalimagecaption\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:62:\"css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css\";s:71:\"css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css\";}}}s:41:\"ckeditor/drupal.ckeditor.plugins.language\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:42:\"css/plugins/language/ckeditor.language.css\";s:51:\"css/ckeditor/plugins/language/ckeditor.language.css\";}}}s:30:\"ckeditor/drupal.ckeditor.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:22:\"css/ckeditor.admin.css\";s:31:\"css/ckeditor/ckeditor.admin.css\";}}}s:11:\"color/admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:19:\"css/color.admin.css\";s:25:\"css/color/color.admin.css\";}}}s:50:\"config_translation/drupal.config_translation.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:32:\"css/config_translation.admin.css\";s:51:\"css/config_translation/config_translation.admin.css\";}}}s:52:\"content_translation/drupal.content_translation.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:33:\"css/content_translation.admin.css\";s:53:\"css/content_translation/content_translation.admin.css\";}}}s:37:\"content_moderation/content_moderation\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:33:\"css/content_moderation.module.css\";s:52:\"css/content_moderation/content_moderation.module.css\";}s:5:\"theme\";a:1:{s:32:\"css/content_moderation.theme.css\";s:51:\"css/content_moderation/content_moderation.theme.css\";}}}s:34:\"contextual/drupal.contextual-links\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:25:\"css/contextual.module.css\";s:36:\"css/contextual/contextual.module.css\";}s:5:\"theme\";a:2:{s:24:\"css/contextual.theme.css\";s:35:\"css/contextual/contextual.theme.css\";s:30:\"css/contextual.icons.theme.css\";s:41:\"css/contextual/contextual.icons.theme.css\";}}}s:36:\"contextual/drupal.contextual-toolbar\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:26:\"css/contextual.toolbar.css\";s:37:\"css/contextual/contextual.toolbar.css\";}}}s:29:\"core/drupal.dialog.off_canvas\";a:1:{s:3:\"css\";a:2:{s:4:\"base\";a:4:{s:32:\"misc/dialog/off-canvas.reset.css\";s:36:\"css/core/dialog/off-canvas.reset.css\";s:31:\"misc/dialog/off-canvas.base.css\";s:35:\"css/core/dialog/off-canvas.base.css\";s:26:\"misc/dialog/off-canvas.css\";s:30:\"css/core/dialog/off-canvas.css\";s:32:\"misc/dialog/off-canvas.theme.css\";s:36:\"css/core/dialog/off-canvas.theme.css\";}s:9:\"component\";a:8:{s:33:\"misc/dialog/off-canvas.motion.css\";s:37:\"css/core/dialog/off-canvas.motion.css\";s:33:\"misc/dialog/off-canvas.button.css\";s:37:\"css/core/dialog/off-canvas.button.css\";s:31:\"misc/dialog/off-canvas.form.css\";s:35:\"css/core/dialog/off-canvas.form.css\";s:32:\"misc/dialog/off-canvas.table.css\";s:36:\"css/core/dialog/off-canvas.table.css\";s:34:\"misc/dialog/off-canvas.details.css\";s:38:\"css/core/dialog/off-canvas.details.css\";s:36:\"misc/dialog/off-canvas.tabledrag.css\";s:40:\"css/core/dialog/off-canvas.tabledrag.css\";s:37:\"misc/dialog/off-canvas.dropbutton.css\";s:41:\"css/core/dialog/off-canvas.dropbutton.css\";s:33:\"misc/dialog/off-canvas.layout.css\";s:37:\"css/core/dialog/off-canvas.layout.css\";}}}s:22:\"core/drupal.dropbutton\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:30:\"misc/dropbutton/dropbutton.css\";s:34:\"css/core/dropbutton/dropbutton.css\";}}}s:25:\"core/drupal.vertical-tabs\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:22:\"misc/vertical-tabs.css\";s:26:\"css/core/vertical-tabs.css\";}}}s:18:\"dblog/drupal.dblog\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:20:\"css/dblog.module.css\";s:26:\"css/dblog/dblog.module.css\";}}}s:24:\"field_ui/drupal.field_ui\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:22:\"css/field_ui.admin.css\";s:31:\"css/field_ui/field_ui.admin.css\";}}}s:16:\"file/drupal.file\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:18:\"css/file.admin.css\";s:23:\"css/file/file.admin.css\";}}}s:26:\"filter/drupal.filter.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/filter.admin.css\";s:27:\"css/filter/filter.admin.css\";}}}s:20:\"filter/drupal.filter\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/filter.admin.css\";s:27:\"css/filter/filter.admin.css\";}}}s:14:\"filter/caption\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:22:\"css/filter.caption.css\";s:29:\"css/filter/filter.caption.css\";}}}s:11:\"image/admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:19:\"css/image.admin.css\";s:25:\"css/image/image.admin.css\";}}}s:35:\"image/quickedit.inPlaceEditor.image\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:21:\"css/editors/image.css\";s:27:\"css/image/editors/image.css\";}s:5:\"theme\";a:1:{s:27:\"css/editors/image.theme.css\";s:33:\"css/image/editors/image.theme.css\";}}}s:30:\"language/drupal.language.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:22:\"css/language.admin.css\";s:31:\"css/language/language.admin.css\";}}}s:36:\"layout_builder/drupal.layout_builder\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:22:\"css/layout-builder.css\";s:37:\"css/layout_builder/layout-builder.css\";}}}s:26:\"locale/drupal.locale.admin\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:20:\"css/locale.admin.css\";s:27:\"css/locale/locale.admin.css\";}}}s:20:\"media/filter.caption\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:22:\"css/filter.caption.css\";s:28:\"css/media/filter.caption.css\";}}}s:22:\"media/oembed.formatter\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:24:\"css/oembed.formatter.css\";s:30:\"css/media/oembed.formatter.css\";}}}s:18:\"media/oembed.frame\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:20:\"css/oembed.frame.css\";s:26:\"css/media/oembed.frame.css\";}}}s:33:\"menu_ui/drupal.menu_ui.adminforms\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:21:\"css/menu_ui.admin.css\";s:29:\"css/menu_ui/menu_ui.admin.css\";}}}s:22:\"migrate_drupal_ui/base\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:49:\"css/components/upgrade-analysis-report-tables.css\";s:67:\"css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css\";}}}s:16:\"node/drupal.node\";a:1:{s:3:\"css\";a:1:{s:6:\"layout\";a:1:{s:19:\"css/node.module.css\";s:24:\"css/node/node.module.css\";}}}s:24:\"node/drupal.node.preview\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/node.preview.css\";s:25:\"css/node/node.preview.css\";}}}s:9:\"node/form\";a:1:{s:3:\"css\";a:1:{s:6:\"layout\";a:1:{s:19:\"css/node.module.css\";s:24:\"css/node/node.module.css\";}}}s:22:\"node/drupal.node.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:18:\"css/node.admin.css\";s:23:\"css/node/node.admin.css\";}}}s:19:\"quickedit/quickedit\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:24:\"css/quickedit.module.css\";s:34:\"css/quickedit/quickedit.module.css\";}s:5:\"theme\";a:2:{s:23:\"css/quickedit.theme.css\";s:33:\"css/quickedit/quickedit.theme.css\";s:29:\"css/quickedit.icons.theme.css\";s:39:\"css/quickedit/quickedit.icons.theme.css\";}}}s:34:\"settings_tray/drupal.settings_tray\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:3:{s:28:\"css/settings_tray.module.css\";s:42:\"css/settings_tray/settings_tray.module.css\";s:28:\"css/settings_tray.motion.css\";s:42:\"css/settings_tray/settings_tray.motion.css\";s:29:\"css/settings_tray.toolbar.css\";s:43:\"css/settings_tray/settings_tray.toolbar.css\";}s:5:\"theme\";a:1:{s:27:\"css/settings_tray.theme.css\";s:41:\"css/settings_tray/settings_tray.theme.css\";}}}s:24:\"shortcut/drupal.shortcut\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:2:{s:22:\"css/shortcut.theme.css\";s:31:\"css/shortcut/shortcut.theme.css\";s:28:\"css/shortcut.icons.theme.css\";s:37:\"css/shortcut/shortcut.icons.theme.css\";}}}s:28:\"simpletest/drupal.simpletest\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:25:\"css/simpletest.module.css\";s:36:\"css/simpletest/simpletest.module.css\";}}}s:11:\"system/base\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:22:{s:39:\"css/components/ajax-progress.module.css\";s:46:\"css/system/components/ajax-progress.module.css\";s:31:\"css/components/align.module.css\";s:38:\"css/system/components/align.module.css\";s:46:\"css/components/autocomplete-loading.module.css\";s:53:\"css/system/components/autocomplete-loading.module.css\";s:36:\"css/components/fieldgroup.module.css\";s:43:\"css/system/components/fieldgroup.module.css\";s:42:\"css/components/container-inline.module.css\";s:49:\"css/system/components/container-inline.module.css\";s:34:\"css/components/clearfix.module.css\";s:41:\"css/system/components/clearfix.module.css\";s:33:\"css/components/details.module.css\";s:40:\"css/system/components/details.module.css\";s:32:\"css/components/hidden.module.css\";s:39:\"css/system/components/hidden.module.css\";s:35:\"css/components/item-list.module.css\";s:42:\"css/system/components/item-list.module.css\";s:28:\"css/components/js.module.css\";s:35:\"css/system/components/js.module.css\";s:32:\"css/components/nowrap.module.css\";s:39:\"css/system/components/nowrap.module.css\";s:44:\"css/components/position-container.module.css\";s:51:\"css/system/components/position-container.module.css\";s:34:\"css/components/progress.module.css\";s:41:\"css/system/components/progress.module.css\";s:42:\"css/components/reset-appearance.module.css\";s:49:\"css/system/components/reset-appearance.module.css\";s:32:\"css/components/resize.module.css\";s:39:\"css/system/components/resize.module.css\";s:39:\"css/components/sticky-header.module.css\";s:46:\"css/system/components/sticky-header.module.css\";s:40:\"css/components/system-status-counter.css\";s:47:\"css/system/components/system-status-counter.css\";s:48:\"css/components/system-status-report-counters.css\";s:55:\"css/system/components/system-status-report-counters.css\";s:52:\"css/components/system-status-report-general-info.css\";s:59:\"css/system/components/system-status-report-general-info.css\";s:35:\"css/components/tabledrag.module.css\";s:42:\"css/system/components/tabledrag.module.css\";s:35:\"css/components/tablesort.module.css\";s:42:\"css/system/components/tablesort.module.css\";s:36:\"css/components/tree-child.module.css\";s:43:\"css/system/components/tree-child.module.css\";}}}s:12:\"system/admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/system.admin.css\";s:27:\"css/system/system.admin.css\";}}}s:18:\"system/maintenance\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:26:\"css/system.maintenance.css\";s:33:\"css/system/system.maintenance.css\";}}}s:11:\"system/diff\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:19:\"css/system.diff.css\";s:26:\"css/system/system.diff.css\";}}}s:24:\"taxonomy/drupal.taxonomy\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:22:\"css/taxonomy.theme.css\";s:31:\"css/taxonomy/taxonomy.theme.css\";}}}s:15:\"toolbar/toolbar\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:22:\"css/toolbar.module.css\";s:30:\"css/toolbar/toolbar.module.css\";}s:5:\"theme\";a:2:{s:21:\"css/toolbar.theme.css\";s:29:\"css/toolbar/toolbar.theme.css\";s:27:\"css/toolbar.icons.theme.css\";s:35:\"css/toolbar/toolbar.icons.theme.css\";}}}s:20:\"toolbar/toolbar.menu\";a:1:{s:3:\"css\";a:1:{s:5:\"state\";a:1:{s:20:\"css/toolbar.menu.css\";s:28:\"css/toolbar/toolbar.menu.css\";}}}s:17:\"tour/tour-styling\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:19:\"css/tour.module.css\";s:24:\"css/tour/tour.module.css\";}}}s:26:\"update/drupal.update.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:26:\"css/update.admin.theme.css\";s:33:\"css/update/update.admin.theme.css\";}}}s:16:\"user/drupal.user\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:19:\"css/user.module.css\";s:24:\"css/user/user.module.css\";}}}s:22:\"user/drupal.user.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:18:\"css/user.admin.css\";s:23:\"css/user/user.admin.css\";}}}s:22:\"user/drupal.user.icons\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:24:\"css/user.icons.admin.css\";s:29:\"css/user/user.icons.admin.css\";}}}s:18:\"views/views.module\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:20:\"css/views.module.css\";s:26:\"css/views/views.module.css\";}}}s:22:\"views_ui/admin.styling\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:22:\"css/views_ui.admin.css\";s:31:\"css/views_ui/views_ui.admin.css\";}s:5:\"theme\";a:2:{s:28:\"css/views_ui.admin.theme.css\";s:37:\"css/views_ui/views_ui.admin.theme.css\";s:27:\"css/views_ui.contextual.css\";s:36:\"css/views_ui/views_ui.contextual.css\";}}}}s:16:\"libraries-extend\";a:2:{s:16:\"core/drupal.ajax\";a:1:{i:0;s:18:\"stable/drupal.ajax\";}s:16:\"user/drupal.user\";a:1:{i:0;s:18:\"stable/drupal.user\";}}s:17:\"core_incompatible\";b:0;s:5:\"mtime\";i:1575449058;s:6:\"engine\";s:4:\"twig\";s:7:\"regions\";a:12:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:12:\"primary_menu\";s:12:\"Primary menu\";s:14:\"secondary_menu\";s:14:\"Secondary menu\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:10:\"breadcrumb\";s:10:\"Breadcrumb\";}s:8:\"features\";a:5:{i:0;s:7:\"favicon\";i:1;s:4:\"logo\";i:2;s:17:\"node_user_picture\";i:3;s:20:\"comment_user_picture\";i:4;s:25:\"comment_user_verification\";}s:10:\"screenshot\";s:33:\"core/themes/stable/screenshot.png\";s:3:\"php\";s:5:\"7.0.8\";s:9:\"libraries\";a:0:{}s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}}s:5:\"owner\";s:36:\"core/themes/engines/twig/twig.engine\";s:6:\"prefix\";s:4:\"twig\";s:6:\"status\";i:1;s:11:\"required_by\";a:5:{s:6:\"classy\";r:81;s:5:\"claro\";r:81;s:5:\"seven\";r:81;s:6:\"bartik\";r:81;s:6:\"vue_js\";r:81;}s:8:\"requires\";a:0:{}s:4:\"sort\";i:0;s:10:\"sub_themes\";a:5:{s:6:\"bartik\";s:6:\"Bartik\";s:5:\"claro\";s:5:\"Claro\";s:6:\"classy\";s:6:\"Classy\";s:5:\"seven\";s:5:\"Seven\";s:6:\"vue_js\";s:14:\"Vue.js Example\";}s:6:\"engine\";s:4:\"twig\";}}s:12:\"\0*\0extension\";O:31:\"Drupal\\Core\\Extension\\Extension\":16:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:36:\"themes/custom/vue_js/vue_js.info.yml\";s:11:\"\0*\0filename\";s:12:\"vue_js.theme\";s:7:\"subpath\";s:20:\"themes/custom/vue_js\";s:6:\"origin\";s:0:\"\";s:4:\"info\";a:19:{s:4:\"name\";s:14:\"Vue.js Example\";s:4:\"type\";s:5:\"theme\";s:11:\"description\";s:20:\"Vue.js example theme\";s:7:\"package\";s:5:\"Other\";s:4:\"core\";s:3:\"8.x\";s:10:\"base theme\";s:6:\"bartik\";s:9:\"libraries\";a:1:{i:0;s:13:\"vue_js/global\";}s:19:\"component-libraries\";a:1:{s:6:\"vue_js\";a:1:{s:5:\"paths\";a:2:{i:0;s:14:\"src/components\";i:1;s:13:\"src/templates\";}}}s:7:\"regions\";a:19:{s:6:\"header\";s:6:\"Header\";s:12:\"primary_menu\";s:12:\"Primary menu\";s:14:\"secondary_menu\";s:14:\"Secondary menu\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:11:\"highlighted\";s:11:\"Highlighted\";s:12:\"featured_top\";s:12:\"Featured top\";s:10:\"breadcrumb\";s:10:\"Breadcrumb\";s:7:\"content\";s:7:\"Content\";s:13:\"sidebar_first\";s:13:\"Sidebar first\";s:14:\"sidebar_second\";s:14:\"Sidebar second\";s:21:\"featured_bottom_first\";s:21:\"Featured bottom first\";s:22:\"featured_bottom_second\";s:22:\"Featured bottom second\";s:21:\"featured_bottom_third\";s:21:\"Featured bottom third\";s:12:\"footer_first\";s:12:\"Footer first\";s:13:\"footer_second\";s:13:\"Footer second\";s:12:\"footer_third\";s:12:\"Footer third\";s:13:\"footer_fourth\";s:13:\"Footer fourth\";s:12:\"footer_fifth\";s:12:\"Footer fifth\";}s:17:\"core_incompatible\";b:0;s:5:\"mtime\";i:1576067410;s:6:\"engine\";s:4:\"twig\";s:8:\"features\";a:5:{i:0;s:7:\"favicon\";i:1;s:4:\"logo\";i:2;s:17:\"node_user_picture\";i:3;s:20:\"comment_user_picture\";i:4;s:25:\"comment_user_verification\";}s:10:\"screenshot\";s:35:\"themes/custom/vue_js/screenshot.png\";s:3:\"php\";s:5:\"7.0.8\";s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:6:\"bartik\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}}s:5:\"owner\";s:36:\"core/themes/engines/twig/twig.engine\";s:6:\"prefix\";s:4:\"twig\";s:6:\"status\";i:1;s:11:\"required_by\";a:0:{}s:8:\"requires\";a:3:{s:6:\"bartik\";r:72;s:6:\"classy\";r:77;s:6:\"stable\";r:81;}s:4:\"sort\";i:-5;s:11:\"base_themes\";a:3:{s:6:\"stable\";s:6:\"Stable\";s:6:\"classy\";s:6:\"Classy\";s:6:\"bartik\";s:6:\"Bartik\";}s:9:\"libraries\";a:1:{i:0;s:13:\"vue_js/global\";}s:6:\"engine\";s:4:\"twig\";s:10:\"base_theme\";s:6:\"bartik\";}s:20:\"\0*\0styleSheetsRemove\";a:0:{}s:12:\"\0*\0libraries\";a:5:{i:0;s:21:\"bartik/global-styling\";i:1;s:11:\"classy/base\";i:2;s:15:\"classy/messages\";i:3;s:14:\"core/normalize\";i:4;s:13:\"vue_js/global\";}s:10:\"\0*\0regions\";a:19:{s:6:\"header\";s:6:\"Header\";s:12:\"primary_menu\";s:12:\"Primary menu\";s:14:\"secondary_menu\";s:14:\"Secondary menu\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:11:\"highlighted\";s:11:\"Highlighted\";s:12:\"featured_top\";s:12:\"Featured top\";s:10:\"breadcrumb\";s:10:\"Breadcrumb\";s:7:\"content\";s:7:\"Content\";s:13:\"sidebar_first\";s:13:\"Sidebar first\";s:14:\"sidebar_second\";s:14:\"Sidebar second\";s:21:\"featured_bottom_first\";s:21:\"Featured bottom first\";s:22:\"featured_bottom_second\";s:22:\"Featured bottom second\";s:21:\"featured_bottom_third\";s:21:\"Featured bottom third\";s:12:\"footer_first\";s:12:\"Footer first\";s:13:\"footer_second\";s:13:\"Footer second\";s:12:\"footer_third\";s:12:\"Footer third\";s:13:\"footer_fourth\";s:13:\"Footer fourth\";s:12:\"footer_fifth\";s:12:\"Footer fifth\";}s:20:\"\0*\0librariesOverride\";a:1:{s:18:\"core/themes/stable\";a:52:{s:24:\"block/drupal.block.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:19:\"css/block.admin.css\";s:25:\"css/block/block.admin.css\";}}}s:24:\"ckeditor/drupal.ckeditor\";a:1:{s:3:\"css\";a:1:{s:5:\"state\";a:1:{s:16:\"css/ckeditor.css\";s:25:\"css/ckeditor/ckeditor.css\";}}}s:51:\"ckeditor/drupal.ckeditor.plugins.drupalimagecaption\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:62:\"css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css\";s:71:\"css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css\";}}}s:41:\"ckeditor/drupal.ckeditor.plugins.language\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:42:\"css/plugins/language/ckeditor.language.css\";s:51:\"css/ckeditor/plugins/language/ckeditor.language.css\";}}}s:30:\"ckeditor/drupal.ckeditor.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:22:\"css/ckeditor.admin.css\";s:31:\"css/ckeditor/ckeditor.admin.css\";}}}s:11:\"color/admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:19:\"css/color.admin.css\";s:25:\"css/color/color.admin.css\";}}}s:50:\"config_translation/drupal.config_translation.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:32:\"css/config_translation.admin.css\";s:51:\"css/config_translation/config_translation.admin.css\";}}}s:52:\"content_translation/drupal.content_translation.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:33:\"css/content_translation.admin.css\";s:53:\"css/content_translation/content_translation.admin.css\";}}}s:37:\"content_moderation/content_moderation\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:33:\"css/content_moderation.module.css\";s:52:\"css/content_moderation/content_moderation.module.css\";}s:5:\"theme\";a:1:{s:32:\"css/content_moderation.theme.css\";s:51:\"css/content_moderation/content_moderation.theme.css\";}}}s:34:\"contextual/drupal.contextual-links\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:25:\"css/contextual.module.css\";s:36:\"css/contextual/contextual.module.css\";}s:5:\"theme\";a:2:{s:24:\"css/contextual.theme.css\";s:35:\"css/contextual/contextual.theme.css\";s:30:\"css/contextual.icons.theme.css\";s:41:\"css/contextual/contextual.icons.theme.css\";}}}s:36:\"contextual/drupal.contextual-toolbar\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:26:\"css/contextual.toolbar.css\";s:37:\"css/contextual/contextual.toolbar.css\";}}}s:29:\"core/drupal.dialog.off_canvas\";a:1:{s:3:\"css\";a:2:{s:4:\"base\";a:4:{s:32:\"misc/dialog/off-canvas.reset.css\";s:36:\"css/core/dialog/off-canvas.reset.css\";s:31:\"misc/dialog/off-canvas.base.css\";s:35:\"css/core/dialog/off-canvas.base.css\";s:26:\"misc/dialog/off-canvas.css\";s:30:\"css/core/dialog/off-canvas.css\";s:32:\"misc/dialog/off-canvas.theme.css\";s:36:\"css/core/dialog/off-canvas.theme.css\";}s:9:\"component\";a:8:{s:33:\"misc/dialog/off-canvas.motion.css\";s:37:\"css/core/dialog/off-canvas.motion.css\";s:33:\"misc/dialog/off-canvas.button.css\";s:37:\"css/core/dialog/off-canvas.button.css\";s:31:\"misc/dialog/off-canvas.form.css\";s:35:\"css/core/dialog/off-canvas.form.css\";s:32:\"misc/dialog/off-canvas.table.css\";s:36:\"css/core/dialog/off-canvas.table.css\";s:34:\"misc/dialog/off-canvas.details.css\";s:38:\"css/core/dialog/off-canvas.details.css\";s:36:\"misc/dialog/off-canvas.tabledrag.css\";s:40:\"css/core/dialog/off-canvas.tabledrag.css\";s:37:\"misc/dialog/off-canvas.dropbutton.css\";s:41:\"css/core/dialog/off-canvas.dropbutton.css\";s:33:\"misc/dialog/off-canvas.layout.css\";s:37:\"css/core/dialog/off-canvas.layout.css\";}}}s:22:\"core/drupal.dropbutton\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:30:\"misc/dropbutton/dropbutton.css\";s:34:\"css/core/dropbutton/dropbutton.css\";}}}s:25:\"core/drupal.vertical-tabs\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:22:\"misc/vertical-tabs.css\";s:26:\"css/core/vertical-tabs.css\";}}}s:18:\"dblog/drupal.dblog\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:20:\"css/dblog.module.css\";s:26:\"css/dblog/dblog.module.css\";}}}s:24:\"field_ui/drupal.field_ui\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:22:\"css/field_ui.admin.css\";s:31:\"css/field_ui/field_ui.admin.css\";}}}s:16:\"file/drupal.file\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:18:\"css/file.admin.css\";s:23:\"css/file/file.admin.css\";}}}s:26:\"filter/drupal.filter.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/filter.admin.css\";s:27:\"css/filter/filter.admin.css\";}}}s:20:\"filter/drupal.filter\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/filter.admin.css\";s:27:\"css/filter/filter.admin.css\";}}}s:14:\"filter/caption\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:22:\"css/filter.caption.css\";s:29:\"css/filter/filter.caption.css\";}}}s:11:\"image/admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:19:\"css/image.admin.css\";s:25:\"css/image/image.admin.css\";}}}s:35:\"image/quickedit.inPlaceEditor.image\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:21:\"css/editors/image.css\";s:27:\"css/image/editors/image.css\";}s:5:\"theme\";a:1:{s:27:\"css/editors/image.theme.css\";s:33:\"css/image/editors/image.theme.css\";}}}s:30:\"language/drupal.language.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:22:\"css/language.admin.css\";s:31:\"css/language/language.admin.css\";}}}s:36:\"layout_builder/drupal.layout_builder\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:22:\"css/layout-builder.css\";s:37:\"css/layout_builder/layout-builder.css\";}}}s:26:\"locale/drupal.locale.admin\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:20:\"css/locale.admin.css\";s:27:\"css/locale/locale.admin.css\";}}}s:20:\"media/filter.caption\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:22:\"css/filter.caption.css\";s:28:\"css/media/filter.caption.css\";}}}s:22:\"media/oembed.formatter\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:24:\"css/oembed.formatter.css\";s:30:\"css/media/oembed.formatter.css\";}}}s:18:\"media/oembed.frame\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:20:\"css/oembed.frame.css\";s:26:\"css/media/oembed.frame.css\";}}}s:33:\"menu_ui/drupal.menu_ui.adminforms\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:21:\"css/menu_ui.admin.css\";s:29:\"css/menu_ui/menu_ui.admin.css\";}}}s:22:\"migrate_drupal_ui/base\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:49:\"css/components/upgrade-analysis-report-tables.css\";s:67:\"css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css\";}}}s:16:\"node/drupal.node\";a:1:{s:3:\"css\";a:1:{s:6:\"layout\";a:1:{s:19:\"css/node.module.css\";s:24:\"css/node/node.module.css\";}}}s:24:\"node/drupal.node.preview\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/node.preview.css\";s:25:\"css/node/node.preview.css\";}}}s:9:\"node/form\";a:1:{s:3:\"css\";a:1:{s:6:\"layout\";a:1:{s:19:\"css/node.module.css\";s:24:\"css/node/node.module.css\";}}}s:22:\"node/drupal.node.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:18:\"css/node.admin.css\";s:23:\"css/node/node.admin.css\";}}}s:19:\"quickedit/quickedit\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:24:\"css/quickedit.module.css\";s:34:\"css/quickedit/quickedit.module.css\";}s:5:\"theme\";a:2:{s:23:\"css/quickedit.theme.css\";s:33:\"css/quickedit/quickedit.theme.css\";s:29:\"css/quickedit.icons.theme.css\";s:39:\"css/quickedit/quickedit.icons.theme.css\";}}}s:34:\"settings_tray/drupal.settings_tray\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:3:{s:28:\"css/settings_tray.module.css\";s:42:\"css/settings_tray/settings_tray.module.css\";s:28:\"css/settings_tray.motion.css\";s:42:\"css/settings_tray/settings_tray.motion.css\";s:29:\"css/settings_tray.toolbar.css\";s:43:\"css/settings_tray/settings_tray.toolbar.css\";}s:5:\"theme\";a:1:{s:27:\"css/settings_tray.theme.css\";s:41:\"css/settings_tray/settings_tray.theme.css\";}}}s:24:\"shortcut/drupal.shortcut\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:2:{s:22:\"css/shortcut.theme.css\";s:31:\"css/shortcut/shortcut.theme.css\";s:28:\"css/shortcut.icons.theme.css\";s:37:\"css/shortcut/shortcut.icons.theme.css\";}}}s:28:\"simpletest/drupal.simpletest\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:25:\"css/simpletest.module.css\";s:36:\"css/simpletest/simpletest.module.css\";}}}s:11:\"system/base\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:22:{s:39:\"css/components/ajax-progress.module.css\";s:46:\"css/system/components/ajax-progress.module.css\";s:31:\"css/components/align.module.css\";s:38:\"css/system/components/align.module.css\";s:46:\"css/components/autocomplete-loading.module.css\";s:53:\"css/system/components/autocomplete-loading.module.css\";s:36:\"css/components/fieldgroup.module.css\";s:43:\"css/system/components/fieldgroup.module.css\";s:42:\"css/components/container-inline.module.css\";s:49:\"css/system/components/container-inline.module.css\";s:34:\"css/components/clearfix.module.css\";s:41:\"css/system/components/clearfix.module.css\";s:33:\"css/components/details.module.css\";s:40:\"css/system/components/details.module.css\";s:32:\"css/components/hidden.module.css\";s:39:\"css/system/components/hidden.module.css\";s:35:\"css/components/item-list.module.css\";s:42:\"css/system/components/item-list.module.css\";s:28:\"css/components/js.module.css\";s:35:\"css/system/components/js.module.css\";s:32:\"css/components/nowrap.module.css\";s:39:\"css/system/components/nowrap.module.css\";s:44:\"css/components/position-container.module.css\";s:51:\"css/system/components/position-container.module.css\";s:34:\"css/components/progress.module.css\";s:41:\"css/system/components/progress.module.css\";s:42:\"css/components/reset-appearance.module.css\";s:49:\"css/system/components/reset-appearance.module.css\";s:32:\"css/components/resize.module.css\";s:39:\"css/system/components/resize.module.css\";s:39:\"css/components/sticky-header.module.css\";s:46:\"css/system/components/sticky-header.module.css\";s:40:\"css/components/system-status-counter.css\";s:47:\"css/system/components/system-status-counter.css\";s:48:\"css/components/system-status-report-counters.css\";s:55:\"css/system/components/system-status-report-counters.css\";s:52:\"css/components/system-status-report-general-info.css\";s:59:\"css/system/components/system-status-report-general-info.css\";s:35:\"css/components/tabledrag.module.css\";s:42:\"css/system/components/tabledrag.module.css\";s:35:\"css/components/tablesort.module.css\";s:42:\"css/system/components/tablesort.module.css\";s:36:\"css/components/tree-child.module.css\";s:43:\"css/system/components/tree-child.module.css\";}}}s:12:\"system/admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/system.admin.css\";s:27:\"css/system/system.admin.css\";}}}s:18:\"system/maintenance\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:26:\"css/system.maintenance.css\";s:33:\"css/system/system.maintenance.css\";}}}s:11:\"system/diff\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:19:\"css/system.diff.css\";s:26:\"css/system/system.diff.css\";}}}s:24:\"taxonomy/drupal.taxonomy\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:22:\"css/taxonomy.theme.css\";s:31:\"css/taxonomy/taxonomy.theme.css\";}}}s:15:\"toolbar/toolbar\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:22:\"css/toolbar.module.css\";s:30:\"css/toolbar/toolbar.module.css\";}s:5:\"theme\";a:2:{s:21:\"css/toolbar.theme.css\";s:29:\"css/toolbar/toolbar.theme.css\";s:27:\"css/toolbar.icons.theme.css\";s:35:\"css/toolbar/toolbar.icons.theme.css\";}}}s:20:\"toolbar/toolbar.menu\";a:1:{s:3:\"css\";a:1:{s:5:\"state\";a:1:{s:20:\"css/toolbar.menu.css\";s:28:\"css/toolbar/toolbar.menu.css\";}}}s:17:\"tour/tour-styling\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:19:\"css/tour.module.css\";s:24:\"css/tour/tour.module.css\";}}}s:26:\"update/drupal.update.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:26:\"css/update.admin.theme.css\";s:33:\"css/update/update.admin.theme.css\";}}}s:16:\"user/drupal.user\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:19:\"css/user.module.css\";s:24:\"css/user/user.module.css\";}}}s:22:\"user/drupal.user.admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:18:\"css/user.admin.css\";s:23:\"css/user/user.admin.css\";}}}s:22:\"user/drupal.user.icons\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:24:\"css/user.icons.admin.css\";s:29:\"css/user/user.icons.admin.css\";}}}s:18:\"views/views.module\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:20:\"css/views.module.css\";s:26:\"css/views/views.module.css\";}}}s:22:\"views_ui/admin.styling\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:22:\"css/views_ui.admin.css\";s:31:\"css/views_ui/views_ui.admin.css\";}s:5:\"theme\";a:2:{s:28:\"css/views_ui.admin.theme.css\";s:37:\"css/views_ui/views_ui.admin.theme.css\";s:27:\"css/views_ui.contextual.css\";s:36:\"css/views_ui/views_ui.contextual.css\";}}}}}s:18:\"\0*\0librariesExtend\";a:9:{s:16:\"user/drupal.user\";a:2:{i:0;s:11:\"classy/user\";i:1;s:18:\"stable/drupal.user\";}s:22:\"core/drupal.dropbutton\";a:1:{i:0;s:17:\"classy/dropbutton\";}s:18:\"core/drupal.dialog\";a:1:{i:0;s:13:\"classy/dialog\";}s:16:\"file/drupal.file\";a:1:{i:0;s:11:\"classy/file\";}s:20:\"core/drupal.progress\";a:1:{i:0;s:15:\"classy/progress\";}s:32:\"media/media_embed_ckeditor_theme\";a:1:{i:0;s:33:\"classy/media_embed_ckeditor_theme\";}s:18:\"media_library/view\";a:1:{i:0;s:20:\"classy/media_library\";}s:20:\"media_library/widget\";a:1:{i:0;s:20:\"classy/media_library\";}s:16:\"core/drupal.ajax\";a:1:{i:0;s:18:\"stable/drupal.ajax\";}}}',-1,1576074375.503,1,'','0'),('theme_registry:runtime:vue_js','a:168:{s:5:\"block\";a:6:{s:14:\"render element\";s:8:\"elements\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:8:\"template\";s:5:\"block\";s:4:\"path\";s:28:\"core/themes/bartik/templates\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:88;s:23:\"bartik_preprocess_block\";i:90;s:23:\"vue_js_preprocess_block\";}}s:22:\"block_content_add_list\";N;s:25:\"ckeditor_settings_toolbar\";N;s:17:\"color_scheme_form\";N;s:7:\"comment\";N;s:14:\"field__comment\";N;s:19:\"ctools_wizard_trail\";N;s:25:\"ctools_wizard_trail_links\";N;s:14:\"field_ui_table\";N;s:9:\"file_link\";N;s:17:\"file_managed_file\";N;s:10:\"file_audio\";N;s:10:\"file_video\";N;s:20:\"file_widget_multiple\";N;s:16:\"file_upload_help\";N;s:11:\"filter_tips\";N;s:19:\"text_format_wrapper\";N;s:17:\"filter_guidelines\";N;s:14:\"filter_caption\";N;s:12:\"help_section\";N;s:11:\"image_style\";N;s:19:\"image_style_preview\";N;s:12:\"image_anchor\";N;s:20:\"image_resize_summary\";N;s:19:\"image_scale_summary\";N;s:18:\"image_crop_summary\";N;s:28:\"image_scale_and_crop_summary\";N;s:20:\"image_rotate_summary\";N;s:12:\"image_widget\";N;s:15:\"image_formatter\";N;s:6:\"layout\";a:6:{s:14:\"render element\";s:7:\"content\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/stable\";s:8:\"template\";s:6:\"layout\";s:4:\"path\";s:35:\"core/themes/stable/templates/layout\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_layout\";i:2;s:21:\"contextual_preprocess\";}}s:22:\"layout__twocol_section\";N;s:24:\"layout__threecol_section\";N;s:23:\"layout__fourcol_section\";N;s:14:\"layout__onecol\";a:7:{s:14:\"render element\";s:7:\"content\";s:9:\"base hook\";s:6:\"layout\";s:8:\"template\";s:14:\"layout--onecol\";s:4:\"path\";s:35:\"core/themes/stable/templates/layout\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/stable\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_layout\";i:2;s:21:\"contextual_preprocess\";}}s:14:\"layout__twocol\";N;s:21:\"layout__twocol_bricks\";N;s:25:\"layout__threecol_25_50_25\";N;s:25:\"layout__threecol_33_34_33\";N;s:28:\"link_formatter_link_separate\";N;s:4:\"node\";a:6:{s:14:\"render element\";s:8:\"elements\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:8:\"template\";s:4:\"node\";s:4:\"path\";s:28:\"core/themes/bartik/templates\";s:20:\"preprocess functions\";a:7:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_node\";i:2;s:21:\"contextual_preprocess\";i:3;s:19:\"rdf_preprocess_node\";i:4;s:21:\"views_preprocess_node\";i:40;s:22:\"bartik_preprocess_node\";i:42;s:22:\"vue_js_preprocess_node\";}}s:13:\"node_add_list\";N;s:14:\"node_edit_form\";N;s:18:\"field__node__title\";a:7:{s:9:\"base hook\";s:5:\"field\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:18:\"field--node--title\";s:4:\"path\";s:34:\"core/themes/classy/templates/field\";s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_field\";i:2;s:24:\"comment_preprocess_field\";i:3;s:21:\"contextual_preprocess\";i:4;s:26:\"quickedit_preprocess_field\";i:20;s:23:\"vue_js_preprocess_field\";}s:14:\"render element\";s:7:\"element\";}s:16:\"field__node__uid\";a:7:{s:9:\"base hook\";s:5:\"field\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:16:\"field--node--uid\";s:4:\"path\";s:34:\"core/themes/classy/templates/field\";s:20:\"preprocess functions\";a:7:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_field\";i:2;s:24:\"comment_preprocess_field\";i:3;s:21:\"contextual_preprocess\";i:4;s:26:\"quickedit_preprocess_field\";i:20;s:23:\"vue_js_preprocess_field\";i:21;s:31:\"rdf_preprocess_field__node__uid\";}s:14:\"render element\";s:7:\"element\";}s:20:\"field__node__created\";a:7:{s:9:\"base hook\";s:5:\"field\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:20:\"field--node--created\";s:4:\"path\";s:34:\"core/themes/classy/templates/field\";s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_field\";i:2;s:24:\"comment_preprocess_field\";i:3;s:21:\"contextual_preprocess\";i:4;s:26:\"quickedit_preprocess_field\";i:20;s:23:\"vue_js_preprocess_field\";}s:14:\"render element\";s:7:\"element\";}s:11:\"rdf_wrapper\";N;s:12:\"rdf_metadata\";a:6:{s:9:\"variables\";a:1:{s:8:\"metadata\";a:0:{}}s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:12:\"rdf-metadata\";s:4:\"path\";s:33:\"core/themes/classy/templates/misc\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_rdf_metadata\";i:2;s:21:\"contextual_preprocess\";}}s:13:\"search_result\";N;s:4:\"html\";a:6:{s:14:\"render element\";s:4:\"html\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:8:\"template\";s:4:\"html\";s:4:\"path\";s:35:\"core/themes/classy/templates/layout\";s:20:\"preprocess functions\";a:8:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_html\";i:2;s:21:\"contextual_preprocess\";i:3;s:20:\"node_preprocess_html\";i:4;s:19:\"rdf_preprocess_html\";i:5;s:23:\"toolbar_preprocess_html\";i:24;s:22:\"bartik_preprocess_html\";i:25;s:22:\"vue_js_preprocess_html\";}}s:4:\"page\";a:6:{s:14:\"render element\";s:4:\"page\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:8:\"template\";s:4:\"page\";s:4:\"path\";s:28:\"core/themes/bartik/templates\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_page\";i:2;s:21:\"contextual_preprocess\";i:24;s:22:\"vue_js_preprocess_page\";}}s:10:\"page_title\";a:6:{s:9:\"variables\";a:1:{s:5:\"title\";N;}s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/bartik\";s:8:\"template\";s:10:\"page-title\";s:4:\"path\";s:28:\"core/themes/bartik/templates\";s:20:\"preprocess functions\";a:5:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";i:2;s:31:\"quickedit_preprocess_page_title\";i:3;s:30:\"shortcut_preprocess_page_title\";i:32;s:28:\"bartik_preprocess_page_title\";}}s:6:\"region\";a:6:{s:14:\"render element\";s:8:\"elements\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:6:\"region\";s:4:\"path\";s:35:\"core/themes/classy/templates/layout\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_region\";i:2;s:21:\"contextual_preprocess\";}}s:4:\"time\";N;s:13:\"datetime_form\";N;s:16:\"datetime_wrapper\";N;s:15:\"status_messages\";N;s:5:\"links\";a:6:{s:9:\"variables\";a:4:{s:5:\"links\";a:0:{}s:10:\"attributes\";a:1:{s:5:\"class\";a:4:{i:0;s:5:\"links\";i:1;s:5:\"links\";i:2;s:5:\"links\";i:3;s:5:\"links\";}}s:7:\"heading\";a:0:{}s:16:\"set_active_class\";b:0;}s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:5:\"links\";s:4:\"path\";s:39:\"core/themes/classy/templates/navigation\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_links\";i:2;s:21:\"contextual_preprocess\";i:6;s:23:\"stable_preprocess_links\";}}s:18:\"dropbutton_wrapper\";N;s:5:\"image\";N;s:10:\"breadcrumb\";a:6:{s:9:\"variables\";a:1:{s:5:\"links\";a:0:{}}s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:10:\"breadcrumb\";s:4:\"path\";s:39:\"core/themes/classy/templates/navigation\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_breadcrumb\";i:2;s:21:\"contextual_preprocess\";}}s:5:\"table\";N;s:19:\"tablesort_indicator\";N;s:4:\"mark\";N;s:9:\"item_list\";N;s:9:\"feed_icon\";N;s:12:\"progress_bar\";N;s:11:\"indentation\";N;s:16:\"maintenance_page\";N;s:12:\"install_page\";N;s:21:\"maintenance_task_list\";N;s:16:\"authorize_report\";N;s:5:\"pager\";N;s:4:\"menu\";a:6:{s:9:\"variables\";a:3:{s:9:\"menu_name\";N;s:5:\"items\";a:0:{}s:10:\"attributes\";a:0:{}}s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/bartik\";s:8:\"template\";s:4:\"menu\";s:4:\"path\";s:39:\"core/themes/classy/templates/navigation\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";i:8;s:22:\"bartik_preprocess_menu\";}}s:15:\"menu_local_task\";N;s:17:\"menu_local_action\";N;s:16:\"menu_local_tasks\";N;s:5:\"input\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:5:\"input\";s:4:\"path\";s:33:\"core/themes/classy/templates/form\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_input\";i:2;s:21:\"contextual_preprocess\";}}s:6:\"select\";N;s:8:\"fieldset\";N;s:7:\"details\";N;s:6:\"radios\";N;s:10:\"checkboxes\";N;s:4:\"form\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:8:\"template\";s:4:\"form\";s:4:\"path\";s:33:\"core/themes/classy/templates/form\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_form\";i:2;s:21:\"contextual_preprocess\";i:12;s:22:\"vue_js_preprocess_form\";}}s:8:\"textarea\";N;s:12:\"form_element\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:12:\"form-element\";s:4:\"path\";s:33:\"core/themes/classy/templates/form\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:32:\"template_preprocess_form_element\";i:2;s:21:\"contextual_preprocess\";}}s:18:\"form_element_label\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:18:\"form-element-label\";s:4:\"path\";s:33:\"core/themes/classy/templates/form\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:38:\"template_preprocess_form_element_label\";i:2;s:21:\"contextual_preprocess\";}}s:13:\"vertical_tabs\";N;s:9:\"container\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:9:\"container\";s:4:\"path\";s:33:\"core/themes/classy/templates/form\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:29:\"template_preprocess_container\";i:2;s:21:\"contextual_preprocess\";}}s:5:\"field\";a:6:{s:14:\"render element\";s:7:\"element\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:8:\"template\";s:5:\"field\";s:4:\"path\";s:34:\"core/themes/classy/templates/field\";s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_field\";i:2;s:24:\"comment_preprocess_field\";i:3;s:21:\"contextual_preprocess\";i:4;s:26:\"quickedit_preprocess_field\";i:20;s:23:\"vue_js_preprocess_field\";}}s:25:\"field_multiple_value_form\";N;s:28:\"block__system_branding_block\";a:7:{s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/bartik\";s:8:\"template\";s:28:\"block--system-branding-block\";s:4:\"path\";s:28:\"core/themes/bartik/templates\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:11;s:23:\"bartik_preprocess_block\";i:12;s:23:\"vue_js_preprocess_block\";}}s:28:\"block__system_messages_block\";a:7:{s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/stable\";s:8:\"template\";s:28:\"block--system-messages-block\";s:4:\"path\";s:34:\"core/themes/stable/templates/block\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:11;s:23:\"bartik_preprocess_block\";i:12;s:23:\"vue_js_preprocess_block\";}s:14:\"render element\";s:8:\"elements\";}s:24:\"block__system_menu_block\";a:7:{s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/bartik\";s:8:\"template\";s:24:\"block--system-menu-block\";s:4:\"path\";s:28:\"core/themes/bartik/templates\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:11;s:23:\"bartik_preprocess_block\";i:12;s:23:\"vue_js_preprocess_block\";}}s:18:\"system_themes_page\";N;s:18:\"system_config_form\";N;s:12:\"confirm_form\";N;s:22:\"system_modules_details\";N;s:24:\"system_modules_uninstall\";N;s:18:\"status_report_page\";N;s:13:\"status_report\";N;s:21:\"status_report_grouped\";N;s:21:\"status_report_counter\";N;s:26:\"status_report_general_info\";N;s:10:\"admin_page\";N;s:11:\"admin_block\";N;s:19:\"admin_block_content\";N;s:18:\"system_admin_index\";N;s:15:\"entity_add_list\";N;s:23:\"off_canvas_page_wrapper\";a:6:{s:9:\"variables\";a:1:{s:8:\"children\";N;}s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/stable\";s:8:\"template\";s:23:\"off-canvas-page-wrapper\";s:4:\"path\";s:36:\"core/themes/stable/templates/content\";s:20:\"preprocess functions\";a:2:{i:0;s:19:\"template_preprocess\";i:1;s:21:\"contextual_preprocess\";}}s:13:\"taxonomy_term\";N;s:15:\"token_tree_link\";N;s:7:\"toolbar\";N;s:13:\"menu__toolbar\";N;s:17:\"update_last_check\";N;s:13:\"update_report\";N;s:21:\"update_project_status\";N;s:14:\"update_version\";N;s:4:\"user\";N;s:8:\"username\";a:6:{s:9:\"variables\";a:3:{s:7:\"account\";N;s:10:\"attributes\";a:0:{}s:12:\"link_options\";a:0:{}}s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:8:\"template\";s:8:\"username\";s:4:\"path\";s:33:\"core/themes/classy/templates/user\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:28:\"template_preprocess_username\";i:2;s:21:\"contextual_preprocess\";i:3;s:23:\"rdf_preprocess_username\";}}s:28:\"views_ui_display_tab_setting\";N;s:27:\"views_ui_display_tab_bucket\";N;s:30:\"views_ui_rearrange_filter_form\";N;s:27:\"views_ui_expose_filter_form\";N;s:18:\"views_ui_view_info\";N;s:28:\"views_ui_views_listing_table\";N;s:27:\"views_ui_view_displays_list\";N;s:32:\"views_ui_build_group_filter_form\";N;s:27:\"views_ui_style_plugin_table\";N;s:29:\"views_ui_view_preview_section\";N;s:18:\"views_ui_container\";N;s:16:\"views_mini_pager\";N;s:16:\"views_view_field\";a:8:{s:4:\"file\";s:15:\"views.theme.inc\";s:9:\"variables\";a:3:{s:4:\"view\";N;s:5:\"field\";N;s:3:\"row\";N;}s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/stable\";s:8:\"includes\";a:2:{i:0;s:34:\"core/modules/views/views.theme.inc\";i:1;s:34:\"core/modules/views/views.theme.inc\";}s:8:\"template\";s:16:\"views-view-field\";s:4:\"path\";s:34:\"core/themes/stable/templates/views\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:36:\"template_preprocess_views_view_field\";i:2;s:21:\"contextual_preprocess\";}}s:19:\"views_view_grouping\";N;s:10:\"views_view\";a:7:{s:9:\"variables\";a:13:{s:10:\"view_array\";a:0:{}s:4:\"view\";N;s:4:\"rows\";a:0:{}s:6:\"header\";a:0:{}s:6:\"footer\";a:0:{}s:5:\"empty\";a:0:{}s:7:\"exposed\";a:0:{}s:4:\"more\";a:0:{}s:10:\"feed_icons\";a:0:{}s:5:\"pager\";a:0:{}s:5:\"title\";s:0:\"\";s:17:\"attachment_before\";a:0:{}s:16:\"attachment_after\";a:0:{}}s:4:\"path\";s:34:\"core/themes/classy/templates/views\";s:8:\"includes\";a:4:{i:0;s:34:\"core/modules/views/views.theme.inc\";i:1;s:34:\"core/modules/views/views.theme.inc\";i:2;s:34:\"core/modules/views/views.theme.inc\";i:3;s:34:\"core/modules/views/views.theme.inc\";}s:8:\"template\";s:10:\"views-view\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:30:\"template_preprocess_views_view\";i:2;s:21:\"contextual_preprocess\";i:3;s:30:\"views_ui_preprocess_views_view\";}}s:18:\"views_view_row_rss\";N;s:19:\"views_view_row_opml\";N;s:17:\"views_view_fields\";a:7:{s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:3:\"row\";N;s:11:\"field_alias\";N;}s:4:\"path\";s:34:\"core/themes/stable/templates/views\";s:8:\"includes\";a:2:{i:0;s:34:\"core/modules/views/views.theme.inc\";i:1;s:34:\"core/modules/views/views.theme.inc\";}s:8:\"template\";s:17:\"views-view-fields\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/stable\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:37:\"template_preprocess_views_view_fields\";i:2;s:21:\"contextual_preprocess\";}}s:22:\"views_view_unformatted\";a:7:{s:9:\"variables\";a:4:{s:4:\"view\";N;s:7:\"options\";N;s:4:\"rows\";N;s:5:\"title\";N;}s:4:\"path\";s:34:\"core/themes/classy/templates/views\";s:8:\"includes\";a:4:{i:0;s:34:\"core/modules/views/views.theme.inc\";i:1;s:34:\"core/modules/views/views.theme.inc\";i:2;s:34:\"core/modules/views/views.theme.inc\";i:3;s:34:\"core/modules/views/views.theme.inc\";}s:8:\"template\";s:22:\"views-view-unformatted\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:42:\"template_preprocess_views_view_unformatted\";i:2;s:21:\"contextual_preprocess\";}}s:15:\"views_view_opml\";N;s:16:\"views_view_table\";N;s:30:\"views_view_summary_unformatted\";N;s:18:\"views_view_summary\";N;s:15:\"views_view_list\";N;s:15:\"views_view_grid\";N;s:14:\"views_view_rss\";N;s:21:\"views_form_views_form\";N;s:18:\"views_exposed_form\";N;s:26:\"block__local_actions_block\";N;s:24:\"block__search_form_block\";a:7:{s:8:\"template\";s:24:\"block--search-form-block\";s:4:\"path\";s:28:\"core/themes/bartik/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/bartik\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:11;s:23:\"bartik_preprocess_block\";i:12;s:23:\"vue_js_preprocess_block\";}}s:24:\"block__local_tasks_block\";N;s:11:\"links__node\";a:7:{s:8:\"template\";s:11:\"links--node\";s:4:\"path\";s:36:\"core/themes/classy/templates/content\";s:9:\"variables\";a:4:{s:5:\"links\";a:0:{}s:10:\"attributes\";a:1:{s:5:\"class\";a:2:{i:0;s:5:\"links\";i:1;s:5:\"links\";}}s:7:\"heading\";a:0:{}s:16:\"set_active_class\";b:0;}s:9:\"base hook\";s:5:\"links\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_links\";i:2;s:21:\"contextual_preprocess\";i:3;s:23:\"stable_preprocess_links\";}}s:25:\"links__media_library_menu\";N;s:25:\"item_list__search_results\";N;s:41:\"container__media_library_widget_selection\";N;s:32:\"container__media_library_content\";N;s:11:\"field__text\";a:7:{s:8:\"template\";s:11:\"field--text\";s:4:\"path\";s:34:\"core/themes/classy/templates/field\";s:14:\"render element\";s:7:\"element\";s:9:\"base hook\";s:5:\"field\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_field\";i:2;s:24:\"comment_preprocess_field\";i:3;s:21:\"contextual_preprocess\";i:4;s:26:\"quickedit_preprocess_field\";i:5;s:23:\"vue_js_preprocess_field\";}}s:16:\"field__text_long\";N;s:24:\"field__text_with_summary\";a:7:{s:8:\"template\";s:24:\"field--text-with-summary\";s:4:\"path\";s:34:\"core/themes/classy/templates/field\";s:14:\"render element\";s:7:\"element\";s:9:\"base hook\";s:5:\"field\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/classy\";s:20:\"preprocess functions\";a:6:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_field\";i:2;s:24:\"comment_preprocess_field\";i:3;s:21:\"contextual_preprocess\";i:4;s:26:\"quickedit_preprocess_field\";i:5;s:23:\"vue_js_preprocess_field\";}}s:37:\"views_view_unformatted__media_library\";N;s:14:\"region__header\";a:7:{s:8:\"template\";s:14:\"region--header\";s:4:\"path\";s:28:\"core/themes/bartik/templates\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:6:\"region\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/bartik\";s:20:\"preprocess functions\";a:3:{i:0;s:19:\"template_preprocess\";i:1;s:26:\"template_preprocess_region\";i:2;s:21:\"contextual_preprocess\";}}s:23:\"form__search_block_form\";a:7:{s:8:\"template\";s:23:\"form--search-block-form\";s:4:\"path\";s:28:\"core/themes/bartik/templates\";s:14:\"render element\";s:7:\"element\";s:9:\"base hook\";s:4:\"form\";s:4:\"type\";s:17:\"base_theme_engine\";s:10:\"theme path\";s:18:\"core/themes/bartik\";s:20:\"preprocess functions\";a:4:{i:0;s:19:\"template_preprocess\";i:1;s:24:\"template_preprocess_form\";i:2;s:21:\"contextual_preprocess\";i:3;s:22:\"vue_js_preprocess_form\";}}s:23:\"field__node__field_tags\";N;s:32:\"block__inline_block__collapsible\";a:7:{s:8:\"template\";s:32:\"block--inline-block--collapsible\";s:4:\"path\";s:40:\"themes/custom/vue_js/src/templates/block\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:11;s:23:\"bartik_preprocess_block\";i:12;s:23:\"vue_js_preprocess_block\";}}s:25:\"block__vue_articles_block\";a:7:{s:8:\"template\";s:25:\"block--vue-articles-block\";s:4:\"path\";s:40:\"themes/custom/vue_js/src/templates/block\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:11;s:23:\"bartik_preprocess_block\";i:12;s:23:\"vue_js_preprocess_block\";}}s:20:\"block__non_vue_block\";a:7:{s:8:\"template\";s:20:\"block--non-vue-block\";s:4:\"path\";s:40:\"themes/custom/vue_js/src/templates/block\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:11;s:23:\"bartik_preprocess_block\";i:12;s:23:\"vue_js_preprocess_block\";}}s:16:\"block__vue_block\";a:7:{s:8:\"template\";s:16:\"block--vue-block\";s:4:\"path\";s:40:\"themes/custom/vue_js/src/templates/block\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:11;s:23:\"bartik_preprocess_block\";i:12;s:23:\"vue_js_preprocess_block\";}}s:36:\"block__inline_block__collapsible_vue\";a:7:{s:8:\"template\";s:36:\"block--inline-block--collapsible-vue\";s:4:\"path\";s:40:\"themes/custom/vue_js/src/templates/block\";s:14:\"render element\";s:8:\"elements\";s:9:\"base hook\";s:5:\"block\";s:4:\"type\";s:12:\"theme_engine\";s:10:\"theme path\";s:20:\"themes/custom/vue_js\";s:20:\"preprocess functions\";a:13:{i:0;s:19:\"template_preprocess\";i:1;s:25:\"template_preprocess_block\";i:2;s:24:\"comment_preprocess_block\";i:3;s:21:\"contextual_preprocess\";i:4;s:21:\"help_preprocess_block\";i:5;s:24:\"menu_ui_preprocess_block\";i:6;s:21:\"node_preprocess_block\";i:7;s:23:\"search_preprocess_block\";i:8;s:25:\"shortcut_preprocess_block\";i:9;s:23:\"system_preprocess_block\";i:10;s:21:\"user_preprocess_block\";i:11;s:23:\"bartik_preprocess_block\";i:12;s:23:\"vue_js_preprocess_block\";}}}',-1,1576074378.252,1,'theme_registry','66'),('user_permissions_hash:anonymous','9df6526d27602608874c4be7a44606b3615111688e40638477eb19d5e53ceb54',-1,1576074375.730,0,'config:user.role.anonymous','2'); /*!40000 ALTER TABLE `cache_bootstrap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_config` -- DROP TABLE IF EXISTS `cache_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cache_config` ( `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', `data` longblob COMMENT 'A collection of data to cache.', `expire` int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.', `created` decimal(14,3) NOT NULL DEFAULT '0.000' COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.', `serialized` smallint(6) NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', `tags` longtext COMMENT 'Space-separated list of cache tags for this entry.', `checksum` varchar(255) CHARACTER SET ascii NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.', PRIMARY KEY (`cid`), KEY `expire` (`expire`), KEY `created` (`created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Storage for the cache API.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_config` -- LOCK TABLES `cache_config` WRITE; /*!40000 ALTER TABLE `cache_config` DISABLE KEYS */; INSERT INTO `cache_config` VALUES ('automated_cron.settings','a:2:{s:8:\"interval\";i:10800;s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs\";}}',-1,1576074377.725,1,'','0'),('block.block.bartik_account_menu','a:13:{s:4:\"uuid\";s:36:\"a55019e7-f1fa-4fea-b196-94831c453e1d\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:3:{s:6:\"config\";a:1:{i:0;s:19:\"system.menu.account\";}s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"8a31Ywc1t2zlddGd3bmDrFMefWqgSK2E02ceFdr-bfc\";}s:2:\"id\";s:19:\"bartik_account_menu\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:14:\"secondary_menu\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:25:\"system_menu_block:account\";s:8:\"settings\";a:7:{s:2:\"id\";s:25:\"system_menu_block:account\";s:5:\"label\";s:17:\"User account menu\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";s:5:\"level\";i:1;s:5:\"depth\";i:1;s:16:\"expand_all_items\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_branding','a:13:{s:4:\"uuid\";s:36:\"5bd69467-8b67-4647-bd97-5adf7146df99\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"NDwadleLD3YVSbDUaakxyYZyINYtkFtOVGShfq4kWy8\";}s:2:\"id\";s:15:\"bartik_branding\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:6:\"header\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:21:\"system_branding_block\";s:8:\"settings\";a:7:{s:2:\"id\";s:21:\"system_branding_block\";s:5:\"label\";s:13:\"Site branding\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";s:13:\"use_site_logo\";b:1;s:13:\"use_site_name\";b:1;s:15:\"use_site_slogan\";b:1;}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_breadcrumbs','a:13:{s:4:\"uuid\";s:36:\"f5e81474-0524-4463-8366-259341c7e4ee\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"oXUb3JZR2WW5VOdw4HrhRicCsq51mCgLfRyvheG68ck\";}s:2:\"id\";s:18:\"bartik_breadcrumbs\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:10:\"breadcrumb\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:23:\"system_breadcrumb_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:23:\"system_breadcrumb_block\";s:5:\"label\";s:11:\"Breadcrumbs\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_content','a:13:{s:4:\"uuid\";s:36:\"808e8129-19d2-471f-baf1-92e4d017aa59\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"9EoWV2Lot6FVSr50t4hoKgiz1LIXYWNG-IIPYsWxBqo\";}s:2:\"id\";s:14:\"bartik_content\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"system_main_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:17:\"system_main_block\";s:5:\"label\";s:17:\"Main page content\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_footer','a:13:{s:4:\"uuid\";s:36:\"2be449b4-ec78-4d82-ba39-6bcebb4b96ec\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:3:{s:6:\"config\";a:1:{i:0;s:18:\"system.menu.footer\";}s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"8zRjTNbfNAJ94lQpZDu6MkyD87GYJ2zpH9VQPVmRbcM\";}s:2:\"id\";s:13:\"bartik_footer\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:12:\"footer_fifth\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:24:\"system_menu_block:footer\";s:8:\"settings\";a:7:{s:2:\"id\";s:24:\"system_menu_block:footer\";s:5:\"label\";s:11:\"Footer menu\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";s:5:\"level\";i:1;s:5:\"depth\";i:0;s:16:\"expand_all_items\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_help','a:13:{s:4:\"uuid\";s:36:\"d9c4751c-5ae2-4cca-ba0c-99f8f6ce5097\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:4:\"help\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"8I8iACSa0sKO3k3jlvUG1ge52rfcKX7USJAQYnzuBgg\";}s:2:\"id\";s:11:\"bartik_help\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-30;s:8:\"provider\";N;s:6:\"plugin\";s:10:\"help_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:10:\"help_block\";s:5:\"label\";s:4:\"Help\";s:8:\"provider\";s:4:\"help\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_local_actions','a:13:{s:4:\"uuid\";s:36:\"d15093a0-acfc-40bb-babd-6bc7fbb3191f\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"13GQpeITIJsp1kyPniXtWZfyFH87vb1xxJCHifL4UeE\";}s:2:\"id\";s:20:\"bartik_local_actions\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-20;s:8:\"provider\";N;s:6:\"plugin\";s:19:\"local_actions_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:19:\"local_actions_block\";s:5:\"label\";s:21:\"Primary admin actions\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_local_tasks','a:13:{s:4:\"uuid\";s:36:\"02c7c01e-b11f-4124-b4f4-7b782b56cac5\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"X9I1OB0W3WlWtrK-CNcg6hNWwa8wficanpH8pYnDZDE\";}s:2:\"id\";s:18:\"bartik_local_tasks\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-40;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"local_tasks_block\";s:8:\"settings\";a:6:{s:2:\"id\";s:17:\"local_tasks_block\";s:5:\"label\";s:4:\"Tabs\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";s:7:\"primary\";b:1;s:9:\"secondary\";b:1;}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_main_menu','a:13:{s:4:\"uuid\";s:36:\"1bde2c7f-6474-4c93-9bf6-8792187528bb\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:3:{s:6:\"config\";a:1:{i:0;s:16:\"system.menu.main\";}s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"ChCx7DYNUrPTt5uiRdQAPDKJQMc-_SyAQTrZh8H0o-c\";}s:2:\"id\";s:16:\"bartik_main_menu\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:12:\"primary_menu\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:22:\"system_menu_block:main\";s:8:\"settings\";a:7:{s:2:\"id\";s:22:\"system_menu_block:main\";s:5:\"label\";s:15:\"Main navigation\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";s:5:\"level\";i:1;s:5:\"depth\";i:1;s:16:\"expand_all_items\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_messages','a:13:{s:4:\"uuid\";s:36:\"b5f5c1c2-8eaf-4449-955b-63cce25357d8\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"KHQIJ7Vfl25lTjzIc7qIvnuistt-Mw2O0kG4jCofmkI\";}s:2:\"id\";s:15:\"bartik_messages\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:11:\"highlighted\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:21:\"system_messages_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:21:\"system_messages_block\";s:5:\"label\";s:15:\"Status messages\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_page_title','a:13:{s:4:\"uuid\";s:36:\"878ce5f3-557b-4de4-b6db-564c24436d23\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"7rR9chwXvdM2H8OYMAYx9Zj3GGlPMrZp_M3ZA4thYTk\";}s:2:\"id\";s:17:\"bartik_page_title\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-50;s:8:\"provider\";N;s:6:\"plugin\";s:16:\"page_title_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:16:\"page_title_block\";s:5:\"label\";s:10:\"Page title\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_powered','a:13:{s:4:\"uuid\";s:36:\"fb739ca2-d87a-4afe-b3e1-150229b0016d\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"jQQUUWN2Uxr5qZtc9zcJKBCxpKY8orN1u2HPqYYRQDI\";}s:2:\"id\";s:14:\"bartik_powered\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:12:\"footer_fifth\";s:6:\"weight\";i:10;s:8:\"provider\";N;s:6:\"plugin\";s:23:\"system_powered_by_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:23:\"system_powered_by_block\";s:5:\"label\";s:17:\"Powered by Drupal\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_search','a:13:{s:4:\"uuid\";s:36:\"166ff1f6-8c09-47da-9876-b809cf03e50b\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"search\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"za-39d5WDUg6XvbyqSnuVYEeq6QM4qKJxW8MnoAha5A\";}s:2:\"id\";s:13:\"bartik_search\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:13:\"sidebar_first\";s:6:\"weight\";i:-1;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"search_form_block\";s:8:\"settings\";a:5:{s:2:\"id\";s:17:\"search_form_block\";s:5:\"label\";s:6:\"Search\";s:8:\"provider\";s:6:\"search\";s:13:\"label_display\";s:7:\"visible\";s:7:\"page_id\";s:0:\"\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.bartik_tools','a:13:{s:4:\"uuid\";s:36:\"d1b2ea4f-4114-4950-b5a5-8d1988e92e4a\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:3:{s:6:\"config\";a:1:{i:0;s:17:\"system.menu.tools\";}s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"bartik\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"rH6PpAn7-RScha1rGkohGAYSSh_1OVeZzioJPzPw6O4\";}s:2:\"id\";s:12:\"bartik_tools\";s:5:\"theme\";s:6:\"bartik\";s:6:\"region\";s:13:\"sidebar_first\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:23:\"system_menu_block:tools\";s:8:\"settings\";a:7:{s:2:\"id\";s:23:\"system_menu_block:tools\";s:5:\"label\";s:5:\"Tools\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:7:\"visible\";s:5:\"level\";i:1;s:5:\"depth\";i:0;s:16:\"expand_all_items\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.075,1,'','0'),('block.block.claro_breadcrumbs','a:13:{s:4:\"uuid\";s:36:\"7839c8ef-bb8c-4189-86ac-791322959e3c\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:5:\"claro\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"b6mUaCq5YPapRUABXRHfNTT6fxWIj5lgf0Mg4HaRJ_I\";}s:2:\"id\";s:17:\"claro_breadcrumbs\";s:5:\"theme\";s:5:\"claro\";s:6:\"region\";s:10:\"breadcrumb\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:23:\"system_breadcrumb_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:23:\"system_breadcrumb_block\";s:5:\"label\";s:11:\"Breadcrumbs\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.064,1,'','0'),('block.block.claro_content','a:13:{s:4:\"uuid\";s:36:\"93c1cdf1-24b8-4708-967e-ce73858d2f59\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:5:\"claro\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"QTwkfDaGeBUk6aerktJBDXso4fCsqLTQOuWKXE1xMPU\";}s:2:\"id\";s:13:\"claro_content\";s:5:\"theme\";s:5:\"claro\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"system_main_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:17:\"system_main_block\";s:5:\"label\";s:17:\"Main page content\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.064,1,'','0'),('block.block.claro_help','a:13:{s:4:\"uuid\";s:36:\"108b929c-b2ce-4a85-a35b-92bf58785be3\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:4:\"help\";}s:5:\"theme\";a:1:{i:0;s:5:\"claro\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"bMLNWPKf3uHuqgmVszMb5zhM205c4Y-r7j5Tw6NDo-o\";}s:2:\"id\";s:10:\"claro_help\";s:5:\"theme\";s:5:\"claro\";s:6:\"region\";s:4:\"help\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:10:\"help_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:10:\"help_block\";s:5:\"label\";s:4:\"Help\";s:8:\"provider\";s:4:\"help\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.064,1,'','0'),('block.block.claro_local_actions','a:13:{s:4:\"uuid\";s:36:\"83424f7b-46ea-405c-9dec-1d8e8702b8bb\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:5:\"claro\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"osZQ9lL2jTdH5am4LJiZ29RaivhzOf6vCpoRy6FZwIE\";}s:2:\"id\";s:19:\"claro_local_actions\";s:5:\"theme\";s:5:\"claro\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-10;s:8:\"provider\";N;s:6:\"plugin\";s:19:\"local_actions_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:19:\"local_actions_block\";s:5:\"label\";s:21:\"Primary admin actions\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.064,1,'','0'),('block.block.claro_messages','a:13:{s:4:\"uuid\";s:36:\"210b58cb-96cd-4968-ac38-b8937618276f\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:5:\"claro\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"iIy-YIc9d9s1isAtTIKWDBKd6kd2r6LxoYz_-hkLJco\";}s:2:\"id\";s:14:\"claro_messages\";s:5:\"theme\";s:5:\"claro\";s:6:\"region\";s:11:\"highlighted\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:21:\"system_messages_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:21:\"system_messages_block\";s:5:\"label\";s:15:\"Status messages\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.064,1,'','0'),('block.block.claro_page_title','a:13:{s:4:\"uuid\";s:36:\"b92b0b31-4cba-428f-9d57-62803113dfb4\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:5:\"claro\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"gfXKmThltk6eewwrjAEaxVPxzPEVHV1UfNjjOUQ5A7g\";}s:2:\"id\";s:16:\"claro_page_title\";s:5:\"theme\";s:5:\"claro\";s:6:\"region\";s:6:\"header\";s:6:\"weight\";i:-30;s:8:\"provider\";N;s:6:\"plugin\";s:16:\"page_title_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:16:\"page_title_block\";s:5:\"label\";s:10:\"Page title\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.064,1,'','0'),('block.block.claro_primary_local_tasks','a:13:{s:4:\"uuid\";s:36:\"5811b549-9ee1-47f6-aafc-3a2bbfe5e541\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:5:\"claro\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"7cvXIzw8NabmQCWMPqBz0mvIQZzXUZB3OeOTa5eqbCo\";}s:2:\"id\";s:25:\"claro_primary_local_tasks\";s:5:\"theme\";s:5:\"claro\";s:6:\"region\";s:6:\"header\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"local_tasks_block\";s:8:\"settings\";a:6:{s:2:\"id\";s:17:\"local_tasks_block\";s:5:\"label\";s:12:\"Primary tabs\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";s:7:\"primary\";b:1;s:9:\"secondary\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.064,1,'','0'),('block.block.claro_secondary_local_tasks','a:13:{s:4:\"uuid\";s:36:\"3a013bfd-d1e7-4d73-be12-e0ffdd696b0e\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:5:\"claro\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"D_hUB_AW2IvKbVo3lVG-B2KfTsX6xJ-CxfOcRYUnL3E\";}s:2:\"id\";s:27:\"claro_secondary_local_tasks\";s:5:\"theme\";s:5:\"claro\";s:6:\"region\";s:11:\"pre_content\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"local_tasks_block\";s:8:\"settings\";a:6:{s:2:\"id\";s:17:\"local_tasks_block\";s:5:\"label\";s:14:\"Secondary tabs\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";s:7:\"primary\";b:0;s:9:\"secondary\";b:1;}s:10:\"visibility\";a:0:{}}',-1,1576074364.064,1,'','0'),('block.block.nonvueblock','a:12:{s:4:\"uuid\";s:36:\"27a2ade6-4805-457c-a231-3f6a30719e40\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:14:\"vue_js_example\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:2:\"id\";s:11:\"nonvueblock\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:13:\"sidebar_first\";s:6:\"weight\";i:-5;s:8:\"provider\";N;s:6:\"plugin\";s:13:\"non_vue_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:13:\"non_vue_block\";s:5:\"label\";s:13:\"Non vue block\";s:8:\"provider\";s:14:\"vue_js_example\";s:13:\"label_display\";s:7:\"visible\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.seven_breadcrumbs','a:13:{s:4:\"uuid\";s:36:\"5dc9f533-1364-46bf-9eaa-36eb40c21d47\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:5:\"seven\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"WWu2OQswgCztl9OeXjD1stexIEMZsSgPMYIdC-JHx9c\";}s:2:\"id\";s:17:\"seven_breadcrumbs\";s:5:\"theme\";s:5:\"seven\";s:6:\"region\";s:10:\"breadcrumb\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:23:\"system_breadcrumb_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:23:\"system_breadcrumb_block\";s:5:\"label\";s:11:\"Breadcrumbs\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.070,1,'','0'),('block.block.seven_content','a:13:{s:4:\"uuid\";s:36:\"e099f633-e0f7-44c4-9447-bc4fb446fd34\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:5:\"seven\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"YRY68JWkaUiGeZlWMv1nzeIgDm0ZZwXYgpqUpLFzwAY\";}s:2:\"id\";s:13:\"seven_content\";s:5:\"theme\";s:5:\"seven\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"system_main_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:17:\"system_main_block\";s:5:\"label\";s:17:\"Main page content\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.070,1,'','0'),('block.block.seven_help','a:13:{s:4:\"uuid\";s:36:\"4e6c9888-ae96-4f03-8849-d57f3ffba474\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:4:\"help\";}s:5:\"theme\";a:1:{i:0;s:5:\"seven\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"NU5A_49mwLHfs5xFzMFrZ850w9pgUolxMS9NNF3vv4c\";}s:2:\"id\";s:10:\"seven_help\";s:5:\"theme\";s:5:\"seven\";s:6:\"region\";s:4:\"help\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:10:\"help_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:10:\"help_block\";s:5:\"label\";s:4:\"Help\";s:8:\"provider\";s:4:\"help\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.070,1,'','0'),('block.block.seven_local_actions','a:13:{s:4:\"uuid\";s:36:\"41c12ca2-6e3e-4d23-ac35-725d2d0990a3\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:5:\"seven\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"HHryZVJbeKi9WnuBGC8FOhBZmBnk2G1H6KxFuy-rC9A\";}s:2:\"id\";s:19:\"seven_local_actions\";s:5:\"theme\";s:5:\"seven\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-10;s:8:\"provider\";N;s:6:\"plugin\";s:19:\"local_actions_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:19:\"local_actions_block\";s:5:\"label\";s:21:\"Primary admin actions\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.070,1,'','0'),('block.block.seven_messages','a:13:{s:4:\"uuid\";s:36:\"abb2ed62-6f64-41d7-9ba5-c45dfd9d4224\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:5:\"seven\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"XJqWwLt1LDCnazcEN6QkJmCLjk4R0__-8s0OO9xeNjg\";}s:2:\"id\";s:14:\"seven_messages\";s:5:\"theme\";s:5:\"seven\";s:6:\"region\";s:11:\"highlighted\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:21:\"system_messages_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:21:\"system_messages_block\";s:5:\"label\";s:15:\"Status messages\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.070,1,'','0'),('block.block.seven_page_title','a:13:{s:4:\"uuid\";s:36:\"216f8524-cff2-401f-b458-6c57c3d051c3\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:5:\"seven\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"ZSpc3IoSaLd0PkB02nxjVPBMztIdsTdHek9SiGaqZ_c\";}s:2:\"id\";s:16:\"seven_page_title\";s:5:\"theme\";s:5:\"seven\";s:6:\"region\";s:6:\"header\";s:6:\"weight\";i:-30;s:8:\"provider\";N;s:6:\"plugin\";s:16:\"page_title_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:16:\"page_title_block\";s:5:\"label\";s:10:\"Page title\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.070,1,'','0'),('block.block.seven_primary_local_tasks','a:13:{s:4:\"uuid\";s:36:\"4f4334fb-771b-43cd-8b32-4929aefacac3\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:5:\"seven\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"ddy1OsBbWxjwEI8VL1viD4I69qcLHOkul4BxbTqLBTs\";}s:2:\"id\";s:25:\"seven_primary_local_tasks\";s:5:\"theme\";s:5:\"seven\";s:6:\"region\";s:6:\"header\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"local_tasks_block\";s:8:\"settings\";a:6:{s:2:\"id\";s:17:\"local_tasks_block\";s:5:\"label\";s:12:\"Primary tabs\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";s:7:\"primary\";b:1;s:9:\"secondary\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.070,1,'','0'),('block.block.seven_secondary_local_tasks','a:13:{s:4:\"uuid\";s:36:\"fa43f33a-a18c-4511-b430-a7291e27dc11\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:5:\"seven\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"QeZBeCilQfeET3GeW6ZtJkEiwROADTZktFgKWwPieD4\";}s:2:\"id\";s:27:\"seven_secondary_local_tasks\";s:5:\"theme\";s:5:\"seven\";s:6:\"region\";s:11:\"pre_content\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"local_tasks_block\";s:8:\"settings\";a:6:{s:2:\"id\";s:17:\"local_tasks_block\";s:5:\"label\";s:14:\"Secondary tabs\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";s:7:\"primary\";b:0;s:9:\"secondary\";b:1;}s:10:\"visibility\";a:0:{}}',-1,1576074364.069,1,'','0'),('block.block.vue_js_account_menu','a:13:{s:4:\"uuid\";s:36:\"cf6f21b1-8809-406f-95ef-5d77370600d5\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:3:{s:6:\"config\";a:1:{i:0;s:19:\"system.menu.account\";}s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"8a31Ywc1t2zlddGd3bmDrFMefWqgSK2E02ceFdr-bfc\";}s:2:\"id\";s:19:\"vue_js_account_menu\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:14:\"secondary_menu\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:25:\"system_menu_block:account\";s:8:\"settings\";a:7:{s:2:\"id\";s:25:\"system_menu_block:account\";s:5:\"label\";s:17:\"User account menu\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";s:5:\"level\";i:1;s:5:\"depth\";i:1;s:16:\"expand_all_items\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_branding','a:13:{s:4:\"uuid\";s:36:\"620b04db-ee15-4718-970d-b92c3ed9118d\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"NDwadleLD3YVSbDUaakxyYZyINYtkFtOVGShfq4kWy8\";}s:2:\"id\";s:15:\"vue_js_branding\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:6:\"header\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:21:\"system_branding_block\";s:8:\"settings\";a:7:{s:2:\"id\";s:21:\"system_branding_block\";s:5:\"label\";s:13:\"Site branding\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";s:13:\"use_site_logo\";b:1;s:13:\"use_site_name\";b:1;s:15:\"use_site_slogan\";b:1;}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_breadcrumbs','a:13:{s:4:\"uuid\";s:36:\"2a7232d5-6cc8-48da-bff5-a4ab86330f17\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"oXUb3JZR2WW5VOdw4HrhRicCsq51mCgLfRyvheG68ck\";}s:2:\"id\";s:18:\"vue_js_breadcrumbs\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:10:\"breadcrumb\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:23:\"system_breadcrumb_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:23:\"system_breadcrumb_block\";s:5:\"label\";s:11:\"Breadcrumbs\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_content','a:13:{s:4:\"uuid\";s:36:\"99e10e44-f73f-41e1-aea5-69fc6017b8f4\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"9EoWV2Lot6FVSr50t4hoKgiz1LIXYWNG-IIPYsWxBqo\";}s:2:\"id\";s:14:\"vue_js_content\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"system_main_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:17:\"system_main_block\";s:5:\"label\";s:17:\"Main page content\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_footer','a:13:{s:4:\"uuid\";s:36:\"adff97cc-fafe-40f8-91b9-d652602d306c\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:3:{s:6:\"config\";a:1:{i:0;s:18:\"system.menu.footer\";}s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"8zRjTNbfNAJ94lQpZDu6MkyD87GYJ2zpH9VQPVmRbcM\";}s:2:\"id\";s:13:\"vue_js_footer\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:12:\"footer_fifth\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:24:\"system_menu_block:footer\";s:8:\"settings\";a:7:{s:2:\"id\";s:24:\"system_menu_block:footer\";s:5:\"label\";s:11:\"Footer menu\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";s:5:\"level\";i:1;s:5:\"depth\";i:0;s:16:\"expand_all_items\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_help','a:13:{s:4:\"uuid\";s:36:\"4d8ba24c-28bb-4091-b489-4dd69bd71154\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:4:\"help\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"8I8iACSa0sKO3k3jlvUG1ge52rfcKX7USJAQYnzuBgg\";}s:2:\"id\";s:11:\"vue_js_help\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-30;s:8:\"provider\";N;s:6:\"plugin\";s:10:\"help_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:10:\"help_block\";s:5:\"label\";s:4:\"Help\";s:8:\"provider\";s:4:\"help\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_local_actions','a:13:{s:4:\"uuid\";s:36:\"a3ca8b96-f413-49e9-a0c1-fb3f0cdcdb63\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"13GQpeITIJsp1kyPniXtWZfyFH87vb1xxJCHifL4UeE\";}s:2:\"id\";s:20:\"vue_js_local_actions\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-20;s:8:\"provider\";N;s:6:\"plugin\";s:19:\"local_actions_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:19:\"local_actions_block\";s:5:\"label\";s:21:\"Primary admin actions\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_local_tasks','a:13:{s:4:\"uuid\";s:36:\"b5f0f5ac-0515-444e-9229-acc5dd7797c8\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"X9I1OB0W3WlWtrK-CNcg6hNWwa8wficanpH8pYnDZDE\";}s:2:\"id\";s:18:\"vue_js_local_tasks\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-40;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"local_tasks_block\";s:8:\"settings\";a:6:{s:2:\"id\";s:17:\"local_tasks_block\";s:5:\"label\";s:4:\"Tabs\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";s:7:\"primary\";b:1;s:9:\"secondary\";b:1;}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_main_menu','a:13:{s:4:\"uuid\";s:36:\"98e160b2-e02f-4a37-9623-004ff4d503c5\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:3:{s:6:\"config\";a:1:{i:0;s:16:\"system.menu.main\";}s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"ChCx7DYNUrPTt5uiRdQAPDKJQMc-_SyAQTrZh8H0o-c\";}s:2:\"id\";s:16:\"vue_js_main_menu\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:12:\"primary_menu\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:22:\"system_menu_block:main\";s:8:\"settings\";a:7:{s:2:\"id\";s:22:\"system_menu_block:main\";s:5:\"label\";s:15:\"Main navigation\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";s:5:\"level\";i:1;s:5:\"depth\";i:1;s:16:\"expand_all_items\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_messages','a:13:{s:4:\"uuid\";s:36:\"ddc5aee0-8e18-48ac-bd4b-31006e2e3a41\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"KHQIJ7Vfl25lTjzIc7qIvnuistt-Mw2O0kG4jCofmkI\";}s:2:\"id\";s:15:\"vue_js_messages\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:11:\"highlighted\";s:6:\"weight\";i:0;s:8:\"provider\";N;s:6:\"plugin\";s:21:\"system_messages_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:21:\"system_messages_block\";s:5:\"label\";s:15:\"Status messages\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_page_title','a:13:{s:4:\"uuid\";s:36:\"874ea9b2-acd4-4517-b331-a3a5ebb6f7e1\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"7rR9chwXvdM2H8OYMAYx9Zj3GGlPMrZp_M3ZA4thYTk\";}s:2:\"id\";s:17:\"vue_js_page_title\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:7:\"content\";s:6:\"weight\";i:-50;s:8:\"provider\";N;s:6:\"plugin\";s:16:\"page_title_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:16:\"page_title_block\";s:5:\"label\";s:10:\"Page title\";s:8:\"provider\";s:4:\"core\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_powered','a:13:{s:4:\"uuid\";s:36:\"661b01f6-2742-487c-9845-e82e1aa845e6\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"jQQUUWN2Uxr5qZtc9zcJKBCxpKY8orN1u2HPqYYRQDI\";}s:2:\"id\";s:14:\"vue_js_powered\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:12:\"footer_fifth\";s:6:\"weight\";i:10;s:8:\"provider\";N;s:6:\"plugin\";s:23:\"system_powered_by_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:23:\"system_powered_by_block\";s:5:\"label\";s:17:\"Powered by Drupal\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:1:\"0\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_search','a:13:{s:4:\"uuid\";s:36:\"b8fb5d8b-9118-4f29-90e8-624996b3d74b\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:6:\"search\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"za-39d5WDUg6XvbyqSnuVYEeq6QM4qKJxW8MnoAha5A\";}s:2:\"id\";s:13:\"vue_js_search\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:13:\"sidebar_first\";s:6:\"weight\";i:-7;s:8:\"provider\";N;s:6:\"plugin\";s:17:\"search_form_block\";s:8:\"settings\";a:5:{s:2:\"id\";s:17:\"search_form_block\";s:5:\"label\";s:6:\"Search\";s:8:\"provider\";s:6:\"search\";s:13:\"label_display\";s:7:\"visible\";s:7:\"page_id\";s:0:\"\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vue_js_tools','a:13:{s:4:\"uuid\";s:36:\"7ec95ca7-4bbb-4797-b274-4b9755d71f49\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:3:{s:6:\"config\";a:1:{i:0;s:17:\"system.menu.tools\";}s:6:\"module\";a:1:{i:0;s:6:\"system\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"rH6PpAn7-RScha1rGkohGAYSSh_1OVeZzioJPzPw6O4\";}s:2:\"id\";s:12:\"vue_js_tools\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:13:\"sidebar_first\";s:6:\"weight\";i:-6;s:8:\"provider\";N;s:6:\"plugin\";s:23:\"system_menu_block:tools\";s:8:\"settings\";a:7:{s:2:\"id\";s:23:\"system_menu_block:tools\";s:5:\"label\";s:5:\"Tools\";s:8:\"provider\";s:6:\"system\";s:13:\"label_display\";s:7:\"visible\";s:5:\"level\";i:1;s:5:\"depth\";i:0;s:16:\"expand_all_items\";b:0;}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block.block.vueblock','a:12:{s:4:\"uuid\";s:36:\"8ffac7c7-0eee-4bd5-87ea-98d775b3684c\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"module\";a:1:{i:0;s:14:\"vue_js_example\";}s:5:\"theme\";a:1:{i:0;s:6:\"vue_js\";}}s:2:\"id\";s:8:\"vueblock\";s:5:\"theme\";s:6:\"vue_js\";s:6:\"region\";s:13:\"sidebar_first\";s:6:\"weight\";i:-4;s:8:\"provider\";N;s:6:\"plugin\";s:9:\"vue_block\";s:8:\"settings\";a:4:{s:2:\"id\";s:9:\"vue_block\";s:5:\"label\";s:9:\"Vue block\";s:8:\"provider\";s:14:\"vue_js_example\";s:13:\"label_display\";s:7:\"visible\";}s:10:\"visibility\";a:0:{}}',-1,1576074364.082,1,'','0'),('block_content.type.basic','a:9:{s:4:\"uuid\";s:36:\"e4ec441c-1dfe-46b8-846c-bc45c4026b00\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:0:{}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo\";}s:2:\"id\";s:5:\"basic\";s:5:\"label\";s:11:\"Basic block\";s:8:\"revision\";i:0;s:11:\"description\";s:42:\"A basic block contains a title and a body.\";}',-1,1576074364.453,1,'','0'),('block_content.type.collapsible','a:8:{s:4:\"uuid\";s:36:\"99c8274e-1849-4fad-8411-c97d398b595f\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:0:{}s:2:\"id\";s:11:\"collapsible\";s:5:\"label\";s:11:\"Collapsible\";s:8:\"revision\";i:0;s:11:\"description\";s:0:\"\";}',-1,1576074364.453,1,'','0'),('block_content.type.collapsible_vue','a:8:{s:4:\"uuid\";s:36:\"15ee94e7-e21c-49bf-a5d5-a55f5a477994\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:0:{}s:2:\"id\";s:15:\"collapsible_vue\";s:5:\"label\";s:15:\"Collapsible Vue\";s:8:\"revision\";i:0;s:11:\"description\";s:0:\"\";}',-1,1576074364.453,1,'','0'),('color.theme.bartik','b:0;',-1,1576074377.595,1,'','0'),('color.theme.classy','b:0;',-1,1576074377.573,1,'','0'),('color.theme.stable','b:0;',-1,1576074377.557,1,'','0'),('color.theme.vue_js','b:0;',-1,1576074377.038,1,'','0'),('comment.type.comment','a:9:{s:4:\"uuid\";s:36:\"080e9b79-6f08-4b63-956c-3832b983bb30\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:0:{}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"bqZsN31T2n0UjcbyCpOPi9D2iO0sAOHR7FnEs9qMvaA\";}s:2:\"id\";s:7:\"comment\";s:5:\"label\";s:16:\"Default comments\";s:21:\"target_entity_type_id\";s:4:\"node\";s:11:\"description\";s:28:\"Allows commenting on content\";}',-1,1576074364.457,1,'','0'),('components.settings','a:2:{s:16:\"namespace_prefix\";i:0;s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"ubgzimJBOnDVwucabHMNyh86hpBDgl1ytWQyexq4L6I\";}}',-1,1576074362.352,1,'','0'),('contact.form.feedback','a:12:{s:4:\"uuid\";s:36:\"ef15ebae-1714-424e-93c0-5d9751d7e134\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:0:{}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw\";}s:2:\"id\";s:8:\"feedback\";s:5:\"label\";s:16:\"Website feedback\";s:10:\"recipients\";a:1:{i:0;s:17:\"me@joshfabean.com\";}s:5:\"reply\";s:0:\"\";s:6:\"weight\";i:0;s:7:\"message\";s:27:\"Your message has been sent.\";s:8:\"redirect\";s:0:\"\";}',-1,1576074364.461,1,'','0'),('contact.form.personal','a:12:{s:4:\"uuid\";s:36:\"5a007da4-e524-4ee1-a402-fd487a0f6c71\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:0:{}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I\";}s:2:\"id\";s:8:\"personal\";s:5:\"label\";s:21:\"Personal contact form\";s:10:\"recipients\";a:0:{}s:5:\"reply\";s:0:\"\";s:6:\"weight\";i:0;s:7:\"message\";s:27:\"Your message has been sent.\";s:8:\"redirect\";s:0:\"\";}',-1,1576074364.461,1,'','0'),('core.base_field_override.block_content.basic.changed','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.default_langcode','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.id','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.info','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.langcode','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.reusable','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.revision_created','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.revision_default','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.revision_id','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.revision_log','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.revision_translation_affected','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.revision_user','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.status','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.type','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.basic.uuid','b:0;',-1,1576074364.586,1,'','0'),('core.base_field_override.block_content.collapsible.changed','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.default_langcode','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.id','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.info','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.langcode','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.reusable','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.revision_created','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.revision_default','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.revision_id','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.revision_log','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.revision_translation_affected','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.revision_user','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.status','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.type','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible.uuid','b:0;',-1,1576074364.612,1,'','0'),('core.base_field_override.block_content.collapsible_vue.changed','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.default_langcode','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.id','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.info','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.langcode','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.reusable','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.revision_created','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.revision_default','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.revision_id','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.revision_log','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.revision_translation_affected','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.revision_user','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.status','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.type','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.block_content.collapsible_vue.uuid','b:0;',-1,1576074364.625,1,'','0'),('core.base_field_override.comment.comment.changed','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.cid','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.comment_type','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.created','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.default_langcode','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.entity_id','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.entity_type','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.field_name','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.homepage','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.hostname','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.langcode','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.mail','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.name','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.pid','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.status','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.subject','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.thread','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.uid','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.comment.comment.uuid','b:0;',-1,1576074364.662,1,'','0'),('core.base_field_override.contact_message.feedback.contact_form','b:0;',-1,1576074364.695,1,'','0'),('core.base_field_override.contact_message.feedback.copy','b:0;',-1,1576074364.695,1,'','0'),('core.base_field_override.contact_message.feedback.langcode','b:0;',-1,1576074364.695,1,'','0'),('core.base_field_override.contact_message.feedback.mail','b:0;',-1,1576074364.695,1,'','0'),('core.base_field_override.contact_message.feedback.message','b:0;',-1,1576074364.695,1,'','0'),('core.base_field_override.contact_message.feedback.name','b:0;',-1,1576074364.695,1,'','0'),('core.base_field_override.contact_message.feedback.recipient','b:0;',-1,1576074364.695,1,'','0'),('core.base_field_override.contact_message.feedback.subject','b:0;',-1,1576074364.695,1,'','0'),('core.base_field_override.contact_message.feedback.uuid','b:0;',-1,1576074364.695,1,'','0'),('core.base_field_override.contact_message.personal.contact_form','b:0;',-1,1576074364.703,1,'','0'),('core.base_field_override.contact_message.personal.copy','b:0;',-1,1576074364.703,1,'','0'),('core.base_field_override.contact_message.personal.langcode','b:0;',-1,1576074364.703,1,'','0'),('core.base_field_override.contact_message.personal.mail','b:0;',-1,1576074364.703,1,'','0'),('core.base_field_override.contact_message.personal.message','b:0;',-1,1576074364.703,1,'','0'),('core.base_field_override.contact_message.personal.name','b:0;',-1,1576074364.703,1,'','0'),('core.base_field_override.contact_message.personal.recipient','b:0;',-1,1576074364.703,1,'','0'),('core.base_field_override.contact_message.personal.subject','b:0;',-1,1576074364.703,1,'','0'),('core.base_field_override.contact_message.personal.uuid','b:0;',-1,1576074364.703,1,'','0'),('core.base_field_override.file.file.changed','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.created','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.fid','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.filemime','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.filename','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.filesize','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.langcode','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.status','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.uid','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.uri','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.file.file.uuid','b:0;',-1,1576074364.721,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.bundle','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.changed','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.default_langcode','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.description','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.enabled','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.expanded','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.external','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.id','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.langcode','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.link','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.menu_name','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.parent','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.rediscover','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.revision_created','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.revision_default','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.revision_id','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.revision_log_message','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.revision_translation_affected','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.revision_user','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.title','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.uuid','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.menu_link_content.menu_link_content.weight','b:0;',-1,1576074364.925,1,'','0'),('core.base_field_override.node.article.changed','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.created','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.default_langcode','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.langcode','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.menu_link','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.nid','b:0;',-1,1576074364.746,1,'','0'),('core.base_field_override.node.article.path','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.promote','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.revision_default','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.revision_log','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.revision_timestamp','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.revision_translation_affected','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.revision_uid','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.status','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.sticky','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.title','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.type','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.uid','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.uuid','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.article.vid','b:0;',-1,1576074364.747,1,'','0'),('core.base_field_override.node.page.changed','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.created','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.default_langcode','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.langcode','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.menu_link','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.nid','b:0;',-1,1576074364.786,1,'','0'),('core.base_field_override.node.page.path','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.promote','a:17:{s:4:\"uuid\";s:36:\"111e8491-3b26-4897-9dbd-f1a11c1b9e83\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"config\";a:1:{i:0;s:14:\"node.type.page\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"fPUEnm4T5zfZRr3ttDUqq7yCDd2uW3clWD-pvos4tlQ\";}s:2:\"id\";s:17:\"node.page.promote\";s:10:\"field_name\";s:7:\"promote\";s:11:\"entity_type\";s:4:\"node\";s:6:\"bundle\";s:4:\"page\";s:5:\"label\";s:22:\"Promoted to front page\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:0;s:13:\"default_value\";a:1:{i:0;a:1:{s:5:\"value\";i:0;}}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:2:{s:8:\"on_label\";s:2:\"On\";s:9:\"off_label\";s:3:\"Off\";}s:10:\"field_type\";s:7:\"boolean\";}',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.revision_default','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.revision_log','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.revision_timestamp','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.revision_translation_affected','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.revision_uid','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.status','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.sticky','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.title','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.type','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.uid','b:0;',-1,1576074364.787,1,'','0'),('core.base_field_override.node.page.uuid','b:0;',-1,1576074364.786,1,'','0'),('core.base_field_override.node.page.vid','b:0;',-1,1576074364.786,1,'','0'),('core.base_field_override.path_alias.path_alias.alias','b:0;',-1,1576074364.819,1,'','0'),('core.base_field_override.path_alias.path_alias.id','b:0;',-1,1576074364.819,1,'','0'),('core.base_field_override.path_alias.path_alias.langcode','b:0;',-1,1576074364.819,1,'','0'),('core.base_field_override.path_alias.path_alias.path','b:0;',-1,1576074364.819,1,'','0'),('core.base_field_override.path_alias.path_alias.revision_default','b:0;',-1,1576074364.819,1,'','0'),('core.base_field_override.path_alias.path_alias.revision_id','b:0;',-1,1576074364.819,1,'','0'),('core.base_field_override.path_alias.path_alias.status','b:0;',-1,1576074364.819,1,'','0'),('core.base_field_override.path_alias.path_alias.uuid','b:0;',-1,1576074364.819,1,'','0'),('core.base_field_override.shortcut.default.default_langcode','b:0;',-1,1576074364.836,1,'','0'),('core.base_field_override.shortcut.default.id','b:0;',-1,1576074364.836,1,'','0'),('core.base_field_override.shortcut.default.langcode','b:0;',-1,1576074364.836,1,'','0'),('core.base_field_override.shortcut.default.link','b:0;',-1,1576074364.836,1,'','0'),('core.base_field_override.shortcut.default.shortcut_set','b:0;',-1,1576074364.836,1,'','0'),('core.base_field_override.shortcut.default.title','b:0;',-1,1576074364.836,1,'','0'),('core.base_field_override.shortcut.default.uuid','b:0;',-1,1576074364.836,1,'','0'),('core.base_field_override.shortcut.default.weight','b:0;',-1,1576074364.836,1,'','0'),('core.base_field_override.taxonomy_term.tags.changed','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.default_langcode','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.description','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.langcode','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.name','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.parent','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.path','b:0;',-1,1576074364.866,1,'','0'),('core.base_field_override.taxonomy_term.tags.revision_created','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.revision_default','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.revision_id','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.revision_log_message','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.revision_translation_affected','b:0;',-1,1576074364.866,1,'','0'),('core.base_field_override.taxonomy_term.tags.revision_user','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.status','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.tid','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.uuid','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.vid','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.taxonomy_term.tags.weight','b:0;',-1,1576074364.865,1,'','0'),('core.base_field_override.user.user.access','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.changed','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.created','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.default_langcode','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.init','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.langcode','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.login','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.mail','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.name','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.pass','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.path','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.preferred_admin_langcode','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.preferred_langcode','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.roles','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.status','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.timezone','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.uid','b:0;',-1,1576074364.893,1,'','0'),('core.base_field_override.user.user.uuid','b:0;',-1,1576074364.893,1,'','0'),('core.date_format.html_date','a:9:{s:4:\"uuid\";s:36:\"0cf71b41-12e8-41e7-ac8d-8f28e64097db\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:0:{}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"EOQltUQPmgc6UQ2rcJ4Xi_leCEJj5ui0TR-12duS-Tk\";}s:2:\"id\";s:9:\"html_date\";s:5:\"label\";s:9:\"HTML Date\";s:6:\"locked\";b:1;s:7:\"pattern\";s:5:\"Y-m-d\";}',-1,1576074376.415,1,'','0'),('core.date_format.html_time','a:9:{s:4:\"uuid\";s:36:\"cb592dad-b33f-4e22-a1f8-9ee9f235e1be\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:0:{}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"M7yqicYkU36hRy5p9drAaGBBihhUD1OyujFrAaQ93ZE\";}s:2:\"id\";s:9:\"html_time\";s:5:\"label\";s:9:\"HTML Time\";s:6:\"locked\";b:1;s:7:\"pattern\";s:5:\"H:i:s\";}',-1,1576074376.419,1,'','0'),('core.date_format.medium','a:9:{s:4:\"uuid\";s:36:\"caacd46b-ae5b-4787-9fd3-ef63ed411162\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:0:{}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"nzL5d024NjXIX_8TlT6uFAu973lmfkmHklJC-2i9rAE\";}s:2:\"id\";s:6:\"medium\";s:5:\"label\";s:19:\"Default medium date\";s:6:\"locked\";b:0;s:7:\"pattern\";s:14:\"D, m/d/Y - H:i\";}',-1,1576074376.011,1,'','0'),('core.entity_form_mode.user.register','a:9:{s:4:\"uuid\";s:36:\"7ce9bc69-4ecd-412b-905f-ce1107e7fd84\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"user\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI\";}s:2:\"id\";s:13:\"user.register\";s:5:\"label\";s:8:\"Register\";s:16:\"targetEntityType\";s:4:\"user\";s:5:\"cache\";b:1;}',-1,1576074377.157,1,'','0'),('core.entity_view_display.block_content.collapsible.default','a:10:{s:4:\"uuid\";s:36:\"3d8ac23a-bc4c-4ca2-a6fb-32bff33fb335\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:30:\"block_content.type.collapsible\";i:1;s:42:\"field.field.block_content.collapsible.body\";}s:6:\"module\";a:1:{i:0;s:4:\"text\";}}s:2:\"id\";s:33:\"block_content.collapsible.default\";s:16:\"targetEntityType\";s:13:\"block_content\";s:6:\"bundle\";s:11:\"collapsible\";s:4:\"mode\";s:7:\"default\";s:7:\"content\";a:1:{s:4:\"body\";a:6:{s:5:\"label\";s:6:\"hidden\";s:4:\"type\";s:12:\"text_default\";s:6:\"weight\";i:0;s:8:\"settings\";a:0:{}s:20:\"third_party_settings\";a:0:{}s:6:\"region\";s:7:\"content\";}}s:6:\"hidden\";a:0:{}}',-1,1576074376.080,1,'','0'),('core.entity_view_display.block_content.collapsible.full','b:0;',-1,1576074376.080,1,'','0'),('core.entity_view_display.block_content.collapsible_vue.default','a:10:{s:4:\"uuid\";s:36:\"f6088b1a-fc1a-4982-b2cd-6c224fa8e89e\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:34:\"block_content.type.collapsible_vue\";i:1;s:46:\"field.field.block_content.collapsible_vue.body\";}s:6:\"module\";a:1:{i:0;s:4:\"text\";}}s:2:\"id\";s:37:\"block_content.collapsible_vue.default\";s:16:\"targetEntityType\";s:13:\"block_content\";s:6:\"bundle\";s:15:\"collapsible_vue\";s:4:\"mode\";s:7:\"default\";s:7:\"content\";a:1:{s:4:\"body\";a:6:{s:5:\"label\";s:6:\"hidden\";s:4:\"type\";s:12:\"text_default\";s:6:\"weight\";i:0;s:8:\"settings\";a:0:{}s:20:\"third_party_settings\";a:0:{}s:6:\"region\";s:7:\"content\";}}s:6:\"hidden\";a:0:{}}',-1,1576074376.062,1,'','0'),('core.entity_view_display.block_content.collapsible_vue.full','b:0;',-1,1576074376.062,1,'','0'),('core.entity_view_display.node.article.default','a:11:{s:4:\"uuid\";s:36:\"348058ef-7fc1-4f11-9790-979cc22b28f2\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:7:{i:0;s:48:\"core.entity_view_display.comment.comment.default\";i:1;s:29:\"field.field.node.article.body\";i:2;s:32:\"field.field.node.article.comment\";i:3;s:36:\"field.field.node.article.field_image\";i:4;s:35:\"field.field.node.article.field_tags\";i:5;s:17:\"image.style.large\";i:6;s:17:\"node.type.article\";}s:6:\"module\";a:4:{i:0;s:7:\"comment\";i:1;s:5:\"image\";i:2;s:4:\"text\";i:3;s:4:\"user\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"ChmU3AVqDKU32A_fyChG0W9dTRKmVBR58B6OClCLvZI\";}s:2:\"id\";s:20:\"node.article.default\";s:16:\"targetEntityType\";s:4:\"node\";s:6:\"bundle\";s:7:\"article\";s:4:\"mode\";s:7:\"default\";s:7:\"content\";a:5:{s:4:\"body\";a:6:{s:4:\"type\";s:12:\"text_default\";s:6:\"weight\";i:0;s:6:\"region\";s:7:\"content\";s:8:\"settings\";a:0:{}s:20:\"third_party_settings\";a:0:{}s:5:\"label\";s:6:\"hidden\";}s:7:\"comment\";a:6:{s:4:\"type\";s:15:\"comment_default\";s:6:\"weight\";i:110;s:6:\"region\";s:7:\"content\";s:5:\"label\";s:5:\"above\";s:8:\"settings\";a:2:{s:9:\"view_mode\";s:7:\"default\";s:8:\"pager_id\";i:0;}s:20:\"third_party_settings\";a:0:{}}s:11:\"field_image\";a:6:{s:4:\"type\";s:5:\"image\";s:6:\"weight\";i:-1;s:6:\"region\";s:7:\"content\";s:8:\"settings\";a:2:{s:11:\"image_style\";s:5:\"large\";s:10:\"image_link\";s:0:\"\";}s:20:\"third_party_settings\";a:0:{}s:5:\"label\";s:6:\"hidden\";}s:10:\"field_tags\";a:6:{s:4:\"type\";s:22:\"entity_reference_label\";s:6:\"weight\";i:10;s:6:\"region\";s:7:\"content\";s:5:\"label\";s:5:\"above\";s:8:\"settings\";a:1:{s:4:\"link\";b:1;}s:20:\"third_party_settings\";a:0:{}}s:5:\"links\";a:4:{s:6:\"weight\";i:100;s:6:\"region\";s:7:\"content\";s:8:\"settings\";a:0:{}s:20:\"third_party_settings\";a:0:{}}}s:6:\"hidden\";a:0:{}}',-1,1576079023.989,1,'','0'),('core.entity_view_display.node.article.search_index','b:0;',-1,1576079023.989,1,'','0'),('core.entity_view_display.node.page.default','a:12:{s:4:\"uuid\";s:36:\"c5da88f4-6144-440c-9872-4eac71607f61\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:26:\"field.field.node.page.body\";i:1;s:14:\"node.type.page\";}s:6:\"module\";a:4:{i:0;s:14:\"layout_builder\";i:1;s:16:\"layout_discovery\";i:2;s:4:\"text\";i:3;s:4:\"user\";}}s:20:\"third_party_settings\";a:1:{s:14:\"layout_builder\";a:3:{s:12:\"allow_custom\";b:1;s:7:\"enabled\";b:1;s:8:\"sections\";a:1:{i:0;a:4:{s:9:\"layout_id\";s:13:\"layout_onecol\";s:15:\"layout_settings\";a:1:{s:5:\"label\";s:0:\"\";}s:10:\"components\";a:2:{s:36:\"0924f660-9de5-46c7-bbc0-7cbe00cba59b\";a:5:{s:4:\"uuid\";s:36:\"0924f660-9de5-46c7-bbc0-7cbe00cba59b\";s:6:\"region\";s:7:\"content\";s:13:\"configuration\";a:4:{s:13:\"label_display\";s:1:\"0\";s:15:\"context_mapping\";a:1:{s:6:\"entity\";s:21:\"layout_builder.entity\";}s:2:\"id\";s:26:\"field_block:node:page:body\";s:9:\"formatter\";a:4:{s:5:\"label\";s:6:\"hidden\";s:4:\"type\";s:12:\"text_default\";s:8:\"settings\";a:0:{}s:20:\"third_party_settings\";a:0:{}}}s:10:\"additional\";a:0:{}s:6:\"weight\";i:0;}s:36:\"7f1eeb01-34f5-4b10-8e4c-9752ffa3412c\";a:5:{s:4:\"uuid\";s:36:\"7f1eeb01-34f5-4b10-8e4c-9752ffa3412c\";s:6:\"region\";s:7:\"content\";s:13:\"configuration\";a:3:{s:13:\"label_display\";s:1:\"0\";s:15:\"context_mapping\";a:1:{s:6:\"entity\";s:21:\"layout_builder.entity\";}s:2:\"id\";s:33:\"extra_field_block:node:page:links\";}s:10:\"additional\";a:0:{}s:6:\"weight\";i:1;}}s:20:\"third_party_settings\";a:0:{}}}}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"g1S3_GLaxq4l3I9RIca5Mlz02MxI2KmOquZpHw59akM\";}s:2:\"id\";s:17:\"node.page.default\";s:16:\"targetEntityType\";s:4:\"node\";s:6:\"bundle\";s:4:\"page\";s:4:\"mode\";s:7:\"default\";s:7:\"content\";a:2:{s:4:\"body\";a:6:{s:5:\"label\";s:6:\"hidden\";s:4:\"type\";s:12:\"text_default\";s:6:\"weight\";i:100;s:6:\"region\";s:7:\"content\";s:8:\"settings\";a:0:{}s:20:\"third_party_settings\";a:0:{}}s:5:\"links\";a:4:{s:6:\"weight\";i:101;s:6:\"region\";s:7:\"content\";s:8:\"settings\";a:0:{}s:20:\"third_party_settings\";a:0:{}}}s:6:\"hidden\";a:0:{}}',-1,1576074375.735,1,'','0'),('core.entity_view_display.node.page.full','b:0;',-1,1576074375.735,1,'','0'),('core.entity_view_display.node.page.search_index','b:0;',-1,1576079061.351,1,'','0'),('core.entity_view_mode.block.token','a:8:{s:4:\"uuid\";s:36:\"4930d5f4-1d06-4d22-ad61-ce363a810359\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:5:\"block\";}}s:2:\"id\";s:11:\"block.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:5:\"block\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.block_content.full','a:9:{s:4:\"uuid\";s:36:\"c8791dcf-e884-4140-94fd-9221da441260\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:0;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:13:\"block_content\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg\";}s:2:\"id\";s:18:\"block_content.full\";s:5:\"label\";s:4:\"Full\";s:16:\"targetEntityType\";s:13:\"block_content\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.block_content.token','a:8:{s:4:\"uuid\";s:36:\"8926b53e-4861-44f8-bf4b-89a904bb09af\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:13:\"block_content\";}}s:2:\"id\";s:19:\"block_content.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:13:\"block_content\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.comment.full','a:9:{s:4:\"uuid\";s:36:\"b7271cd7-63b8-4821-b6ee-0873d99b0a6b\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:0;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:7:\"comment\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"K7eNlfU7NEUajz01wItywZklr2oaPgL6s1_97fmDXLA\";}s:2:\"id\";s:12:\"comment.full\";s:5:\"label\";s:12:\"Full comment\";s:16:\"targetEntityType\";s:7:\"comment\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.comment.token','a:8:{s:4:\"uuid\";s:36:\"28fe9433-d23b-4982-a41b-221e83c934c8\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:7:\"comment\";}}s:2:\"id\";s:13:\"comment.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:7:\"comment\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.contact_message.token','a:8:{s:4:\"uuid\";s:36:\"c71a4290-4ac5-4588-b467-17c60c492ce6\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:7:\"contact\";}}s:2:\"id\";s:21:\"contact_message.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:15:\"contact_message\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.file.token','a:8:{s:4:\"uuid\";s:36:\"41582dee-0dc7-493b-b990-a7e3a9b77524\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"file\";}}s:2:\"id\";s:10:\"file.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:4:\"file\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.menu_link_content.token','a:8:{s:4:\"uuid\";s:36:\"d6bf5905-881f-45fb-85df-385fbb8100e4\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:17:\"menu_link_content\";}}s:2:\"id\";s:23:\"menu_link_content.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:17:\"menu_link_content\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.node.full','a:9:{s:4:\"uuid\";s:36:\"f10a00d3-e277-4976-8ce4-b0de7ae71887\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:0;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"node\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk\";}s:2:\"id\";s:9:\"node.full\";s:5:\"label\";s:12:\"Full content\";s:16:\"targetEntityType\";s:4:\"node\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.node.rss','a:9:{s:4:\"uuid\";s:36:\"d29a60f3-3ede-464f-becb-f16255725a07\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:0;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"node\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU\";}s:2:\"id\";s:8:\"node.rss\";s:5:\"label\";s:3:\"RSS\";s:16:\"targetEntityType\";s:4:\"node\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.node.search_index','a:9:{s:4:\"uuid\";s:36:\"22e84d08-3a85-496f-b515-a5e1cb840f7d\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:0;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"node\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY\";}s:2:\"id\";s:17:\"node.search_index\";s:5:\"label\";s:12:\"Search index\";s:16:\"targetEntityType\";s:4:\"node\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.node.search_result','a:9:{s:4:\"uuid\";s:36:\"4990f65a-daa6-4ebd-8561-2bb7eb02825f\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:0;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"node\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM\";}s:2:\"id\";s:18:\"node.search_result\";s:5:\"label\";s:32:\"Search result highlighting input\";s:16:\"targetEntityType\";s:4:\"node\";s:5:\"cache\";b:1;}',-1,1576074375.659,1,'','0'),('core.entity_view_mode.node.teaser','a:9:{s:4:\"uuid\";s:36:\"0b6be83f-2837-493f-a2b2-7bd486b6cd94\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"node\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4\";}s:2:\"id\";s:11:\"node.teaser\";s:5:\"label\";s:6:\"Teaser\";s:16:\"targetEntityType\";s:4:\"node\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.entity_view_mode.node.token','a:8:{s:4:\"uuid\";s:36:\"6b366271-3d8b-4167-8cc0-08b0d4126f90\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"node\";}}s:2:\"id\";s:10:\"node.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:4:\"node\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.entity_view_mode.path_alias.token','a:8:{s:4:\"uuid\";s:36:\"1ca04721-26b0-42c0-adda-4db72d6f0faf\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:10:\"path_alias\";}}s:2:\"id\";s:16:\"path_alias.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:10:\"path_alias\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.entity_view_mode.shortcut.token','a:8:{s:4:\"uuid\";s:36:\"49366d16-c7be-4572-bc7c-ae1eb89565f9\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:8:\"shortcut\";}}s:2:\"id\";s:14:\"shortcut.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:8:\"shortcut\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.entity_view_mode.taxonomy_term.full','a:9:{s:4:\"uuid\";s:36:\"66d91ef3-9829-4aba-99ce-75eb00ba1e6f\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:8:\"taxonomy\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE\";}s:2:\"id\";s:18:\"taxonomy_term.full\";s:5:\"label\";s:18:\"Taxonomy term page\";s:16:\"targetEntityType\";s:13:\"taxonomy_term\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.entity_view_mode.taxonomy_term.token','a:8:{s:4:\"uuid\";s:36:\"4d3d1b96-4696-4e5d-94cc-3995cf8c21ec\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:8:\"taxonomy\";}}s:2:\"id\";s:19:\"taxonomy_term.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:13:\"taxonomy_term\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.entity_view_mode.tour.token','a:8:{s:4:\"uuid\";s:36:\"a97c7cca-5bf4-4ab6-904f-3d46670927f4\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"tour\";}}s:2:\"id\";s:10:\"tour.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:4:\"tour\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.entity_view_mode.user.compact','a:9:{s:4:\"uuid\";s:36:\"62913e20-5955-4a48-b48d-c5b3762287a4\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"user\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g\";}s:2:\"id\";s:12:\"user.compact\";s:5:\"label\";s:7:\"Compact\";s:16:\"targetEntityType\";s:4:\"user\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.entity_view_mode.user.full','a:9:{s:4:\"uuid\";s:36:\"eb82ac7e-1773-4144-af27-73c8b728811f\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:0;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"user\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM\";}s:2:\"id\";s:9:\"user.full\";s:5:\"label\";s:12:\"User account\";s:16:\"targetEntityType\";s:4:\"user\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.entity_view_mode.user.token','a:8:{s:4:\"uuid\";s:36:\"2422882d-ce40-427b-83d8-c6bc3e46f93c\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:4:\"user\";}}s:2:\"id\";s:10:\"user.token\";s:5:\"label\";s:5:\"Token\";s:16:\"targetEntityType\";s:4:\"user\";s:5:\"cache\";b:1;}',-1,1576074375.660,1,'','0'),('core.extension','a:4:{s:6:\"module\";a:59:{s:13:\"admin_toolbar\";i:0;s:19:\"admin_toolbar_tools\";i:0;s:14:\"automated_cron\";i:0;s:8:\"big_pipe\";i:0;s:5:\"block\";i:0;s:13:\"block_content\";i:0;s:10:\"breakpoint\";i:0;s:8:\"ckeditor\";i:0;s:5:\"color\";i:0;s:7:\"comment\";i:0;s:10:\"components\";i:0;s:6:\"config\";i:0;s:7:\"contact\";i:0;s:10:\"contextual\";i:0;s:6:\"ctools\";i:0;s:8:\"datetime\";i:0;s:5:\"dblog\";i:0;s:5:\"devel\";i:0;s:14:\"devel_generate\";i:0;s:18:\"dynamic_page_cache\";i:0;s:6:\"editor\";i:0;s:5:\"field\";i:0;s:8:\"field_ui\";i:0;s:4:\"file\";i:0;s:6:\"filter\";i:0;s:4:\"help\";i:0;s:7:\"history\";i:0;s:5:\"image\";i:0;s:7:\"jsonapi\";i:0;s:14:\"layout_builder\";i:0;s:16:\"layout_discovery\";i:0;s:4:\"link\";i:0;s:7:\"menu_ui\";i:0;s:4:\"node\";i:0;s:7:\"options\";i:0;s:10:\"page_cache\";i:0;s:4:\"path\";i:0;s:10:\"path_alias\";i:0;s:9:\"quickedit\";i:0;s:3:\"rdf\";i:0;s:4:\"rest\";i:0;s:6:\"search\";i:0;s:13:\"serialization\";i:0;s:8:\"shortcut\";i:0;s:6:\"system\";i:0;s:8:\"taxonomy\";i:0;s:4:\"text\";i:0;s:5:\"token\";i:0;s:7:\"toolbar\";i:0;s:4:\"tour\";i:0;s:11:\"twig_xdebug\";i:0;s:6:\"update\";i:0;s:4:\"user\";i:0;s:8:\"views_ui\";i:0;s:14:\"vue_js_example\";i:0;s:17:\"menu_link_content\";i:1;s:8:\"pathauto\";i:1;s:5:\"views\";i:10;s:8:\"standard\";i:1000;}s:5:\"theme\";a:6:{s:6:\"stable\";i:0;s:6:\"classy\";i:0;s:6:\"bartik\";i:0;s:5:\"seven\";i:0;s:5:\"claro\";i:0;s:6:\"vue_js\";i:0;}s:7:\"profile\";s:8:\"standard\";s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc\";}}',-1,1576074362.378,1,'','0'),('core.menu.static_menu_link_overrides','a:2:{s:11:\"definitions\";a:1:{s:18:\"contact__site_page\";a:5:{s:7:\"enabled\";b:1;s:9:\"menu_name\";s:6:\"footer\";s:6:\"parent\";s:0:\"\";s:6:\"weight\";i:0;s:8:\"expanded\";b:0;}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ\";}}',-1,1576074366.214,1,'','0'),('dblog.settings','a:2:{s:9:\"row_limit\";i:1000;s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58\";}}',-1,1576079023.802,1,'','0'),('devel.settings','a:8:{s:10:\"page_alter\";b:0;s:9:\"raw_names\";b:0;s:14:\"error_handlers\";a:1:{i:1;i:1;}s:13:\"rebuild_theme\";b:0;s:22:\"debug_mail_file_format\";s:31:\"%to-%subject-%datetime.mail.txt\";s:20:\"debug_mail_directory\";s:23:\"temporary://devel-mails\";s:12:\"devel_dumper\";s:7:\"default\";s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI\";}}',-1,1576074362.656,1,'','0'),('field.field.block_content.basic.body','a:17:{s:4:\"uuid\";s:36:\"3ee93953-0991-4248-82c9-eaed617c8aec\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:24:\"block_content.type.basic\";i:1;s:32:\"field.storage.block_content.body\";}s:6:\"module\";a:1:{i:0;s:4:\"text\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"R__6wc-rMfFMO8d7jcgqnqiA92j8spKhcc5MiqecrMc\";}s:2:\"id\";s:24:\"block_content.basic.body\";s:10:\"field_name\";s:4:\"body\";s:11:\"entity_type\";s:13:\"block_content\";s:6:\"bundle\";s:5:\"basic\";s:5:\"label\";s:4:\"Body\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:1;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:2:{s:15:\"display_summary\";b:0;s:16:\"required_summary\";b:0;}s:10:\"field_type\";s:17:\"text_with_summary\";}',-1,1576074364.592,1,'','0'),('field.field.block_content.collapsible.body','a:16:{s:4:\"uuid\";s:36:\"ea5f94b4-816c-4ace-818e-c9544fe4ad39\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:30:\"block_content.type.collapsible\";i:1;s:32:\"field.storage.block_content.body\";}s:6:\"module\";a:1:{i:0;s:4:\"text\";}}s:2:\"id\";s:30:\"block_content.collapsible.body\";s:10:\"field_name\";s:4:\"body\";s:11:\"entity_type\";s:13:\"block_content\";s:6:\"bundle\";s:11:\"collapsible\";s:5:\"label\";s:4:\"Body\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:1;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:2:{s:15:\"display_summary\";b:0;s:16:\"required_summary\";b:0;}s:10:\"field_type\";s:17:\"text_with_summary\";}',-1,1576074364.617,1,'','0'),('field.field.block_content.collapsible_vue.body','a:16:{s:4:\"uuid\";s:36:\"5006bda4-4c19-49fc-bfde-503a6f2bf50b\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:34:\"block_content.type.collapsible_vue\";i:1;s:32:\"field.storage.block_content.body\";}s:6:\"module\";a:1:{i:0;s:4:\"text\";}}s:2:\"id\";s:34:\"block_content.collapsible_vue.body\";s:10:\"field_name\";s:4:\"body\";s:11:\"entity_type\";s:13:\"block_content\";s:6:\"bundle\";s:15:\"collapsible_vue\";s:5:\"label\";s:4:\"Body\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:1;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:2:{s:15:\"display_summary\";b:0;s:16:\"required_summary\";b:0;}s:10:\"field_type\";s:17:\"text_with_summary\";}',-1,1576074364.630,1,'','0'),('field.field.comment.comment.comment_body','a:17:{s:4:\"uuid\";s:36:\"9eb46883-5c94-47b6-a342-4112f266e231\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:20:\"comment.type.comment\";i:1;s:34:\"field.storage.comment.comment_body\";}s:6:\"module\";a:1:{i:0;s:4:\"text\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"TmAKjNrJ7RR60YpqvJq_QqEewYe_S8Kd23n8VRCqiWs\";}s:2:\"id\";s:28:\"comment.comment.comment_body\";s:10:\"field_name\";s:12:\"comment_body\";s:11:\"entity_type\";s:7:\"comment\";s:6:\"bundle\";s:7:\"comment\";s:5:\"label\";s:7:\"Comment\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:1;s:12:\"translatable\";b:1;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:0:{}s:10:\"field_type\";s:9:\"text_long\";}',-1,1576074364.668,1,'','0'),('field.field.node.article.body','a:17:{s:4:\"uuid\";s:36:\"e19dac74-4ef8-49bf-abe9-d47338851c82\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:23:\"field.storage.node.body\";i:1;s:17:\"node.type.article\";}s:6:\"module\";a:1:{i:0;s:4:\"text\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"Ay3b2hq42cpQTFB_lNu8S2ZxuVIY6-dlBsc7vLeJ-YY\";}s:2:\"id\";s:17:\"node.article.body\";s:10:\"field_name\";s:4:\"body\";s:11:\"entity_type\";s:4:\"node\";s:6:\"bundle\";s:7:\"article\";s:5:\"label\";s:4:\"Body\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:1;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:2:{s:15:\"display_summary\";b:1;s:16:\"required_summary\";b:0;}s:10:\"field_type\";s:17:\"text_with_summary\";}',-1,1576074364.754,1,'','0'),('field.field.node.article.comment','a:17:{s:4:\"uuid\";s:36:\"14030fe0-dd94-48e7-a1a4-26c78470eb78\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:26:\"field.storage.node.comment\";i:1;s:17:\"node.type.article\";}s:6:\"module\";a:1:{i:0;s:7:\"comment\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"r-hrxwbKKXBKQnBefGjXNSdU00u2fPvMWEykGRHqd10\";}s:2:\"id\";s:20:\"node.article.comment\";s:10:\"field_name\";s:7:\"comment\";s:11:\"entity_type\";s:4:\"node\";s:6:\"bundle\";s:7:\"article\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:1;s:13:\"default_value\";a:1:{i:0;a:6:{s:6:\"status\";i:2;s:3:\"cid\";i:0;s:17:\"last_comment_name\";N;s:22:\"last_comment_timestamp\";i:0;s:16:\"last_comment_uid\";i:0;s:13:\"comment_count\";i:0;}}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:5:{s:12:\"default_mode\";i:1;s:8:\"per_page\";i:50;s:13:\"form_location\";b:1;s:9:\"anonymous\";i:0;s:7:\"preview\";i:1;}s:10:\"field_type\";s:7:\"comment\";}',-1,1576074364.754,1,'','0'),('field.field.node.article.field_image','a:17:{s:4:\"uuid\";s:36:\"58991e42-2d5f-476f-8031-024a28fdc3cb\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:30:\"field.storage.node.field_image\";i:1;s:17:\"node.type.article\";}s:6:\"module\";a:1:{i:0;s:5:\"image\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"tgJzhA7Swh4M_gWU5FwFe5lPxPj5rebpMbvhpdNrERs\";}s:2:\"id\";s:24:\"node.article.field_image\";s:10:\"field_name\";s:11:\"field_image\";s:11:\"entity_type\";s:4:\"node\";s:6:\"bundle\";s:7:\"article\";s:5:\"label\";s:5:\"Image\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:1;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:12:{s:14:\"file_directory\";s:31:\"[date:custom:Y]-[date:custom:m]\";s:15:\"file_extensions\";s:16:\"png gif jpg jpeg\";s:12:\"max_filesize\";s:0:\"\";s:14:\"max_resolution\";s:0:\"\";s:14:\"min_resolution\";s:0:\"\";s:9:\"alt_field\";b:1;s:11:\"title_field\";b:0;s:18:\"alt_field_required\";b:1;s:20:\"title_field_required\";b:0;s:13:\"default_image\";a:5:{s:4:\"uuid\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";s:5:\"width\";N;s:6:\"height\";N;}s:7:\"handler\";s:12:\"default:file\";s:16:\"handler_settings\";a:0:{}}s:10:\"field_type\";s:5:\"image\";}',-1,1576074364.754,1,'','0'),('field.field.node.article.field_tags','a:17:{s:4:\"uuid\";s:36:\"946787e4-9021-4587-8f70-322dafd0d671\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"config\";a:3:{i:0;s:29:\"field.storage.node.field_tags\";i:1;s:17:\"node.type.article\";i:2;s:24:\"taxonomy.vocabulary.tags\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"QdUgf_beeoaPiyKorFv0q1fcJpWH_uZTqe_xoVJacrw\";}s:2:\"id\";s:23:\"node.article.field_tags\";s:10:\"field_name\";s:10:\"field_tags\";s:11:\"entity_type\";s:4:\"node\";s:6:\"bundle\";s:7:\"article\";s:5:\"label\";s:4:\"Tags\";s:11:\"description\";s:84:\"Enter a comma-separated list. For example: Amsterdam, Mexico City, \"Cleveland, Ohio\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:1;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:2:{s:7:\"handler\";s:21:\"default:taxonomy_term\";s:16:\"handler_settings\";a:3:{s:14:\"target_bundles\";a:1:{s:4:\"tags\";s:4:\"tags\";}s:4:\"sort\";a:1:{s:5:\"field\";s:5:\"_none\";}s:11:\"auto_create\";b:1;}}s:10:\"field_type\";s:16:\"entity_reference\";}',-1,1576074364.754,1,'','0'),('field.field.node.page.body','a:17:{s:4:\"uuid\";s:36:\"1233c220-fcbc-4585-8776-67e3d6b57592\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:23:\"field.storage.node.body\";i:1;s:14:\"node.type.page\";}s:6:\"module\";a:1:{i:0;s:4:\"text\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"rUop-8b6hvxxDYbv-KobTfNIBNbPY9qOPl8f6kBNSpw\";}s:2:\"id\";s:14:\"node.page.body\";s:10:\"field_name\";s:4:\"body\";s:11:\"entity_type\";s:4:\"node\";s:6:\"bundle\";s:4:\"page\";s:5:\"label\";s:4:\"Body\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:1;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:2:{s:15:\"display_summary\";b:1;s:16:\"required_summary\";b:0;}s:10:\"field_type\";s:17:\"text_with_summary\";}',-1,1576074364.797,1,'','0'),('field.field.node.page.layout_builder__layout','a:16:{s:4:\"uuid\";s:36:\"13207204-9829-4231-b64b-4493bf91d178\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:2:{i:0;s:41:\"field.storage.node.layout_builder__layout\";i:1;s:14:\"node.type.page\";}s:6:\"module\";a:1:{i:0;s:14:\"layout_builder\";}}s:2:\"id\";s:32:\"node.page.layout_builder__layout\";s:10:\"field_name\";s:22:\"layout_builder__layout\";s:11:\"entity_type\";s:4:\"node\";s:6:\"bundle\";s:4:\"page\";s:5:\"label\";s:6:\"Layout\";s:11:\"description\";s:0:\"\";s:8:\"required\";b:0;s:12:\"translatable\";b:0;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:0:{}s:10:\"field_type\";s:14:\"layout_section\";}',-1,1576074364.797,1,'','0'),('field.field.user.user.user_picture','a:17:{s:4:\"uuid\";s:36:\"1230c262-99ef-48d7-91e7-8ae62ff9251f\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:2:{s:6:\"config\";a:1:{i:0;s:31:\"field.storage.user.user_picture\";}s:6:\"module\";a:2:{i:0;s:5:\"image\";i:1;s:4:\"user\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"Iiq0AttdhgbebJwabSFwQQ1ORn64GoGz0xSZ_eyCJ8A\";}s:2:\"id\";s:22:\"user.user.user_picture\";s:10:\"field_name\";s:12:\"user_picture\";s:11:\"entity_type\";s:4:\"user\";s:6:\"bundle\";s:4:\"user\";s:5:\"label\";s:7:\"Picture\";s:11:\"description\";s:29:\"Your virtual face or picture.\";s:8:\"required\";b:0;s:12:\"translatable\";b:1;s:13:\"default_value\";a:0:{}s:22:\"default_value_callback\";s:0:\"\";s:8:\"settings\";a:12:{s:15:\"file_extensions\";s:16:\"png gif jpg jpeg\";s:14:\"file_directory\";s:40:\"pictures/[date:custom:Y]-[date:custom:m]\";s:12:\"max_filesize\";s:0:\"\";s:9:\"alt_field\";b:0;s:11:\"title_field\";b:0;s:14:\"max_resolution\";s:0:\"\";s:14:\"min_resolution\";s:0:\"\";s:13:\"default_image\";a:5:{s:4:\"uuid\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";s:5:\"width\";N;s:6:\"height\";N;}s:18:\"alt_field_required\";b:0;s:20:\"title_field_required\";b:0;s:7:\"handler\";s:12:\"default:file\";s:16:\"handler_settings\";a:0:{}}s:10:\"field_type\";s:5:\"image\";}',-1,1576074364.902,1,'','0'),('field.settings','a:2:{s:16:\"purge_batch_size\";i:50;s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0\";}}',-1,1576079023.810,1,'','0'),('field.storage.block_content.body','a:17:{s:4:\"uuid\";s:36:\"50ba598c-a6a1-44a2-adab-8f99325f64b3\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:2:{i:0;s:13:\"block_content\";i:1;s:4:\"text\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc\";}s:2:\"id\";s:18:\"block_content.body\";s:10:\"field_name\";s:4:\"body\";s:11:\"entity_type\";s:13:\"block_content\";s:4:\"type\";s:17:\"text_with_summary\";s:8:\"settings\";a:0:{}s:6:\"module\";s:4:\"text\";s:6:\"locked\";b:0;s:11:\"cardinality\";i:1;s:12:\"translatable\";b:1;s:7:\"indexes\";a:0:{}s:22:\"persist_with_no_fields\";b:1;s:14:\"custom_storage\";b:0;}',-1,1576074364.604,1,'','0'),('field.storage.comment.comment_body','a:17:{s:4:\"uuid\";s:36:\"a140ef2a-c6f8-4ea3-afdb-a34881ae92d0\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:2:{i:0;s:7:\"comment\";i:1;s:4:\"text\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"swYoCch_hY8QO5uwr4FURplfnUCUlpPB4idF8WGVCpw\";}s:2:\"id\";s:20:\"comment.comment_body\";s:10:\"field_name\";s:12:\"comment_body\";s:11:\"entity_type\";s:7:\"comment\";s:4:\"type\";s:9:\"text_long\";s:8:\"settings\";a:0:{}s:6:\"module\";s:4:\"text\";s:6:\"locked\";b:0;s:11:\"cardinality\";i:1;s:12:\"translatable\";b:1;s:7:\"indexes\";a:0:{}s:22:\"persist_with_no_fields\";b:1;s:14:\"custom_storage\";b:0;}',-1,1576074364.679,1,'','0'),('field.storage.node.body','a:17:{s:4:\"uuid\";s:36:\"00614b4d-4734-4521-b83d-3c6258cd6d64\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:2:{i:0;s:4:\"node\";i:1;s:4:\"text\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY\";}s:2:\"id\";s:9:\"node.body\";s:10:\"field_name\";s:4:\"body\";s:11:\"entity_type\";s:4:\"node\";s:4:\"type\";s:17:\"text_with_summary\";s:8:\"settings\";a:0:{}s:6:\"module\";s:4:\"text\";s:6:\"locked\";b:0;s:11:\"cardinality\";i:1;s:12:\"translatable\";b:1;s:7:\"indexes\";a:0:{}s:22:\"persist_with_no_fields\";b:1;s:14:\"custom_storage\";b:0;}',-1,1576074364.768,1,'','0'),('field.storage.node.comment','a:17:{s:4:\"uuid\";s:36:\"4df39933-b023-46fe-a60c-34d3a5a79990\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:2:{i:0;s:7:\"comment\";i:1;s:4:\"node\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"ktCna9xmWvYZIUfOCUyDQvedn5RtnS4CRmEIwNmvYjc\";}s:2:\"id\";s:12:\"node.comment\";s:10:\"field_name\";s:7:\"comment\";s:11:\"entity_type\";s:4:\"node\";s:4:\"type\";s:7:\"comment\";s:8:\"settings\";a:1:{s:12:\"comment_type\";s:7:\"comment\";}s:6:\"module\";s:7:\"comment\";s:6:\"locked\";b:0;s:11:\"cardinality\";i:1;s:12:\"translatable\";b:1;s:7:\"indexes\";a:0:{}s:22:\"persist_with_no_fields\";b:0;s:14:\"custom_storage\";b:0;}',-1,1576074364.768,1,'','0'),('field.storage.node.field_image','a:17:{s:4:\"uuid\";s:36:\"0a12e449-62f7-4ba7-9227-eb20db191919\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:3:{i:0;s:4:\"file\";i:1;s:5:\"image\";i:2;s:4:\"node\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"SkXIPKZYiIMMtnBmfnxk58RYfbZ8cHSw5NZPY_JByME\";}s:2:\"id\";s:16:\"node.field_image\";s:10:\"field_name\";s:11:\"field_image\";s:11:\"entity_type\";s:4:\"node\";s:4:\"type\";s:5:\"image\";s:8:\"settings\";a:5:{s:10:\"uri_scheme\";s:6:\"public\";s:13:\"default_image\";a:5:{s:4:\"uuid\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";s:5:\"width\";N;s:6:\"height\";N;}s:11:\"target_type\";s:4:\"file\";s:13:\"display_field\";b:0;s:15:\"display_default\";b:0;}s:6:\"module\";s:5:\"image\";s:6:\"locked\";b:0;s:11:\"cardinality\";i:1;s:12:\"translatable\";b:1;s:7:\"indexes\";a:1:{s:9:\"target_id\";a:1:{i:0;s:9:\"target_id\";}}s:22:\"persist_with_no_fields\";b:0;s:14:\"custom_storage\";b:0;}',-1,1576074364.768,1,'','0'),('field.storage.node.field_tags','a:17:{s:4:\"uuid\";s:36:\"739d374b-dcde-4372-a0b2-751273e454ab\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:2:{i:0;s:4:\"node\";i:1;s:8:\"taxonomy\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"WpOE_bs8Bs_HY2ns7n2r__de-xno0-Bxkqep5-MsHAs\";}s:2:\"id\";s:15:\"node.field_tags\";s:10:\"field_name\";s:10:\"field_tags\";s:11:\"entity_type\";s:4:\"node\";s:4:\"type\";s:16:\"entity_reference\";s:8:\"settings\";a:1:{s:11:\"target_type\";s:13:\"taxonomy_term\";}s:6:\"module\";s:4:\"core\";s:6:\"locked\";b:0;s:11:\"cardinality\";i:-1;s:12:\"translatable\";b:1;s:7:\"indexes\";a:0:{}s:22:\"persist_with_no_fields\";b:0;s:14:\"custom_storage\";b:0;}',-1,1576074364.768,1,'','0'),('field.storage.node.layout_builder__layout','a:16:{s:4:\"uuid\";s:36:\"4dcb6875-6d5a-417c-80de-a3d6a5dad54a\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:2:{i:0;s:14:\"layout_builder\";i:1;s:4:\"node\";}}s:2:\"id\";s:27:\"node.layout_builder__layout\";s:10:\"field_name\";s:22:\"layout_builder__layout\";s:11:\"entity_type\";s:4:\"node\";s:4:\"type\";s:14:\"layout_section\";s:8:\"settings\";a:0:{}s:6:\"module\";s:14:\"layout_builder\";s:6:\"locked\";b:1;s:11:\"cardinality\";i:1;s:12:\"translatable\";b:0;s:7:\"indexes\";a:0:{}s:22:\"persist_with_no_fields\";b:0;s:14:\"custom_storage\";b:0;}',-1,1576074364.768,1,'','0'),('field.storage.user.user_picture','a:17:{s:4:\"uuid\";s:36:\"6c4c15b2-0fda-47f7-9dea-fb91b9321526\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:3:{i:0;s:4:\"file\";i:1;s:5:\"image\";i:2;s:4:\"user\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"6k-VBFilDLuzgSOT-77CFgHFlcd5D-kqRixtH89EShU\";}s:2:\"id\";s:17:\"user.user_picture\";s:10:\"field_name\";s:12:\"user_picture\";s:11:\"entity_type\";s:4:\"user\";s:4:\"type\";s:5:\"image\";s:8:\"settings\";a:5:{s:10:\"uri_scheme\";s:6:\"public\";s:13:\"default_image\";a:5:{s:4:\"uuid\";N;s:3:\"alt\";s:0:\"\";s:5:\"title\";s:0:\"\";s:5:\"width\";N;s:6:\"height\";N;}s:11:\"target_type\";s:4:\"file\";s:13:\"display_field\";b:0;s:15:\"display_default\";b:0;}s:6:\"module\";s:5:\"image\";s:6:\"locked\";b:0;s:11:\"cardinality\";i:1;s:12:\"translatable\";b:1;s:7:\"indexes\";a:1:{s:9:\"target_id\";a:1:{i:0;s:9:\"target_id\";}}s:22:\"persist_with_no_fields\";b:0;s:14:\"custom_storage\";b:0;}',-1,1576074364.910,1,'','0'),('filter.format.basic_html','a:9:{s:4:\"uuid\";s:36:\"39e43919-2461-4e9e-adc9-2b1da02d0847\";s:8:\"langcode\";s:2:\"en\";s:6:\"status\";b:1;s:12:\"dependencies\";a:1:{s:6:\"module\";a:1:{i:0;s:6:\"editor\";}}s:5:\"_core\";a:1:{s:19:\"default_config_hash\";s:43:\"P8ddpAIKtawJDi5SzOwCzVnnNYqONewSTJ6Xn0dW_aQ\";}s:4:\"name\";s:10:\"Basic HTML\";s:6:\"format\";s:10:\"basic_html\";s:6:\"weight\";i:0;s:7:\"filters\";a:5:{s:11:\"filter_html\";a:5:{s:2:\"id\";s:11:\"filter_html\";s:8:\"provider\";s:6:\"filter\";s:6:\"status\";b:1;s:6:\"weight\";i:-10;s:8:\"settings\";a:3:{s:12:\"allowed_html\";s:250:\"