{
	"$schema": "https://playground.wordpress.net/blueprint-schema.json",
	"meta": {
		"author": "imjlk",
		"title": "Stroke by stroke typing effect Block GitHub Preview",
		"description": "Install Stroke by stroke typing effect Block directly from the GitHub repository and open a published demo page in WordPress Playground."
	},
	"landingPage": "/",
	"preferredVersions": {
		"php": "8.0",
		"wp": "6.9"
	},
	"steps": [
		{
			"step": "installPlugin",
			"pluginData": {
				"resource": "git:directory",
				"url": "https://github.com/imjlk/k-typewriter",
				"ref": "main",
				"refType": "branch"
			},
			"options": {
				"activate": true,
				"targetFolderName": "sbs-typing-effect-block"
			}
		},
		{
			"step": "runPHP",
			"code": "<?php require_once '/wordpress/wp-load.php'; require WP_PLUGIN_DIR . '/sbs-typing-effect-block/playground/setup-demo.php'; ?>"
		}
	]
}
