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