Plugin Directory

Changeset 3251984


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

blueprint modify

File:
1 edited

Legend:

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

    r3251983 r3251984  
    11{
    2   "landingPage": "/wp-admin/",
     2  "landingPage": "/wp-admin/post.php?post=5&action=edit",
    33  "preferredVersions": {
    4     "php": "8.0",
    5     "wp": "latest"
     4      "php": "7.4",
     5      "wp": "5.9"
    66  },
    77  "phpExtensionBundles": [
    8     "kitchen-sink"
     8      "kitchen-sink"
    99  ],
    10   "features": {
    11     "networking": true
    12   },
    1310  "steps": [
    14     {
    15       "step": "login",
    16       "username": "admin",
    17       "password": "password"
    18     },
    19     {
    20       "step": "installPlugin",
    21       "pluginZipFile": {
    22         "resource": "url",
    23         "url": "https://downloads.wordpress.org/plugin/elementor.zip"
     11      {
     12          "step": "login",
     13          "username": "admin",
     14          "password": "password"
    2415      },
    25       "options": {
    26         "activate": true
     16      {
     17          "step": "installPlugin",
     18          "pluginZipFile": {
     19              "resource": "wordpress.org\/plugins",
     20              "slug": "elementor"
     21          },
     22          "options": {
     23              "activate": true
     24          }
     25      },
     26      {
     27          "step": "installPlugin",
     28          "pluginZipFile": {
     29              "resource": "wordpress.org\/plugins",
     30              "slug": "advanced-news-ticker"
     31          },
     32          "options": {
     33              "activate": true
     34          }
     35      },
     36      {
     37          "step": "installTheme",
     38          "themeZipFile": {
     39              "resource": "wordpress.org\/themes",
     40              "slug": "astra"
     41          }
    2742      }
    28     },
    29     {
    30       "step": "installPlugin",
    31       "pluginZipFile": {
    32         "resource": "url",
    33         "url": "https://downloads.wordpress.org/plugin/advanced-news-ticker.zip"
    34       },
    35       "options": {
    36         "activate": true
    37       }
    38     }
    3943  ]
    4044}
Note: See TracChangeset for help on using the changeset viewer.