logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

notification.style.js (271B)


  1. export default {
  2. name: 'Notification',
  3. selector: '.Notification',
  4. validInnerComponents: [
  5. 'Text',
  6. 'Link',
  7. 'Icon',
  8. 'Border',
  9. 'Button',
  10. 'ButtonUnstyled',
  11. 'RichContent',
  12. 'Input',
  13. 'Avatar',
  14. 'Attachment'
  15. ],
  16. defaultRules: []
  17. }