WordPress / blueprints-library

32 stars 7 forks source link

Shape a delightful Blueprints API that's useful and easy to use for WordPress developers #43

Open adamziel opened 1 year ago

adamziel commented 1 year ago

Let's ship a stable version of the Blueprints API that allows customizing Playground instances with specific plugins, themes, content and more.

Specifically, let's:

We'll know this issue is solved when:


Currently, Blueprints expect step-by-step instructions. Could there be a simpler, declarative API? For example:

{ "plugins": ["gutenberg", "woocommerce"], "theme": "twentytwentyfour", "posts": [ {"title": "My first post"} ] }
danielbachhuber commented 1 year ago

@ajitbohra's Blueprint generator might be helpful here too.