Skip to content

Files

Latest commit

729653b · Nov 27, 2019

History

History
This branch is 23 commits behind joshuaiz/air:master.

acf-json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 27, 2019

What is this folder?

If you use Advanced Custom Fields (and you should), you can store your field data in json format with your theme using the ACF Local JSON feature.

All you need is a folder in your theme called acf-json. ACF will create or update a json file in this folder with all of your field group settings and data.

💯 Now all of your ACF field data will be under version control with the theme.

Note that it doesn't save the post data saved with your fields but all of your field groups, fields, and location settings.

Instead of forgetting to add this folder with each project, I'm now including it with the theme by default so it will be at the ready.

If you don't use ACF or don't need this, just delete it. I mean, GOSH, it's just a folder.