- Issue created by @Gautam_105@
- Assigned to adarshv
- Issue was unassigned.
- 🇮🇳India aman1248
To ensure the Corporate Lite theme aligns with the desired style, we need to install the Classy theme as it is the base theme. You can achieve this by running the following command:
composer require 'drupal/classy:^1.0'
Executing this command will resolve any errors related to the missing Classy theme, thus ensuring a seamless integration of the Corporate Lite theme with its intended classy design.
- Status changed to Needs review
7 months ago 5:58am 19 April 2024 - 🇬🇧United Kingdom the_g_bomb
Thanks for the report, I'll try to get a fix up asap.
- 🇬🇧United Kingdom the_g_bomb
The uploaded can be tested using:
ddev composer require --no-update --sort-packages cweagans/composer-patches oomphinc/composer-installers-extender ddev composer config --json --merge extra.patches.drupal/boldy '{"3441715: Missing Classy D10": "https://git.drupalcode.org/project/boldy/-/merge_requests/8.patch"}' ddev composer require 'drupal/boldy:2.x-dev@dev'
- 🇮🇳India aayushDrupal
Hi,
I tested for the "Missing Classy (D10)" issue by running thecomposer require 'drupal/classy:^1.0'
command. Then I executed #10 commands. Now it's working fine and shows the "Install and set as default" button.Leaving status as "Needs review" for testing code changes.
After:-
Thanks.
- Assigned to punit pradhan
- Assigned to sourojeetpaul
- Issue was unassigned.
- Status changed to RTBC
6 months ago 6:57am 22 May 2024 Hi,
I think runningcomposer require 'drupal/classy:^1.0'
after installation of the theme is not the desired solution, rather all its dependencies should be downloaded and installed along with it, and the latest commit addresses the same. Looks good to me!
So moving it to RTBC++
Attaching before after screenshots for reference!- 🇬🇧United Kingdom the_g_bomb
Thanks, as this is a D10 only requirement, I will make a new branch that only has the d10+ stuff in it.
- 🇬🇧United Kingdom the_g_bomb
I have removed D10 support from the 8.x-2.x branch and created a 3.0.x branch to support the changes required by D10 only, such as the change required here.
-
the_g_bomb →
committed bec4b140 on 3.0.x
Issue #3441715: Add Classy dependency to info.yml.
-
the_g_bomb →
committed bec4b140 on 3.0.x
- Status changed to Fixed
4 months ago 11:50am 11 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.