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