Skip to content
Snippets Groups Projects
Commit da474d0e authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[FIX] web_editor: parallax effect in sanitized field


A sanitize fields by default remove all attributes outside of a
whitelist (if sanitize_attributes on field is not set to false).

This prevent to use parallax widget in Html sanitized field since
attribute "data-scroll-background-ratio" define parallax effect speed
but was not in whitelist.

note: also keep data-interval for gallery widget

opw-2053983
closes #35961

Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent 8443a74c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment