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

[FEATURE] Field Type SelectNumber #312

Merged
merged 4 commits into from
Dec 6, 2024
Merged

Conversation

nhovratov
Copy link
Contributor

Content Blocks now has a field type "SelectNumber". This is a more specific version of type "Select" which only allows integer values. The benefit of this type is that the database column is created as type "int", thus saving precious db row size.

Fixes: #311

Content Blocks now has a field type "SelectNumber".
This is a more specific version of type "Select" which only
allows integer values. The benefit of this type is that
the database column is created as type "int", thus saving
precious db row size.

Fixes: #311
Copy link
Contributor

@PKuhlmay PKuhlmay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only some notes regarding the documentation.

@nhovratov nhovratov merged commit d926843 into main Dec 6, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New FieldType "SelectNumber"
2 participants