File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
drupal-starterkit-theme/theme
vite-plugin-drupal/src/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ base theme: ueberbit_dist
44description : A flexible theme with a responsive, mobile-first layout.
55package : UEBERBIT
66core : 8.x
7- core_version_requirement : ^8 || ^9
7+ core_version_requirement : ^8 || ^9 || ^10 || ^11
88libraries :
99 - ueberbit/global
1010regions :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default (ctx: Context): Plugin => {
1313 'base theme' : ctx . options . baseTheme ,
1414 'description' : `${ ctx . themeName . toUpperCase ( ) } Theme for compiled assets.` ,
1515 'package' : `${ ctx . options . themePackage || ctx . themeName } ` ,
16- 'core_version_requirement' : '^9 || ^10' ,
16+ 'core_version_requirement' : '^9 || ^10 || ^11 ' ,
1717 'hidden' : true ,
1818 'libraries' : [
1919 `${ ctx . distThemeName } /css__tailwind` ,
You canβt perform that action at this time.
0 commit comments