jetpack icon indicating copy to clipboard operation
jetpack copied to clipboard

Use new plugin template registration API for subscription templates

Open simison opened this issue 1 year ago • 0 comments

In Jetpack Newsletters, we use a bit complicated way (as there wasn't an API before) to register templates that people can use to modify subscription popups, overlays and such. Basically each of these "preview and edit" links opens a pre-defined template:

Image

There's now a new official API we can migrate to:

  • https://github.com/WordPress/gutenberg/pull/61577

This will ensure better compatibility and stability of the functionality going forward, as well better example within the codebase for others at a8c and the community how to do something like this.

We'll need to make sure that previously saved modifications are carried over to new system.

simison avatar Oct 21 '24 17:10 simison