-
Notifications
You must be signed in to change notification settings - Fork 725
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
Custom type definition directions #622
Comments
The this I'm trying to accomplish is "pretty simple" : a sortable reference_many field type with the possibility of having objects of different types (entity) in the reference array : The feed gives me :
And I need to display each object of I guess I have to create a custom field type but I don't know whether I'll need to for both ng-admin and ng-config or just extend a view... |
+1 |
This really depends on which tools you're using (requirejs, browserify, webpack). Let me work on an example for webpack and publish it so that you can see a reference implementation. |
yay! I guess I'll need to work on sources and build on the fly then? Thanks! I'm really looking forward to this! |
Hey all!
I need directions to create a custom field type.
I store arrays of json objects in one of my models and I need a field to sort that array.
It would basically display a sortable list.
Problem is, the directions given in
doc/Custom-types.md
don't say in what environment to work.Should I fork
admin-config
and add my new type in there, then forkng-admin
, update theadmin-config
dependency to match my repository and build the minified js??As you can see, I'm pretty lost here.
Thanks in advance and cheers to your work!
The text was updated successfully, but these errors were encountered: