Plugin Directory

Changeset 3486630


Ignore:
Timestamp:
03/19/2026 03:41:40 PM (10 days ago)
Author:
twentig
Message:

Committing assets for 2.0

Location:
twentig/assets
Files:
8 added
6 deleted
4 edited

Legend:

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

    r3084481 r3486630  
    11{
    22    "$schema": "https://playground.wordpress.net/blueprint-schema.json",   
    3     "landingPage": "/wp-admin/admin.php?page=twentig&path=website-templates",
     3    "login": true,
     4    "landingPage": "/wp-admin/",
    45    "features": {
    56        "networking": true
     
    78    "steps": [
    89        {
    9             "step": "login"
     10            "step": "setSiteOptions",
     11            "options": {
     12                "blogname": "Playground"
     13            }
    1014        },
    1115        {
    12             "step": "setSiteOptions",
    13             "options": {
    14                 "blogname": "Playground"
    15             }
    16         },
    17         {
    1816            "step": "installPlugin",
    19             "pluginZipFile": {
     17            "pluginData": {
    2018                "resource": "wordpress.org/plugins",
    2119                "slug": "twentig"
     20            },
     21            "options": {
     22                "activate": true
     23            }
     24        },
     25        {
     26            "step": "installTheme",
     27            "themeData": {
     28                "resource": "url",
     29                "url": "https://github.com/twentig/twentig-one/releases/latest/download/twentig-one.zip"
    2230            },
    2331            "options": {
Note: See TracChangeset for help on using the changeset viewer.