Skip to content

Commit

Permalink
Fix indentation of example for DC props
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Dec 5, 2024
1 parent dc0396b commit d502965
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions chellow/templates/e/dc_contract_properties_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ <h4>Example</h4>
"private_key": "private_key", /* Remove if using password */
"directories": ["downloads1", "downloads2"],
"mpan_map": { /* Optional */
"99 0993 2821 985": {
"mpan": null, /* Ignore MPAN */
"from": 2024-12-04T10:00:00Z,
"99 0993 2821 985": {
"mpan": null, /* Ignore MPAN */
"from": 2024-12-04T10:00:00Z,
"to": 2025-01-12:00:00Z,
},
"99 0873 1942 952": {
"mpan": "99 7821 8541 389",
"from": 2024-11-16T22:00:00Z,
"to": 2025-02-18:00:00Z,
},
},
},
"99 0873 1942 952": {
"mpan": "99 7821 8541 389",
"from": 2024-11-16T22:00:00Z,
"to": 2025-02-18:00:00Z,
},
},
}
</pre>
</code>
Expand Down

0 comments on commit d502965

Please sign in to comment.