diff --git a/web/themes/asc_adminimal/asc_adminimal.info.yml b/web/themes/asc_adminimal/asc_adminimal.info.yml index 0b2cee81b0a3e22974b09b33ae746c3c957cb377..6169b18287e60e98ab28d2017338b014f4678a2c 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"