Plugin Directory

Changeset 3483205


Ignore:
Timestamp:
03/15/2026 04:28:23 PM (13 days ago)
Author:
mayankmajeji
Message:

Updating readme/assets from GitHub

File:
1 edited

Legend:

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

    r3483198 r3483205  
    11{
    2     "landingPage": "/wp-admin/admin.php?page=menupilot",
    3     "preferredVersions": {
    4         "php": "7.4",
    5         "wp": "6.7"
    6     },
    7     "phpExtensionBundles": [
    8         "kitchen-sink"
    9     ],
    10     "steps": [
    11         {
    12             "step": "login",
    13             "username": "admin",
    14             "password": "password"
    15         },
    16         {
    17             "step": "installPlugin",
    18             "pluginZipFile": {
    19                 "resource": "wordpress.org/plugins",
    20                 "slug": "menupilot"
    21             },
    22             "options": {
    23                 "activate": true
    24             }
    25         }
    26     ]
     2    "$schema": "https://playground.wordpress.net/blueprint-schema.json",
     3    "landingPage": "/wp-admin/admin.php?page=menupilot",
     4    "login": true,
     5    "features": {
     6        "networking": true
     7    },
     8    "preferredVersions": {
     9        "php": "latest",
     10        "wp": "latest"
     11    },
     12    "steps": [
     13        {
     14            "step": "installPlugin",
     15            "pluginZipFile": {
     16                "resource": "wordpress.org/plugins",
     17                "slug": "menupilot"
     18            },
     19            "options": {
     20                "activate": true
     21            }
     22        }
     23    ]
    2724}
Note: See TracChangeset for help on using the changeset viewer.