Skip to content

Commit

Permalink
v1 blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
bph committed Dec 11, 2024
1 parent 461c61c commit 8e19465
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions blueprints/gb-more-experiments/blueprint.json
Original file line number Diff line number Diff line change
@@ -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": "<?php require '/wordpress/wp-load.php'; update_option( 'gutenberg-experiments', array( 'gutenberg-custom-dataviews' => true, 'gutenberg-new-posts-dashboard' => true, 'gutenberg-quick-edit-dataviews' => true ) );"
}
]
}

0 comments on commit 8e19465

Please sign in to comment.