Skip to content

Commit

Permalink
[#129] Fixing pattern template
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget committed Jul 24, 2024
1 parent 2fc6f09 commit e308827
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*Styles for {{dashCase name}}*/
/*Styles for {{titleCase name}}*/
@import '../../blocks/{{dashCase name}}/style.css';
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
*/

?>

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->
2 changes: 2 additions & 0 deletions wp-content/themes/wp-starter/plop-templates/render.twig.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
]
] %}

{# If you need to limit what block types are allowed
{% set allowed = [
'core/group',
] %}
#}

{% set inner = {
template: template,
Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/wp-starter/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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*/

0 comments on commit e308827

Please sign in to comment.