Home
last modified time | relevance | path

Searched refs:dwplugin_gallery (Results 1 – 1 of 1) sorted by relevance

/plugin/gallery/script/
Dprosemirror.js289 function dwplugin_gallery(node, outerview, getPos) { function
365 window.Prosemirror.pluginNodeViews.dwplugin_gallery = dwplugin_gallery;
377 return Boolean(schema.nodes.dwplugin_gallery);
382 …llowed = window.Prosemirror.commands.setBlockTypeNoAttrCheck(schema.nodes.dwplugin_gallery)(state);
387 var defaultAttributes = Object.entries(schema.nodes.dwplugin_gallery.attrs)
411 … dispatch(state.tr.replaceSelectionWith(schema.nodes.dwplugin_gallery.createChecked(newAttrs)));