From b66f93bdf58d0ebf7fa50f2938e4f07976c22efe Mon Sep 17 00:00:00 2001 From: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:07:18 +0000 Subject: [PATCH] feat: allow 'content' attribute for website structured data schema (#19667) --- frappe/utils/html_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/utils/html_utils.py b/frappe/utils/html_utils.py index 9885a8a8a9..c34c4fd188 100644 --- a/frappe/utils/html_utils.py +++ b/frappe/utils/html_utils.py @@ -424,6 +424,7 @@ acceptable_attributes = [ "cols", "colspan", "compact", + "content", "contenteditable", "controls", "coords",