Changeset 3441324
- Timestamp:
- 01/17/2026 12:26:17 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
eh-mortgage-calculator/assets/blueprints/blueprint.json
r3441321 r3441324 1 1 { 2 "landingPage": "/mortgage-calculator-demo", 2 "$schema": "https://playground.wordpress.net/blueprint-schema.json", 3 "landingPage": "/wp-admin/plugins.php", 3 4 "steps": [ 4 5 { 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" 61 9 } 62 10 ]
Note: See TracChangeset
for help on using the changeset viewer.