diff --git a/wp-content/themes/wp-starter/plop-templates/parts/css-link.css.hbs b/wp-content/themes/wp-starter/plop-templates/parts/css-link.css.hbs index 36aab8fd..096ab3ae 100644 --- a/wp-content/themes/wp-starter/plop-templates/parts/css-link.css.hbs +++ b/wp-content/themes/wp-starter/plop-templates/parts/css-link.css.hbs @@ -1,2 +1,2 @@ -/*Styles for {{dashCase name}}*/ +/*Styles for {{titleCase name}}*/ @import '../../blocks/{{dashCase name}}/style.css'; diff --git a/wp-content/themes/wp-starter/plop-templates/patterns/{{dashCase name}}-inner-blocks.php.hbs b/wp-content/themes/wp-starter/plop-templates/patterns/{{dashCase name}}-inner-blocks.php.hbs index 1dd55fd5..dbb6da81 100644 --- a/wp-content/themes/wp-starter/plop-templates/patterns/{{dashCase name}}-inner-blocks.php.hbs +++ b/wp-content/themes/wp-starter/plop-templates/patterns/{{dashCase name}}-inner-blocks.php.hbs @@ -7,3 +7,7 @@ */ ?> + + +
+ diff --git a/wp-content/themes/wp-starter/plop-templates/render.twig.hbs b/wp-content/themes/wp-starter/plop-templates/render.twig.hbs index 04cd7c8f..69cf7997 100644 --- a/wp-content/themes/wp-starter/plop-templates/render.twig.hbs +++ b/wp-content/themes/wp-starter/plop-templates/render.twig.hbs @@ -11,9 +11,11 @@ ] ] %} +{# If you need to limit what block types are allowed {% set allowed = [ 'core/group', ] %} +#} {% set inner = { template: template, diff --git a/wp-content/themes/wp-starter/src/styles/main.css b/wp-content/themes/wp-starter/src/styles/main.css index ceac4511..8c14a04d 100644 --- a/wp-content/themes/wp-starter/src/styles/main.css +++ b/wp-content/themes/wp-starter/src/styles/main.css @@ -23,4 +23,4 @@ @import '../../blocks/text-icon-cards/style.css'; @import '../../blocks/video-embed/style.css'; -/*DO NOT REMOVE Everything below this line is automatically generated*/ +/*DO NOT REMOVE - Everything below this line is automatically generated*/