Skip to content
Snippets Groups Projects

Update ThemeGeneratorTypes.php for Drupal 10 Support

Closed Rushikesh Raval requested to merge issue/at_tool-3330032:2.0.x into 2.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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';
$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']];
Loading