How to add Custom plugins into KeystoneJS Admin UI ?

大城市里の小女人 提交于 2020-01-24 12:58:04

问题


Is there a way to add custom plugins to KeystoneJs Admin UI without messing around with the source code too much.


回答1:


many people want this kind of functionality — there are a bunch of open issues on github:

  • #2088 – 0.4: How do I create new Field Types for KeystoneJS v0.4?
  • #1898 – Plugin Architecture
  • #1386 – FieldType "plugins"
  • #1137 – Cannot find ways to add a custom button or links in Admin UI

this is not possible in 0.3 without modifying the keystone source code, although keystone-custom-fieldtypes seems to work around this.

I believe it is planned for 0.4, which is not ready yet.



来源:https://stackoverflow.com/questions/36842665/how-to-add-custom-plugins-into-keystonejs-admin-ui

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!