Problem/Motivation
The Existing Dev 8.x-2.x-dev release of Basic will not run on Drupal 9. Just placing it in the themes directory of a Drupal 9 site will crash the site.
Steps to reproduce
Download to the themes directory and then go to the site. It will respond with a WSOD. Removing the theme will restore the site.
Proposed resolution
There are 2 areas that need to be adjusted.
In the info.yml file the reference to core: 8.x needs to be removed.
In the info.yml file a reference to base theme: stable needs to be added.
Remaining tasks
I'll attach a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Update-for-compatibility-with-Drupal-8-9-3197606-2.patch | 316 bytes | awasson |
Comments
Comment #2
awasson commentedComment #4
joelpittetThanks I've committed this to a 3.x and 2.x branch.