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/TabContent.js

export const role = 'tabpanel';

export default (dc, config) => {

  dc.addType(config.typeTabContent, {
    model: {
      defaults: {
        name: 'Tab Content',
        draggable: false,
        copyable: false,
        removable: false,
        highlightable: false,
        attributes: { role },
        classes: config.classTabContent,
        traits: [],
        ...config.tabContentProps
      },
    },
  });
}