logo

pleroma-fe

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

modals.style.js (140B)


  1. export default {
  2. name: 'Modals',
  3. selector: '.modal-view',
  4. lazy: true,
  5. validInnerComponents: [
  6. 'Panel'
  7. ],
  8. defaultRules: []
  9. }