separate greentext into "fun text" and make Post/Notification related components

This commit is contained in:
Henry Jameson 2024-02-12 19:17:17 +02:00
commit 48f106b438
13 changed files with 134 additions and 29 deletions

View file

@ -0,0 +1,17 @@
export default {
name: 'RichContent',
selector: '.RichContent',
validInnerComponents: [
'Text',
'FunText',
'Link'
],
defaultRules: [
{
directives: {
background: '--bg',
textNoCssColor: 'yes'
}
}
]
}