Plugin Directory

Changeset 3186480


Ignore:
Timestamp:
11/12/2024 12:05:17 PM (16 months ago)
Author:
wpcoder75
Message:

blueprint.json close

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nex-button/assets/blueprints/blueprint.json

    r3186477 r3186480  
    1 {
    2   "$schema": "https://playground.wordpress.net/blueprint-schema.json",
    3   "landingPage": "/wp-admin/post.php?post=2&action=edit",
    4   "preferredVersions": {
    5     "php": "7.4",
    6     "wp": "latest"
    7   },
    8   "features": {
    9     "networking": true
    10   },
    11   "steps": [
    12     {
    13       "step": "login",
    14       "username": "admin",
    15       "password": "password"
    16     },
    17     {
    18       "step": "installPlugin",
    19       "pluginZipFile": {
    20         "resource": "wordpress.org/plugins",
    21         "slug": "elementor"
    22       }
    23     },
    24     {
    25       "step": "installPlugin",
    26       "pluginZipFile": {
    27         "resource": "wordpress.org/plugins",
    28         "slug": "nex-button"
    29       }
    30     },
    31     {
    32       "step": "setSiteOptions",
    33       "options": {
    34         "blogname": "NexButton",
    35         "blogdescription": "NexButton Elementor Plugin adds a custom button widget to Elementor, offering a variety of button styles with text and icon customization options."
    36       }
    37     }
    38   ]
    39 }
     1// {
     2//   "$schema": "https://playground.wordpress.net/blueprint-schema.json",
     3//   "landingPage": "/wp-admin/post.php?post=2&action=edit",
     4//   "preferredVersions": {
     5//     "php": "7.4",
     6//     "wp": "latest"
     7//   },
     8//   "features": {
     9//     "networking": true
     10//   },
     11//   "steps": [
     12//     {
     13//       "step": "login",
     14//       "username": "admin",
     15//       "password": "password"
     16//     },
     17//     {
     18//       "step": "installPlugin",
     19//       "pluginZipFile": {
     20//         "resource": "wordpress.org/plugins",
     21//         "slug": "elementor"
     22//       }
     23//     },
     24//     {
     25//       "step": "installPlugin",
     26//       "pluginZipFile": {
     27//         "resource": "wordpress.org/plugins",
     28//         "slug": "nex-button"
     29//       }
     30//     },
     31//     {
     32//       "step": "setSiteOptions",
     33//       "options": {
     34//         "blogname": "NexButton",
     35//         "blogdescription": "NexButton Elementor Plugin adds a custom button widget to Elementor, offering a variety of button styles with text and icon customization options."
     36//       }
     37//     }
     38//   ]
     39// }
Note: See TracChangeset for help on using the changeset viewer.