From 80f96288cb71e5f839ae6aa5fa37a2d348bae277 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Mon, 7 Oct 2024 16:23:10 -0600 Subject: [PATCH] Add blueprint file --- .github/blueprints/blueprint.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/blueprints/blueprint.json diff --git a/.github/blueprints/blueprint.json b/.github/blueprints/blueprint.json new file mode 100644 index 000000000..3b881580d --- /dev/null +++ b/.github/blueprints/blueprint.json @@ -0,0 +1,24 @@ +{ + "$schema": "https://playground.wordpress.net/blueprint-schema.json", + "landingPage": "/wp-admin/admin.php?page=classifai_setup", + "preferredVersions": { + "php": "7.4", + "wp": "latest" + }, + "features": { + "networking": true + }, + "phpExtensionBundles": ["kitchen-sink"], + "steps": [ + { + "step": "installPlugin", + "pluginZipFile": { + "resource": "url", + "url": "https://github-proxy.com/proxy/?repo=10up/classifai&branch=stable" + }, + "options": { + "activate": true + } + } + ] +}