more weight reduction

This commit is contained in:
Henry Jameson 2025-08-10 22:29:11 +03:00
commit 6341747ec9
6 changed files with 3 additions and 29 deletions

View file

@ -1,20 +0,0 @@
export default {
name: 'RichContent',
selector: '.RichContent',
notEditable: true,
transparent: true,
validInnerComponents: [
'Text',
'FunText',
'Link'
],
defaultRules: [
{
directives: {
'--font': 'generic | inherit',
'--monoFont': 'generic | monospace',
textNoCssColor: 'yes'
}
}
]
}