SO网友:Bican M. Valeriu
是的,有。它将是这样的:
spacing: {
type: \'object\',
default: {
margin: {
global: { ...DIRECTIONS },
tablet: { ...DIRECTIONS },
desktop: { ...DIRECTIONS },
unit: \'px\',
size: 0,
sync: false,
syncTablet: false,
syncDesktop: false
},
padding: {
global: { ...DIRECTIONS },
tablet: { ...DIRECTIONS },
desktop: { ...DIRECTIONS },
unit: \'px\',
size: 0,
syncGlobal: false,
syncTablet: false,
syncDesktop: false
}
},
},