cagov / ca-design-system-gutenberg-blocks

DEPRECATED: CA Design System Gutenberg blocks for WordPress.
MIT License
4 stars 5 forks source link

Block card grid controls refine #6

Closed aaronhans closed 3 years ago

aaronhans commented 3 years ago

Before this change the url for each card was assignable but I was using URLInputButton in the toolbar which caused an invalid use case warning in dev tools and the input field was being placed in a weird location.

This update leverages the URLPopover and associated patterns from core WordPress to remove the code warnings and get the overlay automatically positioned properly.