Plugin Directory

Changeset 3410693


Ignore:
Timestamp:
12/04/2025 10:17:19 AM (4 months ago)
Author:
planetpaypayment
Message:

Update blueprint.json for Playground

File:
1 edited

Legend:

Unmodified
Added
Removed
  • planet-pay-payment/assets/blueprints/blueprint.json

    r3410677 r3410693  
    11{
    2   "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    3   "steps": [
    4     {
    5       "step": "installPlugin",
    6       "pluginZipFile": "https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip"
    7     }
    8   ]
     2    "landingPage": "/wp-admin/",
     3    "preferredVersions": {
     4        "php": "8.3",
     5        "wp": "6.5"
     6    },
     7    "features": {
     8        "networking": true
     9    },
     10    "steps": [
     11        {
     12            "step": "login",
     13            "username": "admin",
     14            "password": "password"
     15        }
     16    ]
    917}
Note: See TracChangeset for help on using the changeset viewer.