From 08f2be9423d44cbcd3482267ff6ac6445f6703d0 Mon Sep 17 00:00:00 2001 From: Naveen Valecha Date: Sat, 15 Apr 2017 14:05:15 +0530 Subject: [PATCH] Fixed automatically typo. --- modules/media_entity/auto_name.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/media_entity/auto_name.md b/modules/media_entity/auto_name.md index e4f2d54..107167d 100644 --- a/modules/media_entity/auto_name.md +++ b/modules/media_entity/auto_name.md @@ -1,6 +1,6 @@ ## Using the "automatic name" functionality for your media entities -As with any entity in drupal, all media entities need to have a human-readable label attached to each instance created. The media_entity module autommatically creates a base-field for this, called "Media name". +As with any entity in drupal, all media entities need to have a human-readable label attached to each instance created. The media_entity module automatically creates a base-field for this, called "Media name". If you want your editors to be able to input / edit this value manually on each entity, you don't need to do anything, aside from probably configuring some of the field widget settings on the form, such as textfield size, placeholder, etc. These settings can be configured at the URL: ``` admin/structure/media/manage/{your-bundle-name}/form-display ```