-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Labels
Description
It'd be nice to have a way to just record the blueprint JSON through actions you do in WordPress and a WordPress plugin could capture that.
Two potential ways to implement this:
- It could send postMessages on events and the blueprints would be built in the WordPress playground,
- or you record the steps in the WordPress database and write the JSON in PHP and offer it as a download.
adamziel