-- MySQL dump 10.13 Distrib 8.0.40, for Linux (aarch64) -- -- Host: db Database: db -- ------------------------------------------------------ -- Server version 8.0.40 /*!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 */; /*!50503 SET NAMES utf8mb4 */; /*!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 `block_content` -- DROP TABLE IF EXISTS `block_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `revision_id` int unsigned DEFAULT NULL, `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci 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=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci 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 */; set autocommit=0; INSERT INTO `block_content` VALUES (1,1,'ping_pong','47512b29-c556-4048-8cf0-8ff79985464b','en'),(2,2,'premier_banner','6b4cbfd1-5134-4464-8f6e-acc83e9628a7','en'),(3,3,'hero_slide','815f44e8-e7dd-4489-9231-4cdead58a815','en'),(4,7,'alert','749605b4-7139-476d-a670-0feff9866d1e','en'),(5,5,'alert','1decb179-0bdf-4330-92e3-37b366d35cf7','en'); /*!40000 ALTER TABLE `block_content` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__body` -- DROP TABLE IF EXISTS `block_content__body`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__body` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int 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 COLLATE ascii_general_ci 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 COLLATE=utf8mb4_0900_ai_ci 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 */; set autocommit=0; /*!40000 ALTER TABLE `block_content__body` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_alert_text` -- DROP TABLE IF EXISTS `block_content__field_alert_text`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_alert_text` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_alert_text_value` longtext NOT NULL, `field_alert_text_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_alert_text_format` (`field_alert_text_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_alert_text.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_alert_text` -- LOCK TABLES `block_content__field_alert_text` WRITE; /*!40000 ALTER TABLE `block_content__field_alert_text` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_alert_text` VALUES ('alert',0,4,7,'en',0,'

This is the text to display on the alert.

','basic_html'),('alert',0,5,5,'en',0,'

test

','basic_html'); /*!40000 ALTER TABLE `block_content__field_alert_text` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_alert_type` -- DROP TABLE IF EXISTS `block_content__field_alert_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_alert_type` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_alert_type_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_alert_type_value` (`field_alert_type_value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_alert_type.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_alert_type` -- LOCK TABLES `block_content__field_alert_type` WRITE; /*!40000 ALTER TABLE `block_content__field_alert_type` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_alert_type` VALUES ('alert',0,4,7,'en',0,'danger'),('alert',0,5,5,'en',0,'normal'); /*!40000 ALTER TABLE `block_content__field_alert_type` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_banner_color` -- DROP TABLE IF EXISTS `block_content__field_banner_color`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_banner_color` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_banner_color_color` varchar(7) DEFAULT NULL COMMENT 'The color value', `field_banner_color_opacity` float DEFAULT NULL COMMENT 'The opacity/alphavalue property', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_banner_color_color` (`field_banner_color_color`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_banner_color.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_banner_color` -- LOCK TABLES `block_content__field_banner_color` WRITE; /*!40000 ALTER TABLE `block_content__field_banner_color` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_banner_color` VALUES ('premier_banner',0,2,2,'en',0,'#FFFFFF',NULL); /*!40000 ALTER TABLE `block_content__field_banner_color` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_banner_image` -- DROP TABLE IF EXISTS `block_content__field_banner_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_banner_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_banner_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_banner_image_target_id` (`field_banner_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_banner_image.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_banner_image` -- LOCK TABLES `block_content__field_banner_image` WRITE; /*!40000 ALTER TABLE `block_content__field_banner_image` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_banner_image` VALUES ('premier_banner',0,2,2,'en',0,2); /*!40000 ALTER TABLE `block_content__field_banner_image` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_card_headline` -- DROP TABLE IF EXISTS `block_content__field_card_headline`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_card_headline` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_card_headline_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_card_headline.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_card_headline` -- LOCK TABLES `block_content__field_card_headline` WRITE; /*!40000 ALTER TABLE `block_content__field_card_headline` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content__field_card_headline` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_card_image` -- DROP TABLE IF EXISTS `block_content__field_card_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_card_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_card_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_card_image_target_id` (`field_card_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_card_image.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_card_image` -- LOCK TABLES `block_content__field_card_image` WRITE; /*!40000 ALTER TABLE `block_content__field_card_image` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content__field_card_image` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_card_link` -- DROP TABLE IF EXISTS `block_content__field_card_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_card_link` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_card_link_uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.', `field_card_link_title` varchar(255) DEFAULT NULL COMMENT 'The link text.', `field_card_link_options` longblob COMMENT 'Serialized array of options for the link.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_card_link_uri` (`field_card_link_uri`(30)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_card_link.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_card_link` -- LOCK TABLES `block_content__field_card_link` WRITE; /*!40000 ALTER TABLE `block_content__field_card_link` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content__field_card_link` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_external_video` -- DROP TABLE IF EXISTS `block_content__field_external_video`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_external_video` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_external_video_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_external_video.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_external_video` -- LOCK TABLES `block_content__field_external_video` WRITE; /*!40000 ALTER TABLE `block_content__field_external_video` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content__field_external_video` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_ping_pong_background_color` -- DROP TABLE IF EXISTS `block_content__field_ping_pong_background_color`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_ping_pong_background_color` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_background_color_color` varchar(7) DEFAULT NULL COMMENT 'The color value', `field_ping_pong_background_color_opacity` float DEFAULT NULL COMMENT 'The opacity/alphavalue property', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_background_color_color` (`field_ping_pong_background_color_color`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_ping_pong…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_ping_pong_background_color` -- LOCK TABLES `block_content__field_ping_pong_background_color` WRITE; /*!40000 ALTER TABLE `block_content__field_ping_pong_background_color` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_ping_pong_background_color` VALUES ('ping_pong',0,1,1,'en',0,'#42D692',NULL); /*!40000 ALTER TABLE `block_content__field_ping_pong_background_color` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_ping_pong_body` -- DROP TABLE IF EXISTS `block_content__field_ping_pong_body`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_ping_pong_body` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_body_value` longtext NOT NULL, `field_ping_pong_body_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_body_format` (`field_ping_pong_body_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_ping_pong_body.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_ping_pong_body` -- LOCK TABLES `block_content__field_ping_pong_body` WRITE; /*!40000 ALTER TABLE `block_content__field_ping_pong_body` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_ping_pong_body` VALUES ('ping_pong',0,1,1,'en',0,'

This is the body of the ping pong

','basic_html'); /*!40000 ALTER TABLE `block_content__field_ping_pong_body` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_ping_pong_cta` -- DROP TABLE IF EXISTS `block_content__field_ping_pong_cta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_ping_pong_cta` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_cta_uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.', `field_ping_pong_cta_title` varchar(255) DEFAULT NULL COMMENT 'The link text.', `field_ping_pong_cta_options` longblob COMMENT 'Serialized array of options for the link.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_cta_uri` (`field_ping_pong_cta_uri`(30)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_ping_pong_cta.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_ping_pong_cta` -- LOCK TABLES `block_content__field_ping_pong_cta` WRITE; /*!40000 ALTER TABLE `block_content__field_ping_pong_cta` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_ping_pong_cta` VALUES ('ping_pong',0,1,1,'en',0,'https://www.google.com','View More',_binary 'a:0:{}'); /*!40000 ALTER TABLE `block_content__field_ping_pong_cta` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_ping_pong_layout` -- DROP TABLE IF EXISTS `block_content__field_ping_pong_layout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_ping_pong_layout` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_layout_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_layout_value` (`field_ping_pong_layout_value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_ping_pong_layout.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_ping_pong_layout` -- LOCK TABLES `block_content__field_ping_pong_layout` WRITE; /*!40000 ALTER TABLE `block_content__field_ping_pong_layout` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_ping_pong_layout` VALUES ('ping_pong',0,1,1,'en',0,'50_50'); /*!40000 ALTER TABLE `block_content__field_ping_pong_layout` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_ping_pong_media_alignment` -- DROP TABLE IF EXISTS `block_content__field_ping_pong_media_alignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_ping_pong_media_alignment` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_media_alignment_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_media_alignment_value` (`field_ping_pong_media_alignment_value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_ping_pong_media…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_ping_pong_media_alignment` -- LOCK TABLES `block_content__field_ping_pong_media_alignment` WRITE; /*!40000 ALTER TABLE `block_content__field_ping_pong_media_alignment` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_ping_pong_media_alignment` VALUES ('ping_pong',0,1,1,'en',0,'left'); /*!40000 ALTER TABLE `block_content__field_ping_pong_media_alignment` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_ping_pong_media_items` -- DROP TABLE IF EXISTS `block_content__field_ping_pong_media_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_ping_pong_media_items` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_media_items_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_media_items_target_id` (`field_ping_pong_media_items_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_ping_pong_media…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_ping_pong_media_items` -- LOCK TABLES `block_content__field_ping_pong_media_items` WRITE; /*!40000 ALTER TABLE `block_content__field_ping_pong_media_items` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_ping_pong_media_items` VALUES ('ping_pong',0,1,1,'en',0,1); /*!40000 ALTER TABLE `block_content__field_ping_pong_media_items` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_slide_image` -- DROP TABLE IF EXISTS `block_content__field_slide_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_slide_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_slide_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_slide_image_target_id` (`field_slide_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_slide_image.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_slide_image` -- LOCK TABLES `block_content__field_slide_image` WRITE; /*!40000 ALTER TABLE `block_content__field_slide_image` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_slide_image` VALUES ('hero_slide',0,3,3,'en',0,3); /*!40000 ALTER TABLE `block_content__field_slide_image` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_slide_link` -- DROP TABLE IF EXISTS `block_content__field_slide_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_slide_link` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_slide_link_uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.', `field_slide_link_title` varchar(255) DEFAULT NULL COMMENT 'The link text.', `field_slide_link_options` longblob COMMENT 'Serialized array of options for the link.', PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_slide_link_uri` (`field_slide_link_uri`(30)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_slide_link.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_slide_link` -- LOCK TABLES `block_content__field_slide_link` WRITE; /*!40000 ALTER TABLE `block_content__field_slide_link` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_slide_link` VALUES ('hero_slide',0,3,3,'en',0,'entity:node/2','Code Snippets',_binary 'a:0:{}'); /*!40000 ALTER TABLE `block_content__field_slide_link` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_slide_text` -- DROP TABLE IF EXISTS `block_content__field_slide_text`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_slide_text` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_slide_text_value` longtext NOT NULL, `field_slide_text_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_slide_text_format` (`field_slide_text_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_slide_text.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_slide_text` -- LOCK TABLES `block_content__field_slide_text` WRITE; /*!40000 ALTER TABLE `block_content__field_slide_text` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content__field_slide_text` VALUES ('hero_slide',0,3,3,'en',0,'

Welcome!

','basic_html'); /*!40000 ALTER TABLE `block_content__field_slide_text` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content__field_tabs` -- DROP TABLE IF EXISTS `block_content__field_tabs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content__field_tabs` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_tabs_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Data storage for block_content field field_tabs.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content__field_tabs` -- LOCK TABLES `block_content__field_tabs` WRITE; /*!40000 ALTER TABLE `block_content__field_tabs` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content__field_tabs` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_field_data` -- DROP TABLE IF EXISTS `block_content_field_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_field_data` ( `id` int unsigned NOT NULL, `revision_id` int unsigned NOT NULL, `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.', `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `status` tinyint NOT NULL, `info` varchar(255) DEFAULT NULL, `changed` int DEFAULT NULL, `reusable` tinyint DEFAULT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint 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_field__reusable` (`reusable`), KEY `block_content__status_type` (`status`,`type`,`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci 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 */; set autocommit=0; INSERT INTO `block_content_field_data` VALUES (1,1,'ping_pong','en',1,'Test Block',1756669509,0,1,1),(2,2,'premier_banner','en',1,'Code Snippets',1756672403,0,1,1),(3,3,'hero_slide','en',1,'Welcome Slide',1756689290,0,1,1),(4,7,'alert','en',1,'This is my alert',1759976654,0,1,1),(5,5,'alert','en',1,'test',1759975775,0,1,1); /*!40000 ALTER TABLE `block_content_field_data` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_field_revision` -- DROP TABLE IF EXISTS `block_content_field_revision`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_field_revision` ( `id` int unsigned NOT NULL, `revision_id` int unsigned NOT NULL, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `status` tinyint NOT NULL, `info` varchar(255) DEFAULT NULL, `changed` int DEFAULT NULL, `default_langcode` tinyint NOT NULL, `revision_translation_affected` tinyint DEFAULT NULL, PRIMARY KEY (`revision_id`,`langcode`), KEY `block_content__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci 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 */; set autocommit=0; INSERT INTO `block_content_field_revision` VALUES (1,1,'en',1,'Test Block',1756669509,1,1),(2,2,'en',1,'Code Snippets',1756672403,1,1),(3,3,'en',1,'Welcome Slide',1756689290,1,1),(4,4,'en',1,'This is my alert',1759975719,1,1),(5,5,'en',1,'test',1759975775,1,1),(4,6,'en',1,'This is my alert',1759976498,1,1),(4,7,'en',1,'This is my alert',1759976654,1,1); /*!40000 ALTER TABLE `block_content_field_revision` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_r__17ad765aa4` -- DROP TABLE IF EXISTS `block_content_r__17ad765aa4`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_r__17ad765aa4` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_media_alignment_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_media_alignment_value` (`field_ping_pong_media_alignment_value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_ping…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_r__17ad765aa4` -- LOCK TABLES `block_content_r__17ad765aa4` WRITE; /*!40000 ALTER TABLE `block_content_r__17ad765aa4` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_r__17ad765aa4` VALUES ('ping_pong',0,1,1,'en',0,'left'); /*!40000 ALTER TABLE `block_content_r__17ad765aa4` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_r__8cb1541072` -- DROP TABLE IF EXISTS `block_content_r__8cb1541072`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_r__8cb1541072` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_media_items_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_media_items_target_id` (`field_ping_pong_media_items_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_ping…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_r__8cb1541072` -- LOCK TABLES `block_content_r__8cb1541072` WRITE; /*!40000 ALTER TABLE `block_content_r__8cb1541072` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_r__8cb1541072` VALUES ('ping_pong',0,1,1,'en',0,1); /*!40000 ALTER TABLE `block_content_r__8cb1541072` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_r__995a2b62b6` -- DROP TABLE IF EXISTS `block_content_r__995a2b62b6`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_r__995a2b62b6` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_background_color_color` varchar(7) DEFAULT NULL COMMENT 'The color value', `field_ping_pong_background_color_opacity` float DEFAULT NULL COMMENT 'The opacity/alphavalue property', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_background_color_color` (`field_ping_pong_background_color_color`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_ping…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_r__995a2b62b6` -- LOCK TABLES `block_content_r__995a2b62b6` WRITE; /*!40000 ALTER TABLE `block_content_r__995a2b62b6` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_r__995a2b62b6` VALUES ('ping_pong',0,1,1,'en',0,'#42D692',NULL); /*!40000 ALTER TABLE `block_content_r__995a2b62b6` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision` -- DROP TABLE IF EXISTS `block_content_revision`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision` ( `id` int unsigned NOT NULL, `revision_id` int unsigned NOT NULL AUTO_INCREMENT, `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL, `revision_user` int unsigned DEFAULT NULL COMMENT 'The ID of the target entity.', `revision_created` int DEFAULT NULL, `revision_log` longtext, `revision_default` tinyint 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=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci 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 */; set autocommit=0; INSERT INTO `block_content_revision` VALUES (1,1,'en',NULL,1756669509,NULL,1),(2,2,'en',NULL,1756672403,NULL,1),(3,3,'en',NULL,1756689290,NULL,1),(4,4,'en',NULL,1759975719,NULL,1),(5,5,'en',NULL,1759975775,NULL,1),(4,6,'en',NULL,1759975719,NULL,1),(4,7,'en',NULL,1759975719,NULL,1); /*!40000 ALTER TABLE `block_content_revision` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__body` -- DROP TABLE IF EXISTS `block_content_revision__body`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__body` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int 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 COLLATE ascii_general_ci 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 COLLATE=utf8mb4_0900_ai_ci 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 */; set autocommit=0; /*!40000 ALTER TABLE `block_content_revision__body` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_alert_text` -- DROP TABLE IF EXISTS `block_content_revision__field_alert_text`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_alert_text` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_alert_text_value` longtext NOT NULL, `field_alert_text_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_alert_text_format` (`field_alert_text_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_alert_text` -- LOCK TABLES `block_content_revision__field_alert_text` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_alert_text` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_alert_text` VALUES ('alert',0,4,4,'en',0,'

This is the text to display on the alert.

','basic_html'),('alert',0,4,6,'en',0,'

This is the text to display on the alert.

','basic_html'),('alert',0,4,7,'en',0,'

This is the text to display on the alert.

','basic_html'),('alert',0,5,5,'en',0,'

test

','basic_html'); /*!40000 ALTER TABLE `block_content_revision__field_alert_text` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_alert_type` -- DROP TABLE IF EXISTS `block_content_revision__field_alert_type`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_alert_type` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_alert_type_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_alert_type_value` (`field_alert_type_value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_alert_type` -- LOCK TABLES `block_content_revision__field_alert_type` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_alert_type` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_alert_type` VALUES ('alert',0,4,4,'en',0,'normal'),('alert',0,4,6,'en',0,'warning'),('alert',0,4,7,'en',0,'danger'),('alert',0,5,5,'en',0,'normal'); /*!40000 ALTER TABLE `block_content_revision__field_alert_type` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_banner_color` -- DROP TABLE IF EXISTS `block_content_revision__field_banner_color`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_banner_color` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_banner_color_color` varchar(7) DEFAULT NULL COMMENT 'The color value', `field_banner_color_opacity` float DEFAULT NULL COMMENT 'The opacity/alphavalue property', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_banner_color_color` (`field_banner_color_color`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_banner_color` -- LOCK TABLES `block_content_revision__field_banner_color` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_banner_color` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_banner_color` VALUES ('premier_banner',0,2,2,'en',0,'#FFFFFF',NULL); /*!40000 ALTER TABLE `block_content_revision__field_banner_color` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_banner_image` -- DROP TABLE IF EXISTS `block_content_revision__field_banner_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_banner_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_banner_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_banner_image_target_id` (`field_banner_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_banner_image` -- LOCK TABLES `block_content_revision__field_banner_image` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_banner_image` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_banner_image` VALUES ('premier_banner',0,2,2,'en',0,2); /*!40000 ALTER TABLE `block_content_revision__field_banner_image` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_card_headline` -- DROP TABLE IF EXISTS `block_content_revision__field_card_headline`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_card_headline` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_card_headline_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_card…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_card_headline` -- LOCK TABLES `block_content_revision__field_card_headline` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_card_headline` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content_revision__field_card_headline` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_card_image` -- DROP TABLE IF EXISTS `block_content_revision__field_card_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_card_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_card_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_card_image_target_id` (`field_card_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_card…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_card_image` -- LOCK TABLES `block_content_revision__field_card_image` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_card_image` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content_revision__field_card_image` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_card_link` -- DROP TABLE IF EXISTS `block_content_revision__field_card_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_card_link` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_card_link_uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.', `field_card_link_title` varchar(255) DEFAULT NULL COMMENT 'The link text.', `field_card_link_options` longblob COMMENT 'Serialized array of options for the link.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_card_link_uri` (`field_card_link_uri`(30)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_card…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_card_link` -- LOCK TABLES `block_content_revision__field_card_link` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_card_link` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content_revision__field_card_link` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_external_video` -- DROP TABLE IF EXISTS `block_content_revision__field_external_video`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_external_video` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_external_video_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_external_video` -- LOCK TABLES `block_content_revision__field_external_video` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_external_video` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content_revision__field_external_video` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_ping_pong_body` -- DROP TABLE IF EXISTS `block_content_revision__field_ping_pong_body`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_ping_pong_body` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_body_value` longtext NOT NULL, `field_ping_pong_body_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_body_format` (`field_ping_pong_body_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_ping…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_ping_pong_body` -- LOCK TABLES `block_content_revision__field_ping_pong_body` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_ping_pong_body` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_ping_pong_body` VALUES ('ping_pong',0,1,1,'en',0,'

This is the body of the ping pong

','basic_html'); /*!40000 ALTER TABLE `block_content_revision__field_ping_pong_body` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_ping_pong_cta` -- DROP TABLE IF EXISTS `block_content_revision__field_ping_pong_cta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_ping_pong_cta` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_cta_uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.', `field_ping_pong_cta_title` varchar(255) DEFAULT NULL COMMENT 'The link text.', `field_ping_pong_cta_options` longblob COMMENT 'Serialized array of options for the link.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_cta_uri` (`field_ping_pong_cta_uri`(30)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_ping…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_ping_pong_cta` -- LOCK TABLES `block_content_revision__field_ping_pong_cta` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_ping_pong_cta` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_ping_pong_cta` VALUES ('ping_pong',0,1,1,'en',0,'https://www.google.com','View More',_binary 'a:0:{}'); /*!40000 ALTER TABLE `block_content_revision__field_ping_pong_cta` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_ping_pong_layout` -- DROP TABLE IF EXISTS `block_content_revision__field_ping_pong_layout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_ping_pong_layout` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_ping_pong_layout_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_ping_pong_layout_value` (`field_ping_pong_layout_value`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_ping…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_ping_pong_layout` -- LOCK TABLES `block_content_revision__field_ping_pong_layout` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_ping_pong_layout` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_ping_pong_layout` VALUES ('ping_pong',0,1,1,'en',0,'50_50'); /*!40000 ALTER TABLE `block_content_revision__field_ping_pong_layout` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_slide_image` -- DROP TABLE IF EXISTS `block_content_revision__field_slide_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_slide_image` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_slide_image_target_id` int unsigned NOT NULL COMMENT 'The ID of the target entity.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_slide_image_target_id` (`field_slide_image_target_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_slide_image` -- LOCK TABLES `block_content_revision__field_slide_image` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_slide_image` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_slide_image` VALUES ('hero_slide',0,3,3,'en',0,3); /*!40000 ALTER TABLE `block_content_revision__field_slide_image` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_slide_link` -- DROP TABLE IF EXISTS `block_content_revision__field_slide_link`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_slide_link` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_slide_link_uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.', `field_slide_link_title` varchar(255) DEFAULT NULL COMMENT 'The link text.', `field_slide_link_options` longblob COMMENT 'Serialized array of options for the link.', PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_slide_link_uri` (`field_slide_link_uri`(30)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_slide_link` -- LOCK TABLES `block_content_revision__field_slide_link` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_slide_link` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_slide_link` VALUES ('hero_slide',0,3,3,'en',0,'entity:node/2','Code Snippets',_binary 'a:0:{}'); /*!40000 ALTER TABLE `block_content_revision__field_slide_link` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_slide_text` -- DROP TABLE IF EXISTS `block_content_revision__field_slide_text`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_slide_text` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_slide_text_value` longtext NOT NULL, `field_slide_text_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`), KEY `field_slide_text_format` (`field_slide_text_format`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field…'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_slide_text` -- LOCK TABLES `block_content_revision__field_slide_text` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_slide_text` DISABLE KEYS */; set autocommit=0; INSERT INTO `block_content_revision__field_slide_text` VALUES ('hero_slide',0,3,3,'en',0,'

Welcome!

','basic_html'); /*!40000 ALTER TABLE `block_content_revision__field_slide_text` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `block_content_revision__field_tabs` -- DROP TABLE IF EXISTS `block_content_revision__field_tabs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `block_content_revision__field_tabs` ( `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance', `deleted` tinyint NOT NULL DEFAULT '0' COMMENT 'A boolean indicating whether this data item has been deleted', `entity_id` int unsigned NOT NULL COMMENT 'The entity id this data is attached to', `revision_id` int unsigned NOT NULL COMMENT 'The entity revision id this data is attached to', `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.', `delta` int unsigned NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields', `field_tabs_value` varchar(255) NOT NULL, PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`), KEY `bundle` (`bundle`), KEY `revision_id` (`revision_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Revision archive storage for block_content field field_tabs.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `block_content_revision__field_tabs` -- LOCK TABLES `block_content_revision__field_tabs` WRITE; /*!40000 ALTER TABLE `block_content_revision__field_tabs` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `block_content_revision__field_tabs` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `cache_access_policy` -- DROP TABLE IF EXISTS `cache_access_policy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `cache_access_policy` ( `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` bigint 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 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 COLLATE ascii_general_ci 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 COLLATE=utf8mb4_0900_ai_ci COMMENT='Storage for the cache API.'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_access_policy` -- LOCK TABLES `cache_access_policy` WRITE; /*!40000 ALTER TABLE `cache_access_policy` DISABLE KEYS */; set autocommit=0; /*!40000 ALTER TABLE `cache_access_policy` ENABLE KEYS */; UNLOCK TABLES; commit; -- -- Table structure for table `cache_bootstrap` -- DROP TABLE IF EXISTS `cache_bootstrap`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; 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` bigint 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 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 COLLATE ascii_general_ci 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 COLLATE=utf8mb4_0900_ai_ci 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 */; set autocommit=0; INSERT INTO `cache_bootstrap` VALUES ('core.extension.list.theme',_binary 'a:7:{s:7:\"olivero\";O:31:\"Drupal\\Core\\Extension\\Extension\":13:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:36:\"core/themes/olivero/olivero.info.yml\";s:11:\"\0*\0filename\";s:13:\"olivero.theme\";s:4:\"info\";a:22:{s:4:\"name\";s:7:\"Olivero\";s:4:\"type\";s:5:\"theme\";s:11:\"description\";s:57:\"A clean, accessible, and flexible Drupal front-end theme.\";s:8:\"alt text\";s:46:\"Screenshot of Olivero, Drupal front-end theme.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:6:\"11.2.3\";s:9:\"libraries\";a:1:{i:0;s:22:\"olivero/global-styling\";}s:7:\"regions\";a:13:{s:6:\"header\";s:6:\"Header\";s:12:\"primary_menu\";s:12:\"Primary menu\";s:14:\"secondary_menu\";s:14:\"Secondary menu\";s:4:\"hero\";s:17:\"Hero (full width)\";s:11:\"highlighted\";s:11:\"Highlighted\";s:10:\"breadcrumb\";s:10:\"Breadcrumb\";s:6:\"social\";s:10:\"Social Bar\";s:13:\"content_above\";s:13:\"Content Above\";s:7:\"content\";s:7:\"Content\";s:7:\"sidebar\";s:7:\"Sidebar\";s:13:\"content_below\";s:13:\"Content Below\";s:10:\"footer_top\";s:10:\"Footer Top\";s:13:\"footer_bottom\";s:13:\"Footer Bottom\";}s:18:\"libraries-override\";a:10:{s:16:\"core/drupal.ajax\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:40:\"core/components/ajax-progress.module.css\";s:39:\"css/components/ajax-progress.module.css\";}}}s:24:\"core/drupal.autocomplete\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:47:\"core/components/autocomplete-loading.module.css\";s:46:\"css/components/autocomplete-loading.module.css\";}}}s:12:\"system/admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/system.admin.css\";b:0;}}}s:20:\"core/drupal.checkbox\";b:0;s:22:\"core/drupal.dropbutton\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:30:\"misc/dropbutton/dropbutton.css\";s:29:\"css/components/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:32:\"css/components/vertical-tabs.css\";}}}s:22:\"media/oembed.formatter\";b:0;s:29:\"layout_builder/twocol_section\";s:37:\"olivero/layout_builder_twocol_section\";s:31:\"layout_builder/threecol_section\";s:39:\"olivero/layout_builder_threecol_section\";s:30:\"layout_builder/fourcol_section\";s:38:\"olivero/layout_builder_fourcol_section\";}s:16:\"libraries-extend\";a:12:{s:19:\"core/drupal.message\";a:1:{i:0;s:22:\"olivero/drupal.message\";}s:20:\"core/drupal.collapse\";a:1:{i:0;s:15:\"olivero/details\";}s:18:\"core/drupal.dialog\";a:1:{i:0;s:21:\"olivero/drupal.dialog\";}s:20:\"core/drupal.progress\";a:1:{i:0;s:16:\"olivero/progress\";}s:21:\"core/drupal.tabledrag\";a:1:{i:0;s:17:\"olivero/tabledrag\";}s:23:\"layout_discovery/onecol\";a:1:{i:0;s:32:\"olivero/layout_discovery_section\";}s:30:\"layout_discovery/twocol_bricks\";a:1:{i:0;s:32:\"olivero/layout_discovery_section\";}s:23:\"layout_discovery/twocol\";a:1:{i:0;s:32:\"olivero/layout_discovery_section\";}s:34:\"layout_discovery/threecol_25_50_25\";a:1:{i:0;s:32:\"olivero/layout_discovery_section\";}s:34:\"layout_discovery/threecol_33_34_33\";a:1:{i:0;s:32:\"olivero/layout_discovery_section\";}s:24:\"node/drupal.node.preview\";a:1:{i:0;s:27:\"olivero/drupal.node.preview\";}s:37:\"content_moderation/content_moderation\";a:1:{i:0;s:26:\"olivero/content_moderation\";}}s:24:\"core_version_requirement\";s:6:\"11.2.3\";s:17:\"core_incompatible\";b:0;s:9:\"lifecycle\";s:6:\"stable\";s:5:\"mtime\";i:1756779663;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:34:\"core/themes/olivero/screenshot.png\";s:3:\"php\";s:5:\"8.3.0\";s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:0:{}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}}s:7:\"subpath\";s:14:\"themes/olivero\";s:6:\"origin\";s:4:\"core\";s:5:\"owner\";s:36:\"core/themes/engines/twig/twig.engine\";s:6:\"prefix\";s:4:\"twig\";s:6:\"status\";i:0;s:11:\"required_by\";a:0:{}s:8:\"requires\";a:0:{}s:4:\"sort\";i:0;s:19:\"module_dependencies\";a:0:{}}s:5:\"stark\";O:31:\"Drupal\\Core\\Extension\\Extension\":13:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:32:\"core/themes/stark/stark.info.yml\";s:11:\"\0*\0filename\";N;s:4:\"info\";a:20:{s:4:\"name\";s:5:\"Stark\";s:4:\"type\";s:5:\"theme\";s:11:\"description\";s:211:\"An intentionally plain theme with no styling to demonstrate default Drupal’s HTML and CSS. Learn how to build a custom theme from Stark in the Theming Guide.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:6:\"11.2.3\";s:10:\"starterkit\";b:0;s:24:\"core_version_requirement\";s:6:\"11.2.3\";s:17:\"core_incompatible\";b:0;s:9:\"lifecycle\";s:6:\"stable\";s:5:\"mtime\";i:1756779663;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:32:\"core/themes/stark/screenshot.png\";s:3:\"php\";s:5:\"8.3.0\";s:9:\"libraries\";a:0:{}s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:0:{}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}}s:7:\"subpath\";s:12:\"themes/stark\";s:6:\"origin\";s:4:\"core\";s:5:\"owner\";s:36:\"core/themes/engines/twig/twig.engine\";s:6:\"prefix\";s:4:\"twig\";s:6:\"status\";i:0;s:11:\"required_by\";a:0:{}s:8:\"requires\";a:0:{}s:4:\"sort\";i:0;s:19:\"module_dependencies\";a:0:{}}s:16:\"starterkit_theme\";O:31:\"Drupal\\Core\\Extension\\Extension\":14:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:54:\"core/themes/starterkit_theme/starterkit_theme.info.yml\";s:11:\"\0*\0filename\";s:22:\"starterkit_theme.theme\";s:4:\"info\";a:21:{s:4:\"name\";s:16:\"Starterkit theme\";s:4:\"type\";s:5:\"theme\";s:10:\"base theme\";s:7:\"stable9\";s:6:\"hidden\";b:1;s:7:\"version\";s:6:\"11.2.3\";s:9:\"libraries\";a:3:{i:0;s:21:\"starterkit_theme/base\";i:1;s:25:\"starterkit_theme/messages\";i:2;s:14:\"core/normalize\";}s:16:\"libraries-extend\";a:6:{s:16:\"user/drupal.user\";a:1:{i:0;s:21:\"starterkit_theme/user\";}s:22:\"core/drupal.dropbutton\";a:1:{i:0;s:27:\"starterkit_theme/dropbutton\";}s:18:\"core/drupal.dialog\";a:1:{i:0;s:23:\"starterkit_theme/dialog\";}s:16:\"file/drupal.file\";a:1:{i:0;s:21:\"starterkit_theme/file\";}s:20:\"core/drupal.progress\";a:1:{i:0;s:25:\"starterkit_theme/progress\";}s:21:\"core/drupal.tablesort\";a:1:{i:0;s:33:\"starterkit_theme/drupal.tablesort\";}}s:24:\"core_version_requirement\";s:6:\"11.2.3\";s:17:\"core_incompatible\";b:0;s:9:\"lifecycle\";s:6:\"stable\";s:5:\"mtime\";i:1756779663;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:11:\"description\";s:0:\"\";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:43:\"core/themes/starterkit_theme/screenshot.png\";s:3:\"php\";s:5:\"8.3.0\";s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:7:\"stable9\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}}s:7:\"subpath\";s:23:\"themes/starterkit_theme\";s:6:\"origin\";s:4:\"core\";s:5:\"owner\";s:36:\"core/themes/engines/twig/twig.engine\";s:6:\"prefix\";s:4:\"twig\";s:6:\"status\";i:0;s:11:\"required_by\";a:0:{}s:8:\"requires\";a:1:{s:7:\"stable9\";O:32:\"Drupal\\Core\\Extension\\Dependency\":3:{s:7:\"\0*\0name\";s:7:\"stable9\";s:10:\"\0*\0project\";s:0:\"\";s:19:\"\0*\0constraintString\";s:0:\"\";}}s:4:\"sort\";i:-1;s:11:\"base_themes\";a:1:{s:7:\"stable9\";s:8:\"Stable 9\";}s:19:\"module_dependencies\";a:0:{}}s:7:\"stable9\";O:31:\"Drupal\\Core\\Extension\\Extension\":15:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:36:\"core/themes/stable9/stable9.info.yml\";s:11:\"\0*\0filename\";s:13:\"stable9.theme\";s:4:\"info\";a:21:{s:4:\"name\";s:8:\"Stable 9\";s:4:\"type\";s:5:\"theme\";s:11:\"description\";s:54:\"A base theme using Drupal 9.0.0\'s core markup and CSS.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:6:\"11.2.3\";s:6:\"hidden\";b:1;s:18:\"libraries-override\";a:61:{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:49:\"announcements_feed/drupal.announcements_feed.page\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:31:\"css/announcements_feed.page.css\";s:50:\"css/announcements_feed/announcements_feed.page.css\";}}}s:51:\"announcements_feed/drupal.announcements_feed.dialog\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:33:\"css/announcements_feed.dialog.css\";s:52:\"css/announcements_feed/announcements_feed.dialog.css\";}}}s:52:\"announcements_feed/drupal.announcements_feed.toolbar\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:34:\"css/announcements_feed.toolbar.css\";s:53:\"css/announcements_feed/announcements_feed.toolbar.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:16:\"core/drupal.ajax\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:40:\"misc/components/ajax-progress.module.css\";s:44:\"css/core/components/ajax-progress.module.css\";}}}s:24:\"core/drupal.autocomplete\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:47:\"misc/components/autocomplete-loading.module.css\";s:51:\"css/core/components/autocomplete-loading.module.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:22:\"core/drupal.fieldgroup\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:37:\"misc/components/fieldgroup.module.css\";s:41:\"css/core/components/fieldgroup.module.css\";}}}s:20:\"core/drupal.progress\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:35:\"misc/components/progress.module.css\";s:39:\"css/core/components/progress.module.css\";}}}s:27:\"core/drupal.textarea-resize\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:33:\"misc/components/resize.module.css\";s:37:\"css/core/components/resize.module.css\";}}}s:21:\"core/drupal.tabledrag\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:2:{s:36:\"misc/components/tabledrag.module.css\";s:40:\"css/core/components/tabledrag.module.css\";s:37:\"misc/components/tree-child.module.css\";s:41:\"css/core/components/tree-child.module.css\";}}}s:23:\"core/drupal.tableheader\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:40:\"misc/components/sticky-header.module.css\";s:44:\"css/core/components/sticky-header.module.css\";}}}s:21:\"core/drupal.tablesort\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:36:\"misc/components/tablesort.module.css\";s:40:\"css/core/components/tablesort.module.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:14:\"core/normalize\";s:17:\"stable9/normalize\";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: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: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:23:\"layout_discovery/onecol\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:25:\"layouts/onecol/onecol.css\";s:42:\"layouts/layout_discovery/onecol/onecol.css\";}}}s:30:\"layout_discovery/twocol_bricks\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:39:\"layouts/twocol_bricks/twocol_bricks.css\";s:56:\"layouts/layout_discovery/twocol_bricks/twocol_bricks.css\";}}}s:23:\"layout_discovery/twocol\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:25:\"layouts/twocol/twocol.css\";s:42:\"layouts/layout_discovery/twocol/twocol.css\";}}}s:34:\"layout_discovery/threecol_25_50_25\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:47:\"layouts/threecol_25_50_25/threecol_25_50_25.css\";s:64:\"layouts/layout_discovery/threecol_25_50_25/threecol_25_50_25.css\";}}}s:34:\"layout_discovery/threecol_33_34_33\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:47:\"layouts/threecol_33_34_33/threecol_33_34_33.css\";s:64:\"layouts/layout_discovery/threecol_33_34_33/threecol_33_34_33.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:29:\"layout_builder/twocol_section\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:41:\"layouts/twocol_section/twocol_section.css\";s:56:\"layouts/layout_builder/twocol_section/twocol_section.css\";}}}s:31:\"layout_builder/threecol_section\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:45:\"layouts/threecol_section/threecol_section.css\";s:60:\"layouts/layout_builder/threecol_section/threecol_section.css\";}}}s:30:\"layout_builder/fourcol_section\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:43:\"layouts/fourcol_section/fourcol_section.css\";s:58:\"layouts/layout_builder/fourcol_section/fourcol_section.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: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:11:\"system/base\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:8:{s:31:\"css/components/align.module.css\";s:38:\"css/system/components/align.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: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:44:\"css/components/position-container.module.css\";s:51:\"css/system/components/position-container.module.css\";s:42:\"css/components/reset-appearance.module.css\";s:49:\"css/system/components/reset-appearance.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:20:\"system/status.report\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:3:{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: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: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:30:\"field_ui/drupal.field_ui_table\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:35:\"css/field_ui_display_mode_table.css\";s:44:\"css/field_ui/field_ui_display_mode_table.css\";}}}}s:24:\"core_version_requirement\";s:6:\"11.2.3\";s:17:\"core_incompatible\";b:0;s:9:\"lifecycle\";s:6:\"stable\";s:5:\"mtime\";i:1756779663;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:34:\"core/themes/stable9/screenshot.png\";s:3:\"php\";s:5:\"8.3.0\";s:9:\"libraries\";a:0:{}s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:0:{}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}}s:7:\"subpath\";s:14:\"themes/stable9\";s:6:\"origin\";s:4:\"core\";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:2:{s:16:\"starterkit_theme\";r:229;s:9:\"dchadwick\";O:32:\"Drupal\\Core\\Extension\\Dependency\":3:{s:7:\"\0*\0name\";s:7:\"stable9\";s:10:\"\0*\0project\";s:0:\"\";s:19:\"\0*\0constraintString\";s:0:\"\";}}s:8:\"requires\";a:0:{}s:4:\"sort\";i:0;s:10:\"sub_themes\";a:2:{s:16:\"starterkit_theme\";s:16:\"Starterkit theme\";s:9:\"dchadwick\";s:22:\"DChadwick Custom Theme\";}s:19:\"module_dependencies\";a:0:{}s:6:\"engine\";s:4:\"twig\";}s:5:\"claro\";O:31:\"Drupal\\Core\\Extension\\Extension\":16:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:32:\"core/themes/claro/claro.info.yml\";s:11:\"\0*\0filename\";s:11:\"claro.theme\";s:4:\"info\";a:22:{s:4:\"name\";s:5:\"Claro\";s:4:\"type\";s:5:\"theme\";s:11:\"description\";s:62:\"A clean, accessible, and powerful Drupal administration theme.\";s:8:\"alt text\";s:49:\"Screenshot of Claro, Drupal administration theme.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:6:\"11.2.3\";s:9:\"libraries\";a:3:{i:0;s:19:\"core/drupal.message\";i:1;s:14:\"core/normalize\";i:2;s:20:\"claro/global-styling\";}s:18:\"libraries-override\";a:16:{s:21:\"core/drupal.tabledrag\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:36:\"misc/components/tabledrag.module.css\";s:28:\"css/components/tabledrag.css\";}}}s:16:\"core/drupal.ajax\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:40:\"misc/components/ajax-progress.module.css\";s:39:\"css/components/ajax-progress.module.css\";}}}s:24:\"core/drupal.autocomplete\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:47:\"misc/components/autocomplete-loading.module.css\";s:46:\"css/components/autocomplete-loading.module.css\";}}}s:20:\"system/status.report\";s:19:\"claro/status.report\";s:12:\"system/admin\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:20:\"css/system.admin.css\";b:0;}}}s:22:\"core/drupal.dropbutton\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:30:\"misc/dropbutton/dropbutton.css\";s:29:\"css/components/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\";b:0;}}}s:23:\"core/internal.jquery_ui\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:45:\"assets/vendor/jquery.ui/themes/base/theme.css\";b:0;}}}s:18:\"core/drupal.dialog\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:46:\"assets/vendor/jquery.ui/themes/base/dialog.css\";b:0;}}}s:16:\"user/drupal.user\";a:1:{s:3:\"css\";a:1:{s:9:\"component\";a:1:{s:19:\"css/user.module.css\";b:0;}}}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:28:\"css/theme/field-ui.admin.css\";}}}s:16:\"node/drupal.node\";a:1:{s:3:\"css\";a:1:{s:6:\"layout\";a:1:{s:19:\"css/node.module.css\";b:0;}}}s:9:\"node/form\";a:1:{s:3:\"css\";a:1:{s:6:\"layout\";a:1:{s:19:\"css/node.module.css\";b:0;}}}s:15:\"toolbar/toolbar\";a:1:{s:3:\"css\";a:2:{s:9:\"component\";a:1:{s:22:\"css/toolbar.module.css\";s:33:\"css/components/toolbar.module.css\";}s:5:\"theme\";a:2:{s:21:\"css/toolbar.theme.css\";s:27:\"css/theme/toolbar.theme.css\";s:27:\"css/toolbar.icons.theme.css\";s:33:\"css/theme/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:26:\"css/state/toolbar.menu.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:33:\"css/components/views_ui.admin.css\";}s:5:\"theme\";a:1:{s:28:\"css/views_ui.admin.theme.css\";s:34:\"css/theme/views_ui.admin.theme.css\";}}}}s:16:\"libraries-extend\";a:28:{s:20:\"core/drupal.collapse\";a:1:{i:0;s:19:\"claro/details-focus\";}s:18:\"core/drupal.dialog\";a:1:{i:0;s:25:\"claro/claro.drupal.dialog\";}s:22:\"core/drupal.dropbutton\";a:1:{i:0;s:16:\"claro/dropbutton\";}s:20:\"core/drupal.checkbox\";a:1:{i:0;s:14:\"claro/checkbox\";}s:19:\"core/drupal.message\";a:1:{i:0;s:14:\"claro/messages\";}s:20:\"core/drupal.progress\";a:1:{i:0;s:14:\"claro/progress\";}s:26:\"core/drupal.tabbingmanager\";a:1:{i:0;s:20:\"claro/tabbingmanager\";}s:21:\"core/drupal.tabledrag\";a:1:{i:0;s:21:\"claro/claro.tabledrag\";}s:23:\"core/drupal.tableselect\";a:1:{i:0;s:17:\"claro/tableselect\";}s:21:\"core/drupal.tablesort\";a:1:{i:0;s:22:\"claro/drupal.tablesort\";}s:25:\"core/drupal.vertical-tabs\";a:1:{i:0;s:19:\"claro/vertical-tabs\";}s:16:\"file/drupal.file\";a:1:{i:0;s:10:\"claro/file\";}s:26:\"filter/drupal.filter.admin\";a:1:{i:0;s:12:\"claro/filter\";}s:20:\"filter/drupal.filter\";a:1:{i:0;s:12:\"claro/filter\";}s:12:\"system/admin\";a:1:{i:0;s:18:\"claro/system.admin\";}s:24:\"core/drupal.autocomplete\";a:1:{i:0;s:18:\"claro/autocomplete\";}s:24:\"shortcut/drupal.shortcut\";a:1:{i:0;s:21:\"claro/drupal.shortcut\";}s:16:\"core/drupal.ajax\";a:1:{i:0;s:10:\"claro/ajax\";}s:16:\"user/drupal.user\";a:1:{i:0;s:27:\"claro/form.password-confirm\";}s:24:\"node/drupal.node.preview\";a:1:{i:0;s:25:\"claro/drupal.node.preview\";}s:20:\"system/status.report\";a:1:{i:0;s:19:\"claro/status.report\";}s:18:\"views/views.module\";a:1:{i:0;s:11:\"claro/views\";}s:22:\"views_ui/admin.styling\";a:1:{i:0;s:14:\"claro/views_ui\";}s:32:\"media/media_embed_ckeditor_theme\";a:1:{i:0;s:39:\"claro/classy.media_embed_ckeditor_theme\";}s:16:\"media_library/ui\";a:1:{i:0;s:22:\"claro/media_library.ui\";}s:18:\"media_library/view\";a:1:{i:0;s:25:\"claro/media_library.theme\";}s:20:\"media_library/widget\";a:1:{i:0;s:25:\"claro/media_library.theme\";}s:11:\"image/admin\";a:1:{i:0;s:17:\"claro/image.admin\";}}s:7:\"regions\";a:9:{s:6:\"header\";s:6:\"Header\";s:11:\"pre_content\";s:11:\"Pre-content\";s:10:\"breadcrumb\";s:10:\"Breadcrumb\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:7:\"content\";s:7:\"Content\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:13:\"sidebar_first\";s:13:\"First sidebar\";}s:14:\"regions_hidden\";a:3:{i:0;s:13:\"sidebar_first\";i:1;s:8:\"page_top\";i:2;s:11:\"page_bottom\";}s:24:\"core_version_requirement\";s:6:\"11.2.3\";s:17:\"core_incompatible\";b:0;s:9:\"lifecycle\";s:6:\"stable\";s:5:\"mtime\";i:1756779663;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:32:\"core/themes/claro/screenshot.png\";s:3:\"php\";s:5:\"8.3.0\";s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:0:{}}s:7:\"subpath\";s:12:\"themes/claro\";s:6:\"origin\";s:4:\"core\";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:3:\"gin\";O:32:\"Drupal\\Core\\Extension\\Dependency\":3:{s:7:\"\0*\0name\";s:5:\"claro\";s:10:\"\0*\0project\";s:0:\"\";s:19:\"\0*\0constraintString\";s:0:\"\";}}s:8:\"requires\";a:0:{}s:4:\"sort\";i:0;s:10:\"sub_themes\";a:1:{s:3:\"gin\";s:3:\"Gin\";}s:19:\"module_dependencies\";a:0:{}s:9:\"libraries\";a:3:{i:0;s:19:\"core/drupal.message\";i:1;s:14:\"core/normalize\";i:2;s:20:\"claro/global-styling\";}s:6:\"engine\";s:4:\"twig\";}s:3:\"gin\";O:31:\"Drupal\\Core\\Extension\\Extension\":17:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:31:\"themes/contrib/gin/gin.info.yml\";s:11:\"\0*\0filename\";s:9:\"gin.theme\";s:4:\"info\";a:25:{s:4:\"name\";s:3:\"Gin\";s:4:\"type\";s:5:\"theme\";s:10:\"base theme\";s:5:\"claro\";s:11:\"description\";s:388:\"Admin theme with a strong focus on improving the Editorial Experience. Learn more about Gin’s Settings and how to customize Gin in our Custom theming guide.\";s:24:\"core_version_requirement\";s:5:\"^11.2\";s:9:\"libraries\";a:2:{i:0;s:20:\"claro/global-styling\";i:1;s:7:\"gin/gin\";}s:18:\"libraries-override\";a:7:{s:18:\"media_library/view\";a:1:{s:2:\"js\";a:1:{s:24:\"js/media_library.view.js\";s:34:\"js/overrides/media_library.view.js\";}}s:23:\"core/drupal.tableselect\";a:1:{s:2:\"js\";a:1:{s:19:\"misc/tableselect.js\";s:27:\"js/overrides/tableselect.js\";}}s:21:\"core/drupal.tabledrag\";a:1:{s:2:\"js\";a:1:{s:17:\"misc/tabledrag.js\";s:25:\"js/overrides/tabledrag.js\";}}s:25:\"claro/claro.drupal.dialog\";a:1:{s:3:\"css\";a:1:{s:5:\"theme\";a:1:{s:25:\"css/components/dialog.css\";b:0;}}}s:29:\"core/drupal.dialog.off_canvas\";a:1:{s:3:\"css\";a:1:{s:4:\"base\";a:3:{s:31:\"misc/dialog/off-canvas.base.css\";b:0;s:26:\"misc/dialog/off-canvas.css\";b:0;s:32:\"misc/dialog/off-canvas.theme.css\";b:0;}}}s:20:\"claro/global-styling\";a:1:{s:3:\"css\";a:2:{s:6:\"layout\";a:1:{s:28:\"css/layout/local-actions.css\";b:0;}s:5:\"theme\";a:1:{s:20:\"css/theme/colors.css\";b:0;}}}s:23:\"core/drupal.tableheader\";a:2:{s:2:\"js\";a:1:{s:19:\"misc/tableheader.js\";b:0;}s:3:\"css\";a:1:{s:9:\"component\";a:2:{s:39:\"css/components/sticky-header.module.css\";b:0;s:40:\"misc/components/sticky-header.module.css\";b:0;}}}}s:16:\"libraries-extend\";a:38:{s:19:\"core/drupal.message\";a:1:{i:0;s:12:\"gin/messages\";}s:23:\"core/drupal.tableselect\";a:1:{i:0;s:15:\"gin/tableselect\";}s:23:\"core/drupal.tableheader\";a:1:{i:0;s:15:\"gin/tableheader\";}s:24:\"core/drupal.autocomplete\";a:1:{i:0;s:16:\"gin/autocomplete\";}s:13:\"core/ckeditor\";a:1:{i:0;s:12:\"gin/ckeditor\";}s:17:\"ckeditor/ckeditor\";a:1:{i:0;s:12:\"gin/ckeditor\";}s:14:\"core/ckeditor5\";a:1:{i:0;s:13:\"gin/ckeditor5\";}s:18:\"core/drupal.dialog\";a:1:{i:0;s:10:\"gin/dialog\";}s:16:\"core/drupal.ajax\";a:1:{i:0;s:8:\"gin/ajax\";}s:22:\"core/drupal.dropbutton\";a:1:{i:0;s:14:\"gin/dropbutton\";}s:32:\"media/media_embed_ckeditor_theme\";a:1:{i:0;s:34:\"gin/gin_media_embed_ckeditor_theme\";}s:18:\"media_library/view\";a:1:{i:0;s:17:\"gin/media_library\";}s:20:\"media_library/widget\";a:1:{i:0;s:17:\"gin/media_library\";}s:34:\"contextual/drupal.contextual-links\";a:1:{i:0;s:20:\"gin/contextual_links\";}s:34:\"autosave_form/drupal.autosave_form\";a:1:{i:0;s:12:\"gin/autosave\";}s:20:\"chosen/drupal.chosen\";a:1:{i:0;s:10:\"gin/chosen\";}s:17:\"dropzonejs/widget\";a:1:{i:0;s:14:\"gin/dropzonejs\";}s:29:\"entity_browser/entity_browser\";a:1:{i:0;s:18:\"gin/entity_browser\";}s:19:\"entity_browser/tabs\";a:1:{i:0;s:18:\"gin/entity_browser\";}s:26:\"entity_browser/entity_list\";a:1:{i:0;s:18:\"gin/entity_browser\";}s:31:\"entity_browser/entity_reference\";a:1:{i:0;s:18:\"gin/entity_browser\";}s:19:\"linkit/linkit.admin\";a:1:{i:0;s:10:\"gin/linkit\";}s:26:\"module_filter/modules.tabs\";a:1:{i:0;s:17:\"gin/module_filter\";}s:27:\"module_filter/update.status\";a:1:{i:0;s:17:\"gin/module_filter\";}s:21:\"module_filter/modules\";a:1:{i:0;s:17:\"gin/module_filter\";}s:35:\"upgrade_status/upgrade_status.admin\";a:1:{i:0;s:18:\"gin/upgrade_status\";}s:22:\"webform/webform.filter\";a:1:{i:0;s:11:\"gin/webform\";}s:21:\"webform_ui/webform_ui\";a:2:{i:0;s:11:\"gin/webform\";i:1;s:14:\"gin/webform_ui\";}s:28:\"webform/webform.element.help\";a:1:{i:0;s:11:\"gin/webform\";}s:38:\"webform/webform.element.details.toggle\";a:1:{i:0;s:11:\"gin/webform\";}s:25:\"webform/webform.form.tabs\";a:1:{i:0;s:11:\"gin/webform\";}s:27:\"workbench/workbench.toolbar\";a:1:{i:0;s:13:\"gin/workbench\";}s:35:\"paragraphs/drupal.paragraphs.widget\";a:1:{i:0;s:14:\"gin/paragraphs\";}s:34:\"entity_reference_layout/erl_widget\";a:2:{i:0;s:27:\"gin/entity_reference_layout\";i:1;s:21:\"gin/layout_paragraphs\";}s:42:\"layout_paragraphs/layout_paragraphs_widget\";a:1:{i:0;s:21:\"gin/layout_paragraphs\";}s:25:\"layout_paragraphs/builder\";a:1:{i:0;s:22:\"gin/layout_paragraphs2\";}s:44:\"responsive_preview/drupal.responsive-preview\";a:1:{i:0;s:22:\"gin/responsive_preview\";}s:37:\"workspaces/drupal.workspaces.overview\";a:1:{i:0;s:14:\"gin/workspaces\";}}s:20:\"ckeditor_stylesheets\";a:3:{i:0;s:25:\"dist/css/theme/accent.css\";i:1;s:28:\"dist/css/theme/variables.css\";i:2;s:27:\"dist/css/theme/ckeditor.css\";}s:21:\"ckeditor5-stylesheets\";b:0;s:7:\"regions\";a:9:{s:6:\"header\";s:6:\"Header\";s:11:\"pre_content\";s:11:\"Pre-content\";s:10:\"breadcrumb\";s:10:\"Breadcrumb\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:7:\"content\";s:7:\"Content\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";s:13:\"sidebar_first\";s:13:\"First sidebar\";}s:14:\"regions_hidden\";a:3:{i:0;s:13:\"sidebar_first\";i:1;s:8:\"page_top\";i:2;s:11:\"page_bottom\";}s:7:\"version\";s:5:\"5.0.3\";s:7:\"project\";s:3:\"gin\";s:9:\"datestamp\";i:1752238062;s:17:\"core_incompatible\";b:0;s:9:\"lifecycle\";s:6:\"stable\";s:5:\"mtime\";i:1752238062;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:\"themes/contrib/gin/screenshot.png\";s:3:\"php\";s:5:\"8.3.0\";s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:5:\"claro\";}}s:7:\"subpath\";s:18:\"themes/contrib/gin\";s:6:\"origin\";s:0:\"\";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:1:{s:5:\"claro\";r:742;}s:4:\"sort\";i:-1;s:11:\"base_themes\";a:1:{s:5:\"claro\";s:5:\"Claro\";}s:19:\"module_dependencies\";a:0:{}s:9:\"libraries\";a:2:{i:0;s:20:\"claro/global-styling\";i:1;s:7:\"gin/gin\";}s:6:\"engine\";s:4:\"twig\";s:10:\"base_theme\";s:5:\"claro\";}s:9:\"dchadwick\";O:31:\"Drupal\\Core\\Extension\\Extension\":17:{s:7:\"\0*\0type\";s:5:\"theme\";s:11:\"\0*\0pathname\";s:42:\"themes/custom/dchadwick/dchadwick.info.yml\";s:11:\"\0*\0filename\";s:15:\"dchadwick.theme\";s:4:\"info\";a:20:{s:4:\"name\";s:22:\"DChadwick Custom Theme\";s:4:\"type\";s:5:\"theme\";s:11:\"description\";s:25:\"My custom theme...for fun\";s:7:\"package\";s:5:\"Other\";s:24:\"core_version_requirement\";s:16:\"^9 || ^10 || ^11\";s:9:\"libraries\";a:1:{i:0;s:24:\"dchadwick/global-styling\";}s:10:\"base theme\";s:7:\"stable9\";s:7:\"regions\";a:4:{s:10:\"navigation\";s:15:\"Main navigation\";s:4:\"hero\";s:4:\"Hero\";s:7:\"content\";s:7:\"Content\";s:13:\"footer_bottom\";s:13:\"Footer Bottom\";}s:17:\"core_incompatible\";b:0;s:9:\"lifecycle\";s:6:\"stable\";s:5:\"mtime\";i:1754532357;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:38:\"themes/custom/dchadwick/screenshot.png\";s:7:\"version\";N;s:3:\"php\";s:5:\"8.3.0\";s:16:\"libraries_extend\";a:0:{}s:18:\"libraries_override\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:7:\"stable9\";}s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}}s:7:\"subpath\";s:23:\"themes/custom/dchadwick\";s:6:\"origin\";s:0:\"\";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:1:{s:7:\"stable9\";r:556;}s:4:\"sort\";i:-2;s:11:\"base_themes\";a:1:{s:7:\"stable9\";s:8:\"Stable 9\";}s:19:\"module_dependencies\";a:0:{}s:9:\"libraries\";a:1:{i:0;s:24:\"dchadwick/global-styling\";}s:6:\"engine\";s:4:\"twig\";s:10:\"base_theme\";s:7:\"stable9\";}}',-1,1759975743.530,1,'','0'),('last_write_timestamp_cache_bootstrap',_binary 'd:1759976428.839;',-1,1759976428.789,1,'','0'),('path_alias_prefix_list',_binary 'a:37:{s:5:\"admin\";b:0;s:8:\"big_pipe\";b:0;s:14:\"block-category\";N;s:5:\"block\";N;s:9:\"ckeditor5\";b:0;s:10:\"contextual\";N;s:3:\"api\";N;s:6:\"editor\";N;s:4:\"file\";N;s:6:\"filter\";b:0;s:7:\"history\";N;s:5:\"sites\";N;s:6:\"system\";N;s:14:\"layout_builder\";b:0;s:27:\"layout_builder_iframe_modal\";b:0;s:5:\"media\";b:0;s:13:\"media-library\";b:0;s:4:\"node\";b:1;s:6:\"search\";N;s:4:\"user\";b:0;s:4:\"cron\";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:4:\"dcjs\";N;s:11:\".well-known\";N;s:7:\"webform\";N;s:13:\"fighters-view\";N;s:11:\"events-list\";N;s:5:\"views\";b:0;s:12:\"entity_clone\";b:0;}',-1,1759975771.696,1,'','0'),('state',_binary 'a:10:{s:27:\"config_split_override_state\";N;s:23:\"system.maintenance_mode\";N;s:24:\"routing.non_admin_routes\";a:182:{i:0;s:13:\"big_pipe.nojs\";i:1;s:27:\"block.category_autocomplete\";i:2;s:22:\"block_content.add_page\";i:3;s:22:\"block_content.add_form\";i:4;s:31:\"ckeditor5.media_entity_metadata\";i:5;s:17:\"contextual.render\";i:6;s:23:\"dc_core.lotr_characters\";i:7;s:17:\"editor.filter_xss\";i:8;s:18:\"file.ajax_progress\";i:9;s:15:\"filter.tips_all\";i:10;s:11:\"filter.tips\";i:11;s:26:\"history.get_last_node_view\";i:12;s:17:\"history.read_node\";i:13;s:18:\"image.style_public\";i:14;s:19:\"image.style_private\";i:15;s:29:\"layout_builder.choose_section\";i:16;s:26:\"layout_builder.add_section\";i:17;s:32:\"layout_builder.configure_section\";i:18;s:29:\"layout_builder.remove_section\";i:19;s:27:\"layout_builder.choose_block\";i:20;s:24:\"layout_builder.add_block\";i:21;s:34:\"layout_builder.choose_inline_block\";i:22;s:27:\"layout_builder.update_block\";i:23;s:30:\"layout_builder.move_block_form\";i:24;s:27:\"layout_builder.remove_block\";i:25;s:25:\"layout_builder.move_block\";i:26;s:35:\"layout_builder_iframe_modal.rebuild\";i:27;s:46:\"layout_builder_iframe_modal.rebuild_translated\";i:28;s:36:\"layout_builder_iframe_modal.redirect\";i:29;s:19:\"media.oembed_iframe\";i:30;s:20:\"media.filter.preview\";i:31;s:16:\"media_library.ui\";i:32;s:13:\"node.add_page\";i:33;s:8:\"node.add\";i:34;s:19:\"entity.node.preview\";i:35;s:27:\"entity.node.version_history\";i:36;s:20:\"entity.node.revision\";i:37;s:28:\"node.revision_revert_confirm\";i:38;s:40:\"node.revision_revert_translation_confirm\";i:39;s:28:\"node.revision_delete_confirm\";i:40;s:11:\"search.view\";i:41;s:23:\"search.view_help_search\";i:42;s:23:\"search.help_help_search\";i:43;s:23:\"search.view_node_search\";i:44;s:23:\"search.help_node_search\";i:45;s:23:\"search.view_user_search\";i:46;s:23:\"search.help_user_search\";i:47;s:19:\"shortcut.set_switch\";i:48;s:16:\"system.css_asset\";i:49;s:15:\"system.js_asset\";i:50;s:10:\"system.401\";i:51;s:10:\"system.403\";i:52;s:10:\"system.404\";i:53;s:10:\"system.4xx\";i:54;s:11:\"system.cron\";i:55;s:12:\"system.files\";i:56;s:28:\"system.private_file_download\";i:57;s:16:\"system.temporary\";i:58;s:7:\"\";i:59;s:6:\"\";i:60;s:8:\"\";i:61;s:8:\"