Merge pull request #8315 from hrwX/webpage-xss-ignore-html
fix: ignore-xss in webpage for html editor
This commit is contained in:
commit
2bb7b69e8a
1 changed files with 2 additions and 1 deletions
|
|
@ -124,6 +124,7 @@
|
|||
"depends_on": "eval:doc.content_type==='HTML'",
|
||||
"fieldname": "main_section_html",
|
||||
"fieldtype": "HTML Editor",
|
||||
"ignore_xss_filter": 1,
|
||||
"label": "Main Section"
|
||||
},
|
||||
{
|
||||
|
|
@ -241,7 +242,7 @@
|
|||
"idx": 1,
|
||||
"is_published_field": "published",
|
||||
"max_attachments": 20,
|
||||
"modified": "2019-05-28 16:17:06.733116",
|
||||
"modified": "2019-09-03 04:04:29.585330",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Website",
|
||||
"name": "Web Page",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue