-
Notifications
You must be signed in to change notification settings - Fork 72
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
Media field URL and preview #239
Comments
Wait!
For media type only
Would it be possible to support all data that can be set in the "Insert Media" dialog? |
There is no preview option for the
Not sure. I'll check. |
When the media uploader dialog is closed, an attachment object is passed to the JavaScript method ( Line 259 in e23d481
attributes property holds the following members (the values are an example).
I don't see If you know a way to retrieve them, let me know. |
Coudl it be |
The
You can check the object by inserting I've roughly searched the web and could not find a proper way to retrieve all the selected options in the media uploader form including the ones you requested such as |
Should I use
field_{instantiated class name}_{section id}_{field ID}
to put the media link into the input's value?Is there a way to display preview for media field type?
The text was updated successfully, but these errors were encountered: