15 lines
217 B
JavaScript
15 lines
217 B
JavaScript
export default {
|
|
name: 'Attachment',
|
|
selector: '.Attachment',
|
|
validInnerComponents: [
|
|
'Border',
|
|
'ButtonUnstyled'
|
|
],
|
|
defaultRules: [
|
|
{
|
|
directives: {
|
|
roundness: 3
|
|
}
|
|
}
|
|
]
|
|
}
|