Keystone 6: Custom Fields #390
Unanswered
molomby
asked this question in
Upgrading to Keystone 6
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The API for custom field types has been redesigned and is now fully documented in the Custom Fields guide. As an app developer, you now have complete control over both the backend implementation and frontend interface that appears in the Admin UI, including:
The
custom-field
example project shows these capabilities in context.Custom fields can be used locally in your project or distributed (privately or publicly) as separate npm packages. If you have an existing OSS field type package, and you think would be broadly applicable for across other Keystone projects, reach out in slack to discuss whether a PR would be helpful and check out the contributor guidelines.
Beta Was this translation helpful? Give feedback.
All reactions