UNPKG

@cc98/react-ubb-editor

Version:
18 lines (17 loc) 424 B
import { faMusic } from '@fortawesome/free-solid-svg-icons'; import { ConfigType, ExtendValueType } from '../../types'; var config = { type: ConfigType.Extend, tagName: 'audio', title: '插入音频', icon: faMusic, index: 140, inputs: [ { label: '请输入音频地址', key: '', type: ExtendValueType.Content, }, ], }; export default config;