{ "$schema": "https://playground.wordpress.net/blueprint-schema.json", "login": false, "preferredVersions": { "php": "8.3", "wp": "latest" }, "steps": [ { "step": "defineWpConfigConsts", "consts": { "WP_DEBUG": true, "EXTENDIFY_PARTNER_ID": "github" } }, { "step": "installTheme", "themeData": { "resource": "wordpress.org/themes", "slug": "extendable" }, "options": { "activate": true } }, { "step": "setSiteOptions", "options": { "extendify_partner_data_v2": { "deactivated": false, "showLaunch": false, "showChat": true, "showAIAgents": false, "userGaveConsent": true }, "_transient_extendify_partner_data_cache_check": "1", "extendify_onboarding_completed": "2026-01-01T00:00:00.000Z", "_transient_extendify_recommendations": [], "_transient_extendify_supportArticles": [ { "slug": "wordpress-block-editor", "title": "WordPress Block Editor" }, { "slug": "blocks-list", "title": "Blocks List" }, { "slug": "adding-a-new-block", "title": "Adding a New Block" }, { "slug": "block-pattern", "title": "Block Pattern" }, { "slug": "block-pattern-directory", "title": "Block Pattern Directory" } ] } }, { "step": "runPHP", "code": "" } ] }