=== Light Modal Block === Contributors: cloudcatch, dkjensen Tags: block, modal, popup, lightbox, gutenberg, full-site-editing Tested up to: 6.6.2 Stable tag: 0.0.0-development License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires PHP: 7.0 Requires at least: 6.2 Donate link: https://www.buymeacoffee.com/dkjensen
Lightweight, customizable modal block for the WordPress block editor
== Description ==
A simple yet robust solution for creating modals within the WordPress block editor.
🚀 View Demo
== Features ==
== Attribution ==
The Light Modal block uses a modified version of the Micromodal library.
== Changelog ==
= 1.3.2 =
= 1.3.1 =
= 1.3.0 =
= 1.2.1 =
= 1.2.0 =
= 1.1.1 =
= 1.1.0 =
= 1.0.1 =
= 1.0.0 =
== Installation ==
/wp-content/plugins/light-modal-block
directory, or install the plugin through the WordPress plugins screen directly.== Frequently Asked Questions ==
= How can I programatically open or close a modal? =
Each modal is given a unique ID, which can be found inside the inspector controls of the block settings. It will look something like: Mk6I8L4haJB
To open a modal:
window.lightModalBlocks.get('modal-id-here').showModal(true);
To close a modal:
window.lightModalBlocks.get('modal-id-here').closeModal();
== Screenshots ==