From e63f15840c36f7f96edb988120d38e6aac128d11 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Thu, 16 May 2024 11:13:19 +0200 Subject: [PATCH] feat: add editor namespace for Boxy SVG --- plugins/_collections.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/_collections.js b/plugins/_collections.js index 194b39fb6..50d111535 100644 --- a/plugins/_collections.js +++ b/plugins/_collections.js @@ -2091,6 +2091,7 @@ export const editorNamespaces = new Set([ 'http://www.serif.com/', 'http://www.vector.evaxdesign.sk', 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', + 'https://boxy-svg.com', ]); /**