Newer
Older
import { ElementFactory } from '../util/element.factory';
const TextFieldExtension =
Node.create({
group: 'inline',
inline: true,
name: 'TextField',
addAttributes() {
return {
default: ElementFactory.createElement('text-field')
return [{ tag: 'aspect-nodeview-text-field' }];
return ['aspect-nodeview-text-field', mergeAttributes(HTMLAttributes)];