-
Notifications
You must be signed in to change notification settings - Fork 902
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
[4.1.x] Fluent syntax FieldGroup #2642
Comments
hi @tabacitu, Actually, there is one example missing from my readme:
|
Update: there's a working PR for this from @pxpm . Anybody who stumbles upon this please check out #2951 . Especially you @sergeyugai - you have the most experience with this 😄 I'll close this issue since it's best to talk about it inside the PR. |
For when you want to apply a change/definition to multiple fields. The syntax I have in mind is something like this:
The name might still need some work:
For this to happen, we need to create a new object, ex FieldGroup or FieldCollection, which would be Fluent to allow subsequent calls on it, and each call would basically forward that call to the fields inside that group, to modify their definition.
The text was updated successfully, but these errors were encountered: