Plugin Directory

Changeset 3366304


Ignore:
Timestamp:
09/23/2025 08:38:10 AM (6 months ago)
Author:
enterrahost
Message:

updated blueprint file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • blue-raven/assets/blueprints/blueprint.json

    r3366300 r3366304  
    99  },
    1010  "phpExtensionBundles": [
    11     "kitchen-sink"
     11    "light"
     12  ],
     13  "phpExtensions": [
     14    "mysqli",
     15    "pdo_mysql"
    1216  ],
    1317  "landingPage": "/wp-admin/admin.php?page=blue-raven",
     
    1721      "username": "admin",
    1822      "password": "password"
    19     },
    20     {
    21       "step": "setPhpIniEntry",
    22       "key": "extension",
    23       "value": "mysqli"
    24     },
    25     {
    26       "step": "setPhpIniEntry",
    27       "key": "extension",
    28       "value": "pdo_mysql"
    2923    },
    3024    {
Note: See TracChangeset for help on using the changeset viewer.