Skip to content
Snippets Groups Projects
Commit db07ba61 authored by Rushikesh Raval's avatar Rushikesh Raval
Browse files

Update ThemeGeneratorTypes.php for Core Requirment issue#3330032

parent f4bc26c5
Branches
Tags
1 merge request!3Resolve #3412885 "Correct the content"
......@@ -87,7 +87,7 @@ class ThemeGeneratorTypes extends ThemeGenerator {
$info['subtheme type'] = 'adaptive_subtheme';
$info['layout'] = $this->layout_library;
$info['description'] = $this->infoYmlDescription($desc);
$info['core_version_requirement'] = '^8 || ^9 || ^10';
$info['core_version_requirement'] = '^9.3 || ^10';
$info['regions'] = $this->info['regions'];
$info['tags'] = 'adaptivetheme sub-theme';
$info['libraries-extend'] = ['quickedit/quickedit' => [$this->machine_name . '/quickedit']];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment