Changeset 3441299
- Timestamp:
- 01/16/2026 10:42:13 PM (3 months ago)
- Location:
- eh-mortgage-calculator
- Files:
-
- 1 deleted
- 1 edited
-
tags/3.1.0/blueprint.json (deleted)
-
trunk/blueprint.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
eh-mortgage-calculator/trunk/blueprint.json
r3441295 r3441299 24 24 "optionName": "ehmc_settings", 25 25 "optionValue": { 26 " default_loan_amount": "450000",27 " default_interest_rate": "6.25",28 " default_loan_term": "30",29 " primary_color": "#0d6efd",30 " border_radius": "6",31 " show_summary": "1",32 " show_chart": "1",33 " show_table": "1"26 "ehmc_default_amount": "450000", 27 "ehmc_default_interest": "6.25", 28 "ehmc_default_years": "30", 29 "ehmc_primary_color": "#0d6efd", 30 "ehmc_border_radius": "6", 31 "ehmc_show_summary": "1", 32 "ehmc_show_chart": "1", 33 "ehmc_show_table": "1" 34 34 } 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.