{
    "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    "meta": {
        "title": "Playground Light Modal Block",
        "author": "cloudcatch"
    },
    "login": true,
    "landingPage": "/light-modal-block",
    "steps": [
        {
            "step": "installPlugin",
            "pluginData": {
                "resource": "wordpress.org/plugins",
                "slug": "light-modal-block"
            }
        },
        {
            "step": "runPHPWithOptions",
            "options": {
                "code": "<?php \n\t\t\t\t\t\trequire_once '/wordpress/wp-load.php';\n\t\t\t\t\t\t$content = getenv('CONTENT');\n\n\t\t\t\t\t\t// Insert the post exactly as it is\n\t\t\t\t\t\tremove_all_filters('content_save_pre');\n\t\t\t\t\t\tremove_all_filters('content_filtered_save_pre');\n\t\t\t\t\t\tremove_all_filters('excerpt_save_pre');\n\t\t\t\t\t\tremove_all_filters('pre_comment_content');\n\t\t\t\t\t\tremove_all_filters('pre_user_description');\n\n\t\t\t\t\t\twp_insert_post([\n\t\t\t\t\t\t\t'post_title' => 'Light Modal Block',\n\t\t\t\t\t\t\t'post_content' => $content,\n\t\t\t\t\t\t\t'post_status' => 'publish',\n\t\t\t\t\t\t\t'post_type' => 'page',\n\t\t\t\t\t\t\t'post_name' => 'light-modal-block',\n\t\t\t\t\t\t]);\n\t\t\t\t\t\t",
                "env": {
                    "CONTENT": "<!-- wp:cloudcatch/light-modal-block {\"id\":\"o9oKxMQSiEy\"} -->\n<div role=\"dialog\" aria-modal=\"true\" class=\"wp-block-cloudcatch-light-modal-block__wrapper\" data-modal-id=\"o9oKxMQSiEy\"><div class=\"wp-block-cloudcatch-light-modal-block\"><div class=\"wp-block-cloudcatch-light-modal-block__content\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Congratulations!</p>\n<!-- /wp:paragraph --></div><button class=\"wp-block-cloudcatch-light-modal-block__close\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M24 1.2 22.8 0 12 10.8 1.2 0 0 1.2 10.8 12 0 22.8 1.2 24 12 13.2 22.8 24l1.2-1.2L13.2 12 24 1.2z\"></path></svg></button></div></div>\n<!-- /wp:cloudcatch/light-modal-block -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"modalTriggerEnabled\":true,\"modalEnabled\":\"o9oKxMQSiEy\"} -->\n<div class=\"wp-block-button\" data-trigger-modal=\"o9oKxMQSiEy\"><a class=\"wp-block-button__link wp-element-button\">Click Me</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->"
                }
            }
        }
    ],
    "preferredVersions": {
        "php": "8.3",
        "wp": "latest"
    }
}
