Changeset 3300839
- Timestamp:
- 05/26/2025 02:56:26 PM (8 months ago)
- File:
-
- 1 edited
-
social-counter/assets/blueprints/blueprint.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-counter/assets/blueprints/blueprint.json
r3300831 r3300839 12 12 "steps": [ 13 13 { 14 "step": "login", 15 "username": "admin", 16 "password": "password" 17 }, 18 { 14 19 "step": "installPlugin", 15 20 "pluginData": { … … 20 25 "activate": true 21 26 } 22 },23 {24 "step": "createPage",25 "pageData": {26 "post_title": "Home",27 "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 -->",28 "post_status": "publish",29 "post_type": "page"30 }31 },32 {33 "step": "setSiteOptions",34 "options": {35 "show_on_front": "page",36 "page_on_front": "{{steps.1.pageData.ID}}",37 "blogname": "Social Counter Plugin Preview"38 }39 },40 {41 "step": "login",42 "username": "admin",43 "password": "password"44 27 } 45 28 ]
Note: See TracChangeset
for help on using the changeset viewer.