Plugin Directory

Changeset 3441324


Ignore:
Timestamp:
01/17/2026 12:26:17 AM (3 months ago)
Author:
edgarr41
Message:

Updated blueprint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • eh-mortgage-calculator/assets/blueprints/blueprint.json

    r3441321 r3441324  
    11{
    2   "landingPage": "/mortgage-calculator-demo",
     2  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
     3  "landingPage": "/wp-admin/plugins.php",
    34  "steps": [
    45    {
    5       "step": "installPlugin",
    6       "pluginZipFile": {
    7         "resource": "plugin"
    8       }
    9     },
    10     {
    11       "step": "activatePlugin",
    12       "plugin": "eh-mortgage-calculator/eh-mortgage-calculator.php"
    13     },
    14     {
    15       "step": "createPost",
    16       "postType": "page",
    17       "postTitle": "Mortgage Calculator Demo",
    18       "postName": "mortgage-calculator-demo",
    19       "postStatus": "publish",
    20       "postContent": "[eh_mortgage_calculator]"
    21     },
    22     {
    23       "step": "updateOption",
    24       "optionName": "ehmc_default_amount",
    25       "optionValue": "450000"
    26     },
    27     {
    28       "step": "updateOption",
    29       "optionName": "ehmc_default_interest",
    30       "optionValue": "6.25"
    31     },
    32     {
    33       "step": "updateOption",
    34       "optionName": "ehmc_default_years",
    35       "optionValue": "30"
    36     },
    37     {
    38       "step": "updateOption",
    39       "optionName": "ehmc_show_summary",
    40       "optionValue": "1"
    41     },
    42     {
    43       "step": "updateOption",
    44       "optionName": "ehmc_show_chart",
    45       "optionValue": "1"
    46     },
    47     {
    48       "step": "updateOption",
    49       "optionName": "ehmc_show_table",
    50       "optionValue": "1"
    51     },
    52     {
    53       "step": "updateOption",
    54       "optionName": "ehmc_primary_color",
    55       "optionValue": "#0d6efd"
    56     },
    57     {
    58       "step": "updateOption",
    59       "optionName": "ehmc_border_radius",
    60       "optionValue": "6"
     6      "step": "login",
     7      "username": "admin",
     8      "password": "password"
    619    }
    6210  ]
Note: See TracChangeset for help on using the changeset viewer.