Plugin Directory

Changeset 3300839


Ignore:
Timestamp:
05/26/2025 02:56:26 PM (8 months ago)
Author:
Prisna
Message:

Update blueprints.

File:
1 edited

Legend:

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

    r3300831 r3300839  
    1212    "steps": [
    1313        {
     14            "step": "login",
     15            "username": "admin",
     16            "password": "password"
     17        },
     18        {
    1419            "step": "installPlugin",
    1520            "pluginData": {
     
    2025                "activate": true
    2126            }
    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"
    4427        }
    4528    ]
Note: See TracChangeset for help on using the changeset viewer.