How To Add Custom Plugins Into Keystonejs Admin Ui ?
Is there a way to add custom plugins to KeystoneJs Admin UI without messing around with the source code too much.
Solution 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.
Post a Comment for "How To Add Custom Plugins Into Keystonejs Admin Ui ?"