An open API service indexing awesome lists of open source software.

https://github.com/beapi/bea-acf-menu-anchors

Display all ACF's flexible rows as anchors into menu items selector.
https://github.com/beapi/bea-acf-menu-anchors

acf wordpress wordpress-plugin

Last synced: 5 months ago
JSON representation

Display all ACF's flexible rows as anchors into menu items selector.

Awesome Lists containing this project

README

          

# BEA - ACF Menu anchors

Display all ACF's flexible rows as anchors into menu items selector.

## Requirements

* This is an addon for the [Advanced Custom Fields](https://www.advancedcustomfields.com/) plugin by [Eliott Candom](https://twitter.com/elliotcondon).
* You need to use [flexible fields](https://www.advancedcustomfields.com/add-ons/flexible-content-field/) into your templates to make this plugin work.

## Roadmap

* [Improve readability, refactor and reformat](https://github.com/BeAPI/bea-acf-menu-anchors/issues/3)
* [Automatticaly handle "anchor fields"](https://github.com/BeAPI/bea-acf-menu-anchors/issues/4)
* [Choose wherever to activate this feature or not](https://github.com/BeAPI/bea-acf-menu-anchors/issues/5)

# Installation

## WordPress

* Download and install using the built-in WordPress plugin installer.
* Site Activate in the "Plugins" area of the admin.
* Optionally drop the entire `bea-acf-menu-anchors` directory into `mu-plugins`.
* TODO : [Usages](https://github.com/BeAPI/bea-acf-menu-anchors#usages)

## Composer

* Add repository source : `{ "type": "vcs", "url": "https://github.com/BeAPI/bea-acf-menu-anchors" }`.
* Include `"bea/bea-acf-menu-anchors": "dev-master"` in your composer file.
* TODO : [Usages](https://github.com/BeAPI/bea-acf-menu-anchors#usages)

# Usages

TODO : what it does and how

## TODO : precise how to add fields (anchors)

## TODO : how "link" theme to plugin

## TODO : use them from menu items
TODO : Add screenshots

# Changelog ##

## 1.0.1 - 12 Dec 2016
* Add reamdme
* Add composer support
* Init project