@ams-team/ams
Version:
Admin Materials System.
33 lines (31 loc) • 656 B
JavaScript
export const config = {
BASE: 'CONFIG_BLOCK',
type: {
default: 'component'
},
options: {
current: 'value',
fields: {
value: {
default: {
is: 'div',
text: 'texttexttext',
html: ''
}
}
}
},
style: {
current: 'value',
fields: {
value: {
default: {
width: '200px',
height: '200px',
background: '#f5f7fa'
}
}
}
}
};
export const defaults = {};