Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
at_tool
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
at_tool
Merge requests
!1
Update ThemeGeneratorTypes.php for Drupal 10 Support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Update ThemeGeneratorTypes.php for Drupal 10 Support
issue/at_tool-3330032:2.0.x
into
2.0.x
Overview
2
Commits
2
Pipelines
0
Changes
1
Closed
Rushikesh Raval
requested to merge
issue/at_tool-3330032:2.0.x
into
2.0.x
1 year ago
Overview
2
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
2.0.x
version 1
a0d36e03
1 year ago
2.0.x (base)
and
latest version
latest version
6a27f86c
2 commits,
1 year ago
version 1
a0d36e03
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
at_theme_generator/src/Theme/ThemeGeneratorTypes.php
+
1
−
1
Options
@@ -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