Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcguffin/acf-repeater-collapser
WordPress plugin allowing to collapse / expand ACF repeater fields.
https://github.com/mcguffin/acf-repeater-collapser
Last synced: 27 days ago
JSON representation
WordPress plugin allowing to collapse / expand ACF repeater fields.
- Host: GitHub
- URL: https://github.com/mcguffin/acf-repeater-collapser
- Owner: mcguffin
- Created: 2015-03-29T15:55:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T17:59:27.000Z (almost 9 years ago)
- Last Synced: 2024-08-03T17:10:43.693Z (4 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-acf - Repeater Collapser - allowing to collapse / expand ACF repeater fields. (Third-Party Add-Ons)
README
**Notice:** This Plugin is Abandonware
ACF Pro now has its own collapsing method.ACF Repeater Collapser
======================WordPress plugin allowing to collapse / expand ACF repeater fields.
Proofed to work with ACF Pro up to 5.3.1Features:
---------
- Expand / Collapse an ACF repeater field
- Remembers expanded fields (your Browser need support for localStorage in JavaScript)
- Shows a customizable row title in collapsed state (add classname `collapse-row-title`)
- Can be used with any repeaters layout since ACF 5.3. (Table layout is not supported in ACF < 5.3)Usage:
------
Create a repeater field with either block layout or row layout.
To use a field as custom row title in collapsed state add the classname
`collapse-row-title`.![Add Classname](https://raw.githubusercontent.com/mcguffin/acf-repeater-collapser/master/screenshot-1.png)
The Result:
-----------
![The Result](https://raw.githubusercontent.com/mcguffin/acf-repeater-collapser/master/screenshot-2.png)