There seems to be three options within the UI:

- Disabled.
- Automatically generate the label and hide the label field.
- Automatically generate the label if the label field if left empty.

I'd like a slightly different option: to automatically generate the label without hiding the label field. Is this possible with the module as it currently is? I can't use the third option because the label's never empty - I'm using File Entity and by default it creates the entity title from the filename.

Comments

bforchhammer’s picture

Component: User interface » Code
Category: Support request » Feature request

This is not possible at the moment, but it is definitely something that could be added... Patches welcome! :-)

Anybody’s picture

++++1 for this idea!

This would be a big benefit for SEO purposes for example! This old module implemented something similar: https://www.drupal.org/project/nodetitle

Use case:
You have a node type "Store location" where the title field is used for entering the location city like "Munich" you could use this module to rewrite the title dynamically to "Our store in Munich" without requiring the end-user to know about the terminology.

That extension would make this module a super-module :)