Plugin Directory

Changeset 3060851


Ignore:
Timestamp:
03/29/2024 12:03:18 AM (2 years ago)
Author:
deviodigital
Message:

Updated BoostBox blueprint.json file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boostbox/assets/blueprints/blueprint.json

    r3060845 r3060851  
    11{
     2    "landingPage": "\/wp-admin\/",
    23    "preferredVersions": {
    34        "php": "8.0",
    4         "wp": "5.9"
     5        "wp": "6.3"
    56    },
    67    "phpExtensionBundles": [
     
    1415        },
    1516        {
     17            "step": "installTheme",
     18            "themeZipFile": {
     19                "resource": "wordpress.org\/themes",
     20                "slug": "kadence"
     21            }
     22        },
     23        {
    1624            "step": "installPlugin",
    1725            "pluginZipFile": {
     
    2230                "activate": true
    2331            }
    24         },
    25         {
    26             "step": "installTheme",
    27             "themeZipFile": {
    28                 "resource": "wordpress.org\/themes",
    29                 "slug": "olliewp"
    30             }
    31         },
    32         {
    33             "step": "importFile",
    34             "file": {
    35                 "resource": "url",
    36                 "url": "https://boostbox.pro/boostbox-blueprint-playground-demo-content.xml"
    37             }
    3832        }
    3933    ]
Note: See TracChangeset for help on using the changeset viewer.