diff --git a/blueprints/gb-more-experiments/blueprint.json b/blueprints/gb-more-experiments/blueprint.json new file mode 100644 index 0000000..c280cbd --- /dev/null +++ b/blueprints/gb-more-experiments/blueprint.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "meta": { + "title": "Enable all Dataview Experiments in Gutenberg", + "author": "bph", + "description": "Blueprint example to enable multiple Experiments within the Gutenberg plugin ", + "categories": ["Gutenberg", "Experiments"] + }, + "landingPage": "/wp-admin/site-editor.php", + "plugins": [ "gutenberg" ], + "steps": [ + { + "step": "login" + }, + { + "step": "runPHP", + "code": " true, 'gutenberg-new-posts-dashboard' => true, 'gutenberg-quick-edit-dataviews' => true ) );" + } + ] +} \ No newline at end of file