Plugin Directory

Changeset 3000868


Ignore:
Timestamp:
11/23/2023 09:27:08 PM (16 months ago)
Author:
bluefuton
Message:

Akismet: adjust blueprint.json to enable networking and activate plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • akismet/assets/blueprints/blueprint.json

    r3000866 r3000868  
    88        "kitchen-sink"
    99    ],
     10    "features": {
     11        "networking": true
     12    },   
    1013    "steps": [
    1114        {
     
    1316            "username": "admin",
    1417            "password": "password"
    15         }
     18        },
     19        {
     20            "step": "activatePlugin",
     21            "pluginName": "Akismet",
     22            "pluginPath": "/wordpress/wp-content/plugins/akismet"
     23        }       
    1624    ]
    1725}
Note: See TracChangeset for help on using the changeset viewer.