vigetlabs / wordpress-site-starter

2 stars 0 forks source link

Updates to Button Icons #105

Open bd-viget opened 3 weeks ago

bd-viget commented 3 weeks ago

Summary

There are a few improvements we need to make to the Button Icons functionality:

  1. [x] Fix issue where new build is required to see updated icons.
  2. [x] Add support for Page Link, Custom Link, Home Link, and Category Link blocks (for Navigations)
  3. [x] Add documentation in the ACF Blocks Toolkit README about using the plugin filters with examples.
  4. [x] Store the customized version of the icons.json file in the wp-content/uploads directory for better host support.
  5. [x] Convert button-icons.php file functions to use a Class instead.
  6. [ ] Test for any other performance optimizations