@cc98/react-ubb-editor
Version:
A ubb editor component based on react
23 lines (22 loc) • 629 B
JavaScript
import React from 'react';
import { ConfigType, ExtendValueType } from '../../types';
var config = {
type: ConfigType.Extend,
tagName: 'bili',
title: '插入bilibili视频',
label: React.createElement("span", { style: { fontSize: 16 } }, "Bili"),
index: 130,
inputs: [
{
label: '输入bilibili网站视频AV号(数字)',
key: '',
type: ExtendValueType.Content,
},
{
label: '请输入要显示的分P序号(默认为1)',
key: '',
type: ExtendValueType.Main,
},
],
};
export default config;