Your IP : 216.73.216.79


Current Path : /var/www/html/reddsis/node_modules/grapesjs-tabs/src/components/
Upload File :
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
      }
    },
  });
}