Add experimental-blocks flag to live branches userscript (#52285)
This commit is contained in:
parent
7030b646f9
commit
b53163e219
|
@ -0,0 +1,5 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: add
|
||||||
|
Comment: Add experimental-blocks flag to the live branch user script.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name WooCommerce Live Branches
|
// @name WooCommerce Live Branches
|
||||||
// @namespace https://wordpress.com/
|
// @namespace https://wordpress.com/
|
||||||
// @version 1.1
|
// @version 1.1.1
|
||||||
// @description Adds links to PRs pointing to Jurassic Ninja sites for live-testing a changeset
|
// @description Adds links to PRs pointing to Jurassic Ninja sites for live-testing a changeset
|
||||||
// @grant GM_xmlhttpRequest
|
// @grant GM_xmlhttpRequest
|
||||||
// @connect jurassic.ninja
|
// @connect jurassic.ninja
|
||||||
|
@ -112,6 +112,7 @@
|
||||||
'product-custom-fields',
|
'product-custom-fields',
|
||||||
'reactify-classic-payments-settings',
|
'reactify-classic-payments-settings',
|
||||||
'settings',
|
'settings',
|
||||||
|
'experimental-blocks',
|
||||||
];
|
];
|
||||||
|
|
||||||
const contents = `
|
const contents = `
|
||||||
|
|
Loading…
Reference in New Issue