| Current Path : /var/www/html/reddsis/node_modules/grapesjs-tabs/src/components/ |
| Current File : /var/www/html/reddsis/node_modules/grapesjs-tabs/src/components/TabContents.js |
export default (dc, config) => {
dc.addType(config.typeTabContents, {
model: {
defaults: {
name: 'Tab Contents',
draggable: false,
droppable: false,
copyable: false,
removable: false,
classes: config.classTabContents,
...config.tabContentsProps
}
},
});
}