Problem/Motivation

There is a typo in the "theme_suggestions" hook that prevents the suggestions from being added.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon 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

tyler36 created an issue. See original summary.

tyler36’s picture

Status: Active » Needs review
tyler36’s picture

Current version of "config_pages` already has some theme suggestions.

Given an config_pages entity called "homepage", the following suggestions appear:

<!-- FILE NAME SUGGESTIONS:
   * config-pages--homepage--full.html.twig
   * config-pages--homepage.html.twig
   * config-pages--full.html.twig
   x config-pages.html.twig
-->
drdam’s picture

Status: Needs review » Fixed
drdam’s picture

Status: Fixed » Closed (fixed)

Fix in 1.0.1 release
Thanks