Last active
September 25, 2025 16:17
-
-
Save jeryj/c49bbd96608cfec6b86b5416915db092 to your computer and use it in GitHub Desktop.
contentOnly pattern usability WordPress Playground blueprint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://playground.wordpress.net/blueprint-schema.json", | |
| "meta": { | |
| "title": "Simplified Editing", | |
| "description": "contentOnly Patterns", | |
| "author": "automattic" | |
| }, | |
| "landingPage": "/wp-admin/site-editor.php", | |
| "preferredVersions": { | |
| "php": "8.3", | |
| "wp": "latest" | |
| }, | |
| "login": true, | |
| "steps": [ | |
| { | |
| "step": "resetData" | |
| }, | |
| { | |
| "step": "importWxr", | |
| "file": { | |
| "resource": "url", | |
| "url": "https://gist.githubusercontent.com/jeryj/e457bd63462ce16c25f4b2d7e2aca8bc/raw/760bafa21b7fdbcb7a8dcd0a3ffe96a2a3725385/travel-blog.xml" | |
| } | |
| }, | |
| { | |
| "step": "runPHP", | |
| "code": "<?php\nrequire_once '/wordpress/wp-load.php'; update_option( 'gutenberg-experiments', array( 'gutenberg-content-only-pattern-insertion' => true, 'gutenberg-editor-write-mode' => true ) );" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment