jjb-lc-designable
Version:
基于alibaba-designable源码二次封装的表单设计器。
45 lines (44 loc) • 916 B
text/typescript
export const Card = {
'zh-CN': {
title: '卡片',
settings: {
'x-component-props': {
type: '类型',
title: '标题',
extra: '右侧扩展',
cardTypes: [
{ label: '内置', value: 'inner' },
{ label: '默认', value: '' },
],
},
},
},
'en-US': {
title: 'Card',
settings: {
'x-component-props': {
type: 'Type',
title: 'Title',
extra: 'Extra',
cardTypes: [
{ label: 'Inner', value: 'inner' },
{ label: 'Default', value: '' },
],
},
},
},
'ko-KR': {
title: '카드',
settings: {
'x-component-props': {
type: '타입',
title: '제목',
extra: '추가 항목',
cardTypes: [
{ label: '안쪽', value: 'inner' },
{ label: '기본', value: '' },
],
},
},
},
}