Skip to content

Instantly share code, notes, and snippets.

View SirLouen's full-sized avatar
:electron:
Busy on my way to randomness...

Manuel Camargo SirLouen

:electron:
Busy on my way to randomness...
View GitHub Profile
@SirLouen
SirLouen / blueprint.json
Last active December 29, 2025 01:07
Testing URL binding
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/plugins.php",
"login": true,
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"steps": [
{
@SirLouen
SirLouen / plugin.php
Created December 29, 2025 01:02
Test URL Field Plugin
<?php
/*
Plugin Name: Test URL Field Plugin
*/
defined( 'ABSPATH' ) || exit;
add_action( 'init', function() {
register_meta( 'post', 'test_url_field', array(
'show_in_rest' => true,
@SirLouen
SirLouen / blueprint.json
Created December 27, 2025 18:41
Gutenberg UI Playground Blueprint
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"features": {
"networking": true
},
"login": true,
@SirLouen
SirLouen / blueprint.json
Last active December 26, 2025 23:32
GB 74228
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"features": {
"networking": true
},
"landingPage": "/wp-admin/edit.php",
@SirLouen
SirLouen / blueprint.json
Last active December 26, 2025 23:29
Test 74228
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"features": {
"networking": true
},
"landingPage": "/wp-admin/edit.php",
@SirLouen
SirLouen / blueprint.json
Created December 26, 2025 19:47
Gutenberg UI Playground Blueprint
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"features": {
"networking": true
},
"login": true,
@SirLouen
SirLouen / blueprint.json
Created December 26, 2025 18:53
Gutenberg UI Playground Blueprint
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"features": {
"networking": true
},
"login": true,
@SirLouen
SirLouen / blueprint.json
Created December 26, 2025 18:34
Gutenberg UI Playground Blueprint
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"features": {
"networking": true
},
"login": true,
@SirLouen
SirLouen / blueprint.json
Created December 26, 2025 18:12
Gutenberg UI Playground Blueprint
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"features": {
"networking": true
},
"login": true,
@SirLouen
SirLouen / blueprint.json
Last active December 26, 2025 18:11
Testing Gutenberg Trunk
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"preferredVersions": {
"php": "8.3",
"wp": "trunk"
},
"features": {
"networking": true
},
"login": true,