Skip to content

Commit

Permalink
fix: header_img field schema (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
trustedcomputer authored May 15, 2024
1 parent 1d19233 commit f84edf9
Showing 1 changed file with 5 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"section_break_2",
"access_token",
"webhooks_secret",
"use_sandbox"
"use_sandbox",
"header_img"
],
"fields": [
{
Expand Down Expand Up @@ -44,38 +45,13 @@
"label": "Use Sandbox"
},
{
"allow_bulk_edit": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fieldname": "header_img",
"fieldtype": "Attach Image",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Header Image",
"length": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
"label": "Header Image"
}
],
"links": [],
"modified": "2023-09-22 13:33:42.225243",
"modified": "2024-05-14 16:18:26.154479",
"modified_by": "Administrator",
"module": "Payment Gateways",
"name": "GoCardless Settings",
Expand All @@ -99,4 +75,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}

0 comments on commit f84edf9

Please sign in to comment.