Strapi 覆盖管理面板 Controller

标签 strapi

我有兴趣覆盖 strapi 管理面板 webhook Controller 以提供更多功能。例如允许在每个模型级别进行自定义,而不是每个实体创建/更新/删除调用 webhook。看起来你不能像管理前端的其他部分一样,通过将它们添加到管理文件夹来覆盖 Controller 。我正在寻求有关如何进行此操作的建议,或者创建自定义插件是否是我目前唯一的选择。

谢谢,乔迪

最佳答案

如果您想自定义管理面板,则必须遵循此文档 - https://strapi.io/documentation/3.0.0-beta.x/concepts/customization.html

插件的管理部分也是如此。

关于Strapi 覆盖管理面板 Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60685174/

相关文章:

斯特拉皮 : is it possible to track users modifying content?

strapi - 更改 Strapi 集合类型中的数据类型时出现问题

javascript - 在 Nuxt 前端使用 Strapi 上上传的图像

node.js - 获取 Strapi 系列上的所有商品

nginx - 如何解决 Strapi 生产构建中的 CORS 策略问题?

reactjs - 如何从 Strapi API 引用 Next JS 中的图像组件?

javascript - 如何在 Strapi 中发布关系

node.js - 带有strapi的 Electron ,找不到模块package.json

postgresql - 是否可以将现有数据库与 Strapi CMS 连接?

node.js - strapi 开始 : "url is not defined" - using mlab mongo DB