-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Sage 9 friendly Advanced Custom Fields configuration | ||
# Sage 9 and Sage 10 friendly Advanced Custom Fields configuration | ||
|
||
Sets up saving and loading of Advanced Custom Fields settings using [ACF Local JSON](https://www.advancedcustomfields.com/resources/local-json/). | ||
|
||
Local `.json` files are stored in `your-theme-name/resources/assets/acf-json` | ||
|
||
To install, run the following in your Sage9-based theme directory: | ||
To install, run the following in your Sage 9- and Sage 10-based theme directory: | ||
```bash | ||
composer require "mwdelaney/sage-advanced-custom-fields" | ||
``` |