- Issue created by @thejimbirch
- πΊπΈUnited States thejimbirch Cape Cod, Massachusetts
This is ready for review. I left some comments on the merge request, and added inline comments in the recipe to explain things.
There are some new settings and config actions that make recipes more powerful and safe.
Instead of using createIfNotExists
, we can include the config file for the block, and set
config:
strict: false
And then place the block using the placeBlockInAdminTheme config action, which will allow the recipe to be applied to sites that use other admin themes like Gin.
MR to follow.
Active
Code
This is ready for review. I left some comments on the merge request, and added inline comments in the recipe to explain things.