From 9b1fadf6d8a3e45eeec137f35d9a63adc7910b14 Mon Sep 17 00:00:00 2001 From: Paul Cowan Date: Fri, 16 Dec 2022 14:14:20 +0000 Subject: [PATCH] configurable noHtml5Validate prop for NextScaffolderPage Signed-off-by: Paul Cowan --- .changeset/eighty-pans-remain.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/eighty-pans-remain.md diff --git a/.changeset/eighty-pans-remain.md b/.changeset/eighty-pans-remain.md new file mode 100644 index 0000000000..a93b0cc8c7 --- /dev/null +++ b/.changeset/eighty-pans-remain.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder': patch +--- + +configurable noHtml5Validate prop for NextScaffolderPage