Authors: Mike Estrada Tags: cmb2, metaboxes, expansion
CMB2 EXPANSION is a plugin which adds features to the plugin CMB2.
- Responsive Tab Navigation for Metaboxes
- Adds show_on support for slug and front-page
- Adds repeat limit for fields AND groups (partial integration from CMB2 Snippet Library)
- Place the CMB2 EXPANSION directory inside of your plugins directory (typically /wp-content/plugins).
- Activate plugin through the Plugins Admin page
- Added opt-out options to features via the user profile panel
- Compressed JS and CSS files via Prepros
- Split files for better organization
- Use OOP for all features
- Properly checks for CMB2 and deactivates if CMB2 is not found (throws warning alert when deactivation occurs)
- Tabs no longer have FOUC, now have same standard as WP tabs
- Fix for exclusion by slug
- Removed tab nav from Edit Media (Attachment) screen
- Check for Post Type name instead of just the slug
- Only load assets when CMB2 assets are loaded as well (no need for overloading admin when CMB2 was not even used on page/plugin)
- Check if page/post supports Post Editor for displaying Post Editor Tab
- Add collapse of repeatable groups
- Target appropriate boxes when searching for limit for repeatable groups
- Initial expansion release