logo

pleroma-fe

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

modals.style.js (189B)


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