URL: https://github.com/elegantthemes/d5i-modal-dev-clipboard
Custom modal for D5 visual builder that displays current content of clipboard.
Content of clipboard is filled by right click + copy module or copy style.
This extension is the example of "options 2: Directly use Divi packages from window variables" mentioned on this documentation. Technically, examples that can be drawn from this extension samples:
- Custom modal on D5 visual builder extension.
- D5 visual builder extension that is created using current Create Divi Extension
- Using D5 packages directly from window variable and use it to create custom modal.
- Using D5 packages directly from window variable to create Higher Order Component that gets data from store and pass it to component
- package.json configuration of extension that is created using Create Divi Extension
- Extended class of extension that is based from
DiviExtension
class - Registered onClick event on admin bar item on top window
Click here to open D5 Modal Dev Clipboard