logo

pleroma-fe

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

rich_content.style.js (357B)


  1. export default {
  2. name: 'RichContent',
  3. selector: '.RichContent',
  4. notEditable: true,
  5. transparent: true,
  6. validInnerComponents: [
  7. 'Text',
  8. 'FunText',
  9. 'Link'
  10. ],
  11. defaultRules: [
  12. {
  13. directives: {
  14. '--font': 'generic | inherit',
  15. '--monoFont': 'generic | monospace',
  16. textNoCssColor: 'yes'
  17. }
  18. }
  19. ]
  20. }