codelight-eu / acf-tabbed-flexible-content
Flexible Content Fields in tabbed interface
Installs: 99
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Language:JavaScript
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-11-21 20:49:56 UTC
README
Flexible Content Fields in tabbed interface
Installation
- Clone to
wp-content/plugins/
- Generate
vendor/autload.php
usingcomposer install
- Activate plugin
Development
- Set up dev tools and deps:
npm install
- For readable css/js sources(-maps)
define('SCRIPT_DEBUG', true);
algongside with other debugging stuff inwp-config.php