From 291101a8e5fb4969a084a3c6da3344a229cac621 Mon Sep 17 00:00:00 2001 From: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:17:38 +0530 Subject: [PATCH] chore: added attributes in ol tag (#7736) --- apps/api/plane/utils/content_validator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/api/plane/utils/content_validator.py b/apps/api/plane/utils/content_validator.py index 2fcabd69f..cf7c235ee 100644 --- a/apps/api/plane/utils/content_validator.py +++ b/apps/api/plane/utils/content_validator.py @@ -84,6 +84,8 @@ ATTRIBUTES = { "aria-label", "aria-hidden", "style", + "start", + "type", # common editor data-* attributes seen in stored HTML # (wildcards like data-* are NOT supported by nh3; we add known keys # here and dynamically include all data-* seen in the input below)