Plugin Directory

Changeset 3001838

Timestamp:
11/26/2023 03:40:08 PM (8 months ago)
Author:
valani9099
Message:

blueprint test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • online-active-users/trunk/assets/blueprints/blueprint.json

    r3001837 r3001838  
    11{
    2     "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    3     "landingPage": "/wp-admin/",
    4     "preferredVersions": {
    5         "php": "8.0",
    6         "wp": "latest"
    7     },
    8     "phpExtensionBundles": ["kitchen-sink"],
     2    "landingPage": "/wp-admin/plugins.php",
    93    "steps": [
    104        {
    11             "step": "login",
    12             "username": "admin",
    13             "password": "password"
     5            "step": "login"
     6        },
     7        {
     8            "step": "installPlugin",
     9            "pluginZipFile": {
     10                "resource": "wordpress.org/plugins",
     11                "slug": "online-active-users"
     12            },
     13            "options": {
     14                "activate": true
     15            }
    1416        }
    1517    ]
Note: See TracChangeset for help on using the changeset viewer.