feat(minor): add ignore_xss_filter to customize form field

This commit is contained in:
phot0n 2022-04-13 22:56:20 +05:30
parent 7b19c91c37
commit bb58ee5ee6
2 changed files with 9 additions and 1 deletions

View file

@ -596,6 +596,7 @@ docfield_properties = {
"in_preview": "Check",
"bold": "Check",
"no_copy": "Check",
"ignore_xss_filter": "Check",
"hidden": "Check",
"collapsible": "Check",
"collapsible_depends_on": "Data",

View file

@ -21,6 +21,7 @@
"in_global_search",
"in_preview",
"bold",
"ignore_xss_filter",
"no_copy",
"allow_in_quick_entry",
"translatable",
@ -453,13 +454,19 @@
"hidden": 1,
"label": "Is System Generated",
"read_only": 1
},
{
"default": "0",
"fieldname": "ignore_xss_filter",
"fieldtype": "Check",
"label": "Ignore XSS Filter"
}
],
"idx": 1,
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2022-03-31 12:05:11.799654",
"modified": "2022-04-13 22:31:14.162661",
"modified_by": "Administrator",
"module": "Custom",
"name": "Customize Form Field",