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/arbitrary meta options #300

Closed
wants to merge 6 commits into from
Closed

Feature/arbitrary meta options #300

wants to merge 6 commits into from

Conversation

blhylton
Copy link

@blhylton blhylton commented Jun 7, 2024

Adding ability to add arbitrary options to fields

Copy link

what-the-diff bot commented Jun 7, 2024

PR Summary

  • Incorporated New Setting Groups
    Added a new option set to the main configuration file which will allow more customization for users.

  • Enhanced Checkout Process
    Introduced new trait IsOptionSet for the OptionSetContract interface to streamline the checkout and selection process across the platform.

  • Facilitated Field-Based Option Retrieval
    Incorporated a new method getOptionSets in the Bolt facade which retrieves setting groups for any given field. This improves the users' form filling experience by providing them with context-specific options.

  • Upgraded Field Class Functionality
    Implemented calls to the getOptionSets method in a number of field classes including CheckboxList, ColorPicker, DatePicker, DateTimePicker, FileUpload, Paragraph, Radio, RichEditor, Select, TextInput, Textarea, TimePicker, and Toggle. These changes improve user interface by presenting applicable settings for each field type.

@atmonshi atmonshi mentioned this pull request Jun 7, 2024
@blhylton
Copy link
Author

Closing in favor of #301

@blhylton blhylton closed this Jun 10, 2024
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.

1 participant