Skip to content
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

Allow adding more than 30 fields in a CMS collection #82

Open
madebyisaacr opened this issue Oct 8, 2024 · 0 comments
Open

Allow adding more than 30 fields in a CMS collection #82

madebyisaacr opened this issue Oct 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@madebyisaacr
Copy link
Contributor

Describe your use case
I am trying to build a CMS plugin that allows importing more than 30 fields from Notion, Airtable, or Google Sheets but cannot because there is a limit of 30 fields per CMS collection.

Describe the solution you'd like
Remove the limit or increase it to something like 50 or 100 fields.

Describe alternatives you've considered
A workaround that I might use, if enough users of my plugin are having problems with the field limit, is importing the collection as 2 CMS collections with the same slugs but different fields, and linking them together with a reference field.

Then you can effectively have up to 59 fields because the reference field would allow using fields from the second CMS collection in pages for the first CMS collection.

Regular CMS collections do not have a limit on the number of fields, so there should not be a limit on plugin-managed CMS collection either.

@madebyisaacr madebyisaacr added the enhancement New feature or request label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant