mirror of https://github.com/artf/grapesjs.git
5 changed files with 12 additions and 4 deletions
File diff suppressed because one or more lines are too long
@ -0,0 +1,8 @@ |
|||
import Property from './PropertyRadio'; |
|||
|
|||
export default Property.extend({ |
|||
defaults: () => ({ |
|||
...Property.prototype.defaults, |
|||
full: 0 |
|||
}) |
|||
}); |
|||
Loading…
Reference in new issue