Skip to content

Commit

Permalink
feat(#547): add support for the template tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Oct 27, 2022
1 parent 1156827 commit b0ec21d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-bottles-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"druxt-site": minor
---

feat(#578): updated component to support the DruxtDevelTemplate tool.
7 changes: 7 additions & 0 deletions packages/site/src/components/DruxtSite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@ export default {
return scopedSlots
},
/**
* Druxt development template tool configuration.
*/
template: {
debug: '{ props, regions, theme }',
}
}
}
Expand Down

0 comments on commit b0ec21d

Please sign in to comment.