ACF Tabbed Flexible Content
Flexible Content Fields in tabbed interface
by Mati Kärner · github.com/codelight-eu/acf-tabbed-flexible-content · website
★ 1stars
100composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/codelight-eu/acf-tabbed-flexible-content/archive/refs/heads/master.zipAlso on Packagist as codelight-eu/acf-tabbed-flexible-content:
composer require codelight-eu/acf-tabbed-flexible-contentFrom the readme
ACF Tabbed Flexible Content Fields
Flexible Content Fields in tabbed interface
Installation
1. Clone to wp-content/plugins/
2. Generate vendor/autload.php using composer install
3. Activate plugin
Development
1. Set up dev tools and deps: npm install
2. For readable css/js sources(-maps) define('SCRIPTDEBUG', true); algongside with other debugging stuff in wp-config.php