You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a lot of places in core where we need a file-upload widget that does not result in a file entity, or need a managed file. Examples include:
upload your logo
upload your favicon
default value for image/file fields
Let's make a generic ajax file upload form element that does not result in a managed file. We can decide if thie managed file element should "extend" this one (an optional flag?) or if the two elements should remain separate.
The text was updated successfully, but these errors were encountered:
quicksketch
changed the title
Turn "managed file" element into "file" element where managing is optional
Turn "managed file" element into "advanced_file" element where managing is optional
Nov 23, 2014
We have a lot of places in core where we need a file-upload widget that does not result in a file entity, or need a managed file. Examples include:
Let's make a generic ajax file upload form element that does not result in a managed file. We can decide if thie managed file element should "extend" this one (an optional flag?) or if the two elements should remain separate.
The text was updated successfully, but these errors were encountered: