vigetlabs / wordpress-site-starter

2 stars 0 forks source link

[#148] Dialog block #162

Open nathan-schmidt-viget opened 1 week ago

nathan-schmidt-viget commented 1 week ago

Summary

This adds the Dialog block to the site starter. It has a very basic style, one the WP page editor it opens inline and on the frontend it opens as a dialog window. The block is a wrapper so any block (custom or core) will render inside of the dialog.

@bd-viget added a ACF field for the open button text, not sure if there is a better way to build it.

Issues

Testing Instructions

  1. Add the dialog block and add blocks inside of it.
  2. Test out different blocks inside of the dialog.
  3. Dialog opens when you click the "open" button.
  4. Closes when you click the "close" X or when you click outside of the dialog.

Screenshots

Screenshot 2024-11-08 at 12 06 39 PM Screenshot 2024-11-08 at 12 06 54 PM