feat(minor): add ignore_xss_filter to customize form field
This commit is contained in:
parent
7b19c91c37
commit
bb58ee5ee6
2 changed files with 9 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue