From 4bdda961a2212d19443c1a6a81f96f392bd306b9 Mon Sep 17 00:00:00 2001 From: "lee.5151" <lee.5151@osu.edu> Date: Mon, 26 Jun 2023 14:13:29 -0400 Subject: [PATCH] asc_adminimal D10 readiness --- .../asc_adminimal/asc_adminimal.info.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/themes/asc_adminimal/asc_adminimal.info.yml b/web/themes/asc_adminimal/asc_adminimal.info.yml index 0b2cee81b0..6169b18287 100644 --- a/web/themes/asc_adminimal/asc_adminimal.info.yml +++ b/web/themes/asc_adminimal/asc_adminimal.info.yml @@ -11,27 +11,27 @@ # 2. Sub-theme Seven. This is only recommended if you want to make minor # tweaks and understand that Seven could break your modifications as it # changes. -name: 'asc_adminimal' +name: "asc_adminimal" type: theme base theme: adminimal_theme -description: 'Adds custom CSS to default administration theme for Drupal.' -alt text: 'Default administration theme for Drupal with simple blocks, clean lines, and custom CSS.' +description: "Adds custom CSS to default administration theme for Drupal." +alt text: "Default administration theme for Drupal with simple blocks, clean lines, and custom CSS." package: Core version: VERSION -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10 regions: - header: 'Header' - pre_content: 'Pre-content' + header: "Header" + pre_content: "Pre-content" breadcrumb: Breadcrumb highlighted: Highlighted help: Help content: Content - page_top: 'Page top' - page_bottom: 'Page bottom' - sidebar_first: 'First sidebar' + page_top: "Page top" + page_bottom: "Page bottom" + sidebar_first: "First sidebar" regions_hidden: - sidebar_first libraries: - - 'asc_adminimal/global-styling' + - "asc_adminimal/global-styling" -- GitLab