e3e352ffeb
* refactor(sequence-field): move to plugin and use table to record * fix(database): skip test case which not in core * fix(plugin-sequence): add migration * fix(plugin-sequence): fix types * test(plugin-sequence): fix test cases * fix(plugin-sequence): fix configuration ui * fix(plugin-sequence): fix merge * fix(plugin-sequence): fix schema and error message
3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
export * from './fields/sequence-field';
|
|
export { default } from './Plugin';
|