Skip to content

Commit

Permalink
update default value of useBlockAssets to true (#337)
Browse files Browse the repository at this point in the history
Co-authored-by: Nícholas André <[email protected]>
  • Loading branch information
fabiankaegy and nicholasio authored Nov 6, 2023
1 parent e6c5140 commit 71460c9
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 180 deletions.
14 changes: 14 additions & 0 deletions .changeset/good-pumas-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"10up-toolkit": major
---

update default value of `useBlockAssets` to true. If you are not ready for it yet. Set `useBlockAssets` to false in your 10up-toolkit `package.json` config.

```json
{
"name": "your-project",
"10up-toolkit": {
"useBlockAssets": false
}
}
```
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 71460c9

Please sign in to comment.