export const config = {
BASE: 'CONFIG_BLOCK',
type: {
default: 'error'
},
blocks: {
desc: '可用slot:top'
},
data: {
current: 'value',
fields: {
value: {
default: {
img: '',
title: '主标题',
subtitle: '副标题副标题副标题副标题副标题',
}
}
}
}
};
export const defaults = {};