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

Function addAttributes

app/javascript/template_builder/dynamic_editor.js:147–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 content: content || 'block+',
146 ...extra,
147 addAttributes () {
148 return {
149 htmlAttrs: { default: {} }
150 }
151 },
152 parseHTML () {
153 return [{ tag, getAttrs: collectDomAttrs }]
154 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected