MCPcopy Create free account
hub / github.com/docusealco/docuseal / addAttributes

Function addAttributes

app/javascript/elements/html_editor.js:155–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 content: content || 'block+',
154 ...extra,
155 addAttributes () {
156 return { htmlAttrs: { default: {} } }
157 },
158 parseHTML () {
159 return [{ tag, getAttrs: collectDomAttrs }]
160 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected