Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
layout_discovery.module
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Mar 2022 at 14:48 UTC
Updated:
20 Apr 2022 at 13:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
danflanagan8The layout_discovery module only has one mention of classy: as the base theme of the test theme
test_layout_theme. From what I can tell, classy is not providing anything important. The templates of the layouts being tested are provided by thelayout_testmodule (insystem). Nothing to do with classy.The only change required is to change that
classy<code> tostark intest_layout_theme.info.Setting as Novice.
Comment #3
shashwat purav commentedCreated patch to change Classy to Stark.
Comment #4
danflanagan8Thank you for the patch, @Shashwat Purav.
That said, I was really hoping this issue would be handled by a Novice contributor. Looking at your profile (and the fact you posted another patch 5 minutes after this), you are clearly not a Novice.
It is important for the community to save Novice issues for Novices so that they can build the skills and confidence needed to contribute. Thanks!
Comment #5
alexpottCommitted and pushed b2f2bc1e1b to 10.0.x and 07712edcd5 to 9.4.x and f0d9ba0071 to 9.3.x. Thanks!
Backported to 9.3.x to keep tests aligned.