{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"meta": {
		"author": "imjlk",
		"title": "Stroke by stroke typing effect Block Preview",
		"description": "Front-end demo for Stroke by stroke typing effect Block with a published homepage and graceful fallback content."
	},
	"landingPage": "/",
	"preferredVersions": {
		"php": "8.0",
		"wp": "6.9"
	},
	"steps": [
		{
			"step": "activatePlugin",
			"pluginName": "Stroke by stroke typing effect Block",
			"pluginPath": "sbs-typing-effect-block/sbs-typing-effect-block.php"
		},
		{
			"step": "runPHP",
			"code": "<?php require_once '/wordpress/wp-load.php'; require WP_PLUGIN_DIR . '/sbs-typing-effect-block/playground/setup-demo.php'; ?>"
		}
	]
}
