{ "$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, "showAIConsent": true, "userGaveConsent": false, "consentTermsCustom": "These are the AI terms." }, "_transient_extendify_partner_data_cache_check": "1" } }, { "step": "runPHP", "code": "" } ] }