Skip to content

Commit a3e2560

Browse files
committed
🔧 update blueprint to include default Infogram embed example
1 parent 764b977 commit a3e2560

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.wordpress-org/blueprints/blueprint.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@
99
"features": {
1010
"networking": true
1111
},
12-
"login": true
12+
"login": true,
13+
"steps": [
14+
{
15+
"step": "runPHP",
16+
"code": "<?php require '/wordpress/wp-load.php'; wp_update_post(['ID' => 1, 'post_content' => '<!-- wp:embed {\"providerNameSlug\":\"infogram\",\"responsive\":true} /-->']);"
17+
}
18+
]
1319
}

0 commit comments

Comments
 (0)