Plugin Directory

Changeset 3300846


Ignore:
Timestamp:
05/26/2025 03:09:11 PM (10 months ago)
Author:
Prisna
Message:

Update blueprints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • social-counter/assets/blueprints/blueprint.json

    r3300839 r3300846  
    88    "phpExtensionBundles": ["kitchen-sink"],
    99    "features": {
    10         "networking": false
     10        "networking": true
    1111    },
    1212    "steps": [
     
    2525                "activate": true
    2626            }
     27        },
     28        {
     29            "step": "wp-cli",
     30            "command": "wp post create --post_title='Home' --post_content='<!-- wp:heading --><h2>Hello world!</h2><!-- /wp:heading --><!-- wp:shortcode -->[prisna-social-counter]<!-- /wp:shortcode --><!-- wp:paragraph --><p>Welcome to WordPress. This is a sample page to demostrate the use of the Social Counter plugin!</p><!-- /wp:paragraph -->' --post_status=publish --post_type=page"
     31        },
     32        {
     33            "step": "wp-cli",
     34            "command": "wp option update show_on_front 'page'"
     35        },
     36        {
     37            "step": "wp-cli",
     38            "command": "wp option update page_on_front $(wp post list --post_type=page --field=ID --post_title='Home')"
    2739        }
    2840    ]
Note: See TracChangeset for help on using the changeset viewer.