devgeniem / acf-toggle-flexible-layouts
Adds a button to toggle flexible layouts in admin side.
Installs: 168
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 19
Forks: 1
Open Issues: 4
Language:JavaScript
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-10-10 11:22:01 UTC
README
ACF toggle flexible layouts
- Contributors: devgeniem / Liblastic
- Tags: wordpress, acf
- License: GPL-3.0 or later
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description
Adds button which toggle ACF flexible fields in WordPress admin side. If you have multiple layouts open admin may become messy to maintain. This plugin makes admin side faster to use when user wants to order flexible fields.
Installation
add to your composer.json
Composer
The plugin is available via packagist: https://packagist.org/packages/devgeniem/acf-toggle-flexible-layouts Install by composer command
composer require devgeniem/acf-toggle-flexible-layouts
OR add it in your composer.json
:
{
"require": {
"devgeniem/acf-toggle-flexible-layouts": "^1.0.3"
}
}
You can, however, install it also as an ordinary plugin.:
- Download the latest release here and just extract the archive in your
plugins
directory.
Filters
Button texts.
You can filter button name with filter geniem/toggle_flexible_layouts/localized_strings
.
Button styles.
You can filter button texts and icons with filter geniem/toggle_flexible_layouts/button_data
.