Plugin Directory

Changeset 3100736


Ignore:
Timestamp:
06/10/2024 06:05:34 PM (22 months ago)
Author:
hcaptcha
Message:

Updating readme/assets from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hcaptcha-for-forms-and-more/assets/blueprints/blueprint.json

    r3077812 r3100736  
    11{
    2   "landingPage": "/wp-admin/options-general.php?page=hcaptcha&tab=general",
    3   "preferredVersions": {
    4     "php": "8.0",
    5     "wp": "latest"
    6   },
    7   "phpExtensionBundles": [
    8     "kitchen-sink"
    9   ],
     2  "landingPage": "/wp-admin/admin.php?page=hcaptcha",
    103  "features": {
    114    "networking": true
    125  },
    136  "steps": [
     7    {
     8      "step": "login",
     9      "username": "admin",
     10      "password": "password"
     11    },
    1412    {
    1513      "step": "installPlugin",
     
    2119        "activate": true
    2220      }
    23     },
    24     {
    25       "step": "installPlugin",
    26       "pluginZipFile": {
    27         "resource": "wordpress.org/plugins",
    28         "url": "contact-form-7"
    29       },
    30       "options": {
    31         "activate": true
    32       }
    33     },
    34     {
    35       "step": "login",
    36       "username": "admin",
    37       "password": "password"
    3821    }
    3922  ]
Note: See TracChangeset for help on using the changeset viewer.