17 lines
271 B
JavaScript
17 lines
271 B
JavaScript
export default {
|
|
name: 'Notification',
|
|
selector: '.Notification',
|
|
validInnerComponents: [
|
|
'Text',
|
|
'Link',
|
|
'Icon',
|
|
'Border',
|
|
'Button',
|
|
'ButtonUnstyled',
|
|
'RichContent',
|
|
'Input',
|
|
'Avatar',
|
|
'Attachment'
|
|
],
|
|
defaultRules: []
|
|
}
|