summaryrefslogtreecommitdiff
path: root/admin/src/components/CheckboxListDefaultInput.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Refactor checkbox-list custom field implementationValentin Popov28 hours1-0/+109
- Replaced the PluginIcon with EnumerationField in the custom field registration. - Introduced CheckboxListDefaultInput component for handling checkbox list inputs. - Updated the admin interface to include new settings for the checkbox-list custom field. - Enhanced server-side registration to support resizable input size for the checkbox-list.