Skip to content

Commit

Permalink
new example of installing a theme from a GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Sep 3, 2024
1 parent ba58af2 commit 4e6ad4c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions blueprints/install-theme-from-directory-repo/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Install theme from a GitHub repo",
"description": "It installs a theme from a directory inside a GitHub repo.",
"author": "juanmaguitar",
"categories": ["theme", "repository", "test"]
},
"landingPage": "/wp-admin/post.php",
"preferredVersions": {
"php": "8.0",
"wp": "beta"
},
"features": {
"networking": true
},
"login": true,
"steps": [
{
"step": "installTheme",
"themeZipFile": {
"resource": "url",
"url": "https://github-proxy.com/proxy/?repo=Automattic/themes&branch=trunk&directory=assembler"
},
"options": {
"activate": true
}
}
]
}

0 comments on commit 4e6ad4c

Please sign in to comment.