Skip to content

Commit

Permalink
changed media Field to textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
daneryl committed Nov 15, 2018
1 parent 5fae717 commit 2d871a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react/Metadata/components/MetadataFormFields.js
Expand Up @@ -70,7 +70,7 @@ export class MetadataFormFields extends Component {
case 'image':
return (
<div>
<Field model={_model}><input className="form-control"/></Field>
<Field model={_model}><textarea rows="6" className="form-control"/></Field>
&nbsp;<em>URL (address for image or media file)</em>
</div>
);
Expand Down

0 comments on commit 2d871a9

Please sign in to comment.