All Projects → craigsimps → Acf 5 Pro Json Storage

craigsimps / Acf 5 Pro Json Storage

Licence: gpl-2.0
Save ACF 5 Pro field groups as JSON within this plugin, rather than inside your theme.

Projects that are alternatives of or similar to Acf 5 Pro Json Storage

Models
WordPress plugin to create custom post types and taxonomies using JSON, YAML or PHP files
Stars: ✭ 167 (+943.75%)
Mutual labels:  json, wordpress-plugin
Raccoon Plugin
With Raccoon, use a JSON or YAML file to manage WordPress theme features
Stars: ✭ 18 (+12.5%)
Mutual labels:  json, wordpress-plugin
Telize
High performance JSON IP and GeoIP REST API (IP Geolocation)
Stars: ✭ 774 (+4737.5%)
Mutual labels:  json
Bludit
Simple, Fast, Secure, Flat-File CMS
Stars: ✭ 824 (+5050%)
Mutual labels:  json
Rss Parser
A lightweight RSS parser, for Node and the browser
Stars: ✭ 793 (+4856.25%)
Mutual labels:  json
Ky
🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API
Stars: ✭ 7,047 (+43943.75%)
Mutual labels:  json
Gojq
Pure Go implementation of jq
Stars: ✭ 800 (+4900%)
Mutual labels:  json
Portabletext
Portable Text is a JSON based rich text specification for modern content editing platforms.
Stars: ✭ 759 (+4643.75%)
Mutual labels:  json
Json to dart
Library that generates dart classes from json strings
Stars: ✭ 836 (+5125%)
Mutual labels:  json
Winterfell
Generate complex, validated and extendable JSON-based forms in React.
Stars: ✭ 787 (+4818.75%)
Mutual labels:  json
Jsonlite
A simple, self-contained, serverless, zero-configuration, json document store.
Stars: ✭ 819 (+5018.75%)
Mutual labels:  json
Himotoki
A type-safe JSON decoding library purely written in Swift
Stars: ✭ 786 (+4812.5%)
Mutual labels:  json
Amis
前端低代码框架,通过 JSON 配置就能生成各种页面。
Stars: ✭ 8,930 (+55712.5%)
Mutual labels:  json
Yaml.js
Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.
Stars: ✭ 810 (+4962.5%)
Mutual labels:  json
Ason
[DEPRECATED]: Prefer Moshi, Jackson, Gson, or LoganSquare
Stars: ✭ 777 (+4756.25%)
Mutual labels:  json
Nanojson
Single C++ header file only json reader/writer
Stars: ✭ 6 (-62.5%)
Mutual labels:  json
Leetheme
优雅的主题管理库- 一行代码完成多样式切换
Stars: ✭ 762 (+4662.5%)
Mutual labels:  json
Droidparts
Stars: ✭ 785 (+4806.25%)
Mutual labels:  json
Kt
Kafka command line tool that likes JSON
Stars: ✭ 799 (+4893.75%)
Mutual labels:  json
Csharpjson
C# 编写的通用Json数据解析库
Stars: ✭ 16 (+0%)
Mutual labels:  json

ACF 5 Pro JSON Storage

Save ACF 5 Pro custom fields as JSON within this plugin, rather than inside your theme.

I use Advanced Custom Fields 5 Pro for most custom WordPress projects, and the latest version supports saving your Field Groups to JSON. To activate this functionality out of the box, all you have to do is create a folder within your theme called /acf-json/. But I don't like that.

I prefer for these JSON files to be stored outside of the theme, because they're key to the functionality of the website, and functionality === plugin. Storing this data outside of your WordPress theme makes it inherently more portable, and means you can retain the ACF JSON data even if you change theme.

Once the plugin is installed and activate it will automatically save field groups as JSON within the plugin /acf-json/ folder when they are updated or saved.

Requirements

  • ACF 5 Pro (Synchronized JSON requires at least v5.1.5)

Getting Started with ACF Local JSON

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].