With the update to Drupal 9.51 contents of prototype.info.yml need to be updated, otherwise they get "lost" and can't be found
.
name: prototype
type: theme
description: Prototype Sub-Theme
package: prototype
core_version_requirement: ^8.8 || ^9
base theme: stable
regions:
header: Header
primary_menu: Primary Menu
secondary_menu: Secondary Menu
highlighted: Highlighted
help: Help
content: Content
sidebar_first: First Sidebar
sidebar_second: Second Sidebar
footer: Footer
breadcrumb: Breadcrumb
libraries:
- prototype/global
components:
namespaces:
prototype-components:
- libraries/components ----- THIS IS THE LINE THAT NEEDS TO CHANGE!
prototype-icons:
- images/icons
Issue fork prototype-3332059
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
jldust commentedThanks for catching this, I've updated the pathing in the .info file.
Comment #6
jldust commentedThis has been included in the 4.0.0-alpha2 release, thanks again!