Plugin Directory

Changeset 3208776


Ignore:
Timestamp:
12/16/2024 07:42:06 PM (16 months ago)
Author:
dhimanbarua
Message:

blueprints json file update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db-gradient-text-block/assets/blueprints/blueprint.json

    r3208528 r3208776  
    11{
    22    "landingPage": "/wp-admin/plugins.php",
    3     "preferredVersion": {
     3    "preferredVersions": {
    44        "php": "8.0",
    55        "wp": "latest"
    66    },
    7     "phpExtensionBundles": [ "kitchen-sink" ],
    87    "features": {
    98        "networking": true
    109    },
     10    "login": true,
    1111    "steps": [
    1212        {
    13             "step": "pluginData",
    14             "pluginZipFile": {
     13            "step": "installPlugin",
     14            "pluginData": {
    1515                "resource": "wordpress.org/plugins",
    1616                "slug": "db-gradient-text-block"
     
    1919                "activate": true
    2020            }
    21         },
    22         {
    23             "step": "login",
    24             "username": "admin",
    25             "password": "password"
    2621        }
    2722    ]
Note: See TracChangeset for help on using the changeset viewer.