only put heavy components if truly needed

This commit is contained in:
Henry Jameson 2025-08-10 21:35:19 +03:00
commit 4ff257be57
12 changed files with 33 additions and 58 deletions

View file

@ -1,27 +0,0 @@
export default {
name: 'Attachment',
selector: '.Attachment',
notEditable: true,
validInnerComponents: [
'Border',
'Button',
'Input'
],
defaultRules: [
{
directives: {
roundness: 3
}
},
{
component: 'Button',
parent: {
component: 'Attachment'
},
directives: {
background: '#FFFFFF',
opacity: 0.5
}
}
]
}