Plugin Directory

Changeset 3410718


Ignore:
Timestamp:
12/04/2025 10:33:52 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

    r3410704 r3410718  
    11{
    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     ]
     2  "steps": [
     3    {
     4      "step": "installPlugin",
     5      "pluginData": {
     6        "resource": "wordpress.org/plugins",
     7        "slug": "woocommerce"
     8      }
     9    },
     10    {
     11      "step": "installPlugin",
     12      "pluginData": {
     13        "resource": "wordpress.org/plugins",
     14        "slug": "planet-pay-payment"
     15      }
     16    }
     17  ]
    1718}
Note: See TracChangeset for help on using the changeset viewer.