Plugin Directory

Changeset 3251981


Ignore:
Timestamp:
03/07/2025 04:59:05 AM (13 months ago)
Author:
devofwp
Message:

blueprint json added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • advanced-news-ticker/assets/blueprints/blueprint.json

    r3251978 r3251981  
    11{
    2     "landingPage": "/wp-admin/",
    3     "preferredVersions": {
    4       "php": "8.0",
    5       "wp": "latest"
     2  "landingPage": "/wp-admin/",
     3  "preferredVersions": {
     4    "php": "8.0",
     5    "wp": "latest"
     6  },
     7  "phpExtensionBundles": [
     8    "kitchen-sink"
     9  ],
     10  "features": {
     11    "networking": true
     12  },
     13  "steps": [
     14    {
     15      "step": "login",
     16      "username": "admin",
     17      "password": "password"
    618    },
    7     "phpExtensionBundles": [
    8       "kitchen-sink"
    9     ],
    10     "features": {
    11       "networking": true
     19    {
     20      "step": "installPlugin",
     21      "pluginZipFile": {
     22        "resource": "wporg",
     23        "slug": "elementor"
     24      },
     25      "options": {
     26        "activate": true
     27      }
    1228    },
    13     "steps": [
    14       {
    15         "step": "login",
    16         "username": "admin",
    17         "password": "password"
     29    {
     30      "step": "installPlugin",
     31      "pluginZipFile": {
     32        "resource": "url",
     33        "url": "https://downloads.wordpress.org/plugin/advanced-news-ticker.zip"
    1834      },
    19       {
    20         "step": "installPlugin",
    21         "pluginZipFile": {
    22           "resource": "url",
    23           "url": "https://downloads.wordpress.org/plugin/user-grid.zip"
    24         },
    25         "options": {
    26           "activate": true
    27         }
     35      "options": {
     36        "activate": true
    2837      }
    29     ]
    30   }
    31  
    32  
     38    }
     39  ]
     40}
Note: See TracChangeset for help on using the changeset viewer.