Open nathan-schmidt-viget opened 5 months ago
Figured out what it is. When a new site is created the twig
files don't get updated to the theme name. So they are still left as
{% set template = [
[
'core/pattern',
{
'slug': 'wp-starter/text-image-inner-blocks',
}
]
] %}
When the slug should be 'slug': '[sitename]/text-image-inner-blocks',
Updating all the wp-starter
in the Twig files fixed the problem.
Looked through the composer files, but could not pin point how to replace the string in the twig files. 🤔
Blocks
When starting a new site all of our custom blocks have
pattern placeholder
as the child block. This also shows up for the custom patterns that are using our blocks. The block then has nothing visible inside of it.This shows up for all of our custom blocks