這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

ACF 5 Pro JSON Storage

描述

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’s /acf-json/ folder when they are updated or saved.

This plugin is under active development on Github

Requirements

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

安裝

  1. Upload ‘acf-pro-json-storage’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ page in WordPress dashboard.
  3. When you create or update an existing ACF Field Group it will be saved inside the ‘acf-pro-json-storage’ plugin folder.

評價

There are no reviews for this plugin.

貢獻者及開發者

“ACF 5 Pro JSON Storage” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 ACF 5 Pro JSON Storage 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Initial Commit.