2024-02-18 08:40:14 -08:00
|
|
|
export default {
|
|
|
|
name: 'Attachment',
|
|
|
|
selector: '.Attachment',
|
|
|
|
validInnerComponents: [
|
|
|
|
'Border',
|
2024-02-21 04:05:26 -08:00
|
|
|
'ButtonUnstyled',
|
|
|
|
'Input'
|
2024-02-18 08:40:14 -08:00
|
|
|
],
|
|
|
|
defaultRules: [
|
|
|
|
{
|
|
|
|
directives: {
|
|
|
|
roundness: 3
|
|
|
|
}
|
2024-02-18 14:10:10 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
component: 'ButtonUnstyled',
|
|
|
|
parent: { component: 'Attachment' },
|
|
|
|
directives: {
|
|
|
|
background: '#FFFFFF',
|
|
|
|
opacity: 0.5
|
|
|
|
}
|
2024-02-18 08:40:14 -08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|