2024-02-12 19:17:17 +02:00
|
|
|
export default {
|
|
|
|
|
name: 'Notification',
|
|
|
|
|
selector: '.Notification',
|
|
|
|
|
validInnerComponents: [
|
|
|
|
|
'Text',
|
|
|
|
|
'Link',
|
|
|
|
|
'Icon',
|
|
|
|
|
'Border',
|
2024-02-18 18:40:14 +02:00
|
|
|
'Avatar',
|
2026-01-06 16:22:52 +02:00
|
|
|
'PollGraph',
|
2024-02-12 19:17:17 +02:00
|
|
|
],
|
2026-01-06 16:22:52 +02:00
|
|
|
defaultRules: [],
|
2024-02-12 19:17:17 +02:00
|
|
|
}
|