Changeset 3300846
- Timestamp:
- 05/26/2025 03:09:11 PM (10 months ago)
- File:
-
- 1 edited
-
social-counter/assets/blueprints/blueprint.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-counter/assets/blueprints/blueprint.json
r3300839 r3300846 8 8 "phpExtensionBundles": ["kitchen-sink"], 9 9 "features": { 10 "networking": false10 "networking": true 11 11 }, 12 12 "steps": [ … … 25 25 "activate": true 26 26 } 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')" 27 39 } 28 40 ]
Note: See TracChangeset
for help on using the changeset viewer.