mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 20:16:58 +00:00
6d1a4425f2
* feat: iframe-block plugin done * refactor: iframe html filed type changed * refactor: remove built-in actions in the ACL * refactor: use built-in resource action * fix: add iframe-block in built-in plugins * refactor: remove id collection schema * fix: fix iframe-block permission * fix: fix iframe-block permission * fix: improve code * fix: src * fix: bug Co-authored-by: chenos <chenlinxh@gmail.com>
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
// @ts-nocheck
|
|
export * from './lib/client';
|
|
export { default } from './lib/client';
|
|
|