-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contentful: custom content model #1900
Conversation
Although I have approved the PR @AlbertGom take a look at the tests, they're failing! |
2faf3b4
to
5657f05
Compare
…om contentful, not just the ones named 'custom'
5657f05
to
3b9d07d
Compare
The changes done before the last commit allowed to fetch custom content from Contentful only if the content model was named 'custom'. |
…remove custom type from TopContentType
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Description
Create
custom
contentContext
There was no custom content model where you can add custom fields without having to be defined in the plugin.
Approach taken / Explain the design
Created a new component that has id,name and fields. Fields field is a record that has the custom fields defined in contentful.
To document / Usage example
Testing
The pull request...