mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:16:33 +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>
10 lines
219 B
JSON
10 lines
219 B
JSON
{
|
|
"name": "@nocobase/plugin-iframe-block",
|
|
"version": "0.8.0-alpha.13",
|
|
"main": "lib/server/index.js",
|
|
"devDependencies": {
|
|
"@nocobase/server": "0.8.0-alpha.13",
|
|
"@nocobase/test": "0.8.0-alpha.13"
|
|
}
|
|
}
|