Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MWDelaney/sage-advanced-custom-fields
Sets up saving and loading Advanced Custom Fields data as JSON for easy version control. Intended for use with Roots/Sage.
https://github.com/MWDelaney/sage-advanced-custom-fields
roots sage-theme wordpress wordpress-theme
Last synced: 7 days ago
JSON representation
Sets up saving and loading Advanced Custom Fields data as JSON for easy version control. Intended for use with Roots/Sage.
- Host: GitHub
- URL: https://github.com/MWDelaney/sage-advanced-custom-fields
- Owner: MWDelaney
- Created: 2017-11-29T19:35:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T16:03:52.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T14:14:55.357Z (15 days ago)
- Topics: roots, sage-theme, wordpress, wordpress-theme
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 100
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 Sage 9- and Sage 10-based theme directory:
```bash
composer require "mwdelaney/sage-advanced-custom-fields"
```