Plugin Directory

Changeset 3464126


Ignore:
Timestamp:
02/18/2026 09:39:43 AM (6 weeks ago)
Author:
razipathhan
Message:

update preview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ultimate-portfolio/assets/blueprints/blueprint.json

    r3430051 r3464126  
    11{
    2     "landingPage": "/wp-admin/plugins.php",
    3     "preferredVersions": {
    4         "php": "7.4",
    5         "wp": "latest"
    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": "ultimate-portfolio"
    21             },
    22             "options": {
    23                 "activate": true
    24             }
    25         }
    26     ]
     2  "landingPage": "wp-admin/edit.php?post_type=ultimate_portfolio&page=ultimate-portfolio-landing-page",
     3  "preferredVersions": {
     4    "php": "7.4",
     5    "wp": "latest"
     6  },
     7  "phpExtensionBundles": [
     8    "kitchen-sink"
     9  ],
     10  "steps": [
     11    {
     12      "step": "login",
     13      "username": "admin",
     14      "password": "password"
     15    },
     16    {
     17      "step": "installTheme",
     18      "themeZipFile": {
     19        "resource": "wordpress.org/themes",
     20        "slug": "neom-blog"
     21      },
     22      "options": {
     23        "activate": true
     24      }
     25    },
     26    {
     27      "step": "installPlugin",
     28      "pluginZipFile": {
     29        "resource": "wordpress.org/plugins",
     30        "slug": "ultimate-portfolio"
     31      },
     32      "options": {
     33        "activate": true
     34      }
     35    }
     36  ]
    2737}
Note: See TracChangeset for help on using the changeset viewer.