-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update default value of useBlockAssets to true (#337)
Co-authored-by: Nícholas André <[email protected]>
- Loading branch information
1 parent
e6c5140
commit 71460c9
Showing
6 changed files
with
207 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.