-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add a way to override field types #11
Labels
Comments
blipson89
added a commit
that referenced
this issue
May 10, 2018
Are there any news/thoughts on this enhancement? Ways it can be achieved with current functionality? |
I wrote some code for it but never merged it. I'll double check why this weekend. There's a big update coming next week - I'm not making promises that this'll make it in, but I can at least give you an update on the status of this feature by Monday. |
blipson89
added a commit
that referenced
this issue
Oct 9, 2021
blipson89
added a commit
that referenced
this issue
Oct 9, 2021
blipson89
added a commit
that referenced
this issue
Oct 9, 2021
@andrei-perasaliak released with 2.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There may be times when I would like to override the return type of a field. Say for instance I have a droplink that will return
IStandardTemplateItem
. Maybe I know it'll always beIFooItem
. I want to be able to have a way of overriding that.The text was updated successfully, but these errors were encountered: