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 (336B)


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