diff --git a/blueprints/gb-more-experiments/blueprint.json b/blueprints/gb-more-experiments/blueprint.json new file mode 100644 index 0000000..0781da1 --- /dev/null +++ b/blueprints/gb-more-experiments/blueprint.json @@ -0,0 +1,27 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "meta": { + "title": "Enable all three 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 ) );" + }, + { + "step": "updateUserMeta", + "meta": { + "admin_color": "modern" + }, + "userId": 1 + } + ] +} \ No newline at end of file