You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
translate('XML file contains unsupported elements. Please check or modify file.')
240
+
constblockId=block.getAttribute('id');
241
+
consterror=createError(
242
+
'InvalidBlockInXML',
243
+
translate(
244
+
`The block ${blockId} in the XML file contains unsupported elements.\nTo fix that open XML file in the text editor, search for block id ${blockId}, and check it's attributes for errors.`
0 commit comments