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": "Create not Learn — User Testing (PR #79549)", | |
| "description": "Loads Gutenberg PR #79549, enables the Extensible Site Editor v2 and Omnibar experiments, and seeds a small realistic site (pages + nested navigation menu) so testers land on something usable rather than a blank install.", | |
| "author": "getdave" | |
| }, | |
| "landingPage": "/wp-admin/admin.php?page=site-editor-v2", | |
| "login": true, | |
| "features": { |
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
| { | |
| "meta": { | |
| "title": "WordPress Extensible Site Editor — PR #79549", | |
| "description": "Loads Gutenberg PR #79549 and enables the Extensible Site Editor and Toolbar UI refresh experiments.", | |
| "author": "getdave" | |
| }, | |
| "landingPage": "/wp-admin/admin.php?page=site-editor-v2", | |
| "login": true, | |
| "features": { | |
| "networking": true |
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
| // ==UserScript== | |
| // @name GitHub Copy Title Link | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.1 | |
| // @description Copies PR/issue title as a rich link (emulates CMD+C on selected title) for Slack etc. | |
| // @author You | |
| // @match https://github.com/*/pull/* | |
| // @match https://github.com/*/issues/* | |
| // @grant clipboardWrite | |
| // @run-at document-idle |
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
| { | |
| "meta": { | |
| "title": "Navigation Block with Hash Links & Customizable Overlays Experiment", | |
| "description": "Testing Navigation Block with Hash Links with Gutenberg Customizable Navigation Overlays experiment enabled", | |
| "author": "automattic" | |
| }, | |
| "landingPage": "/wp-admin/site-editor.php", | |
| "steps": [ | |
| { | |
| "step": "runPHP", |
NewerOlder