Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Contentful: how to change the name of an entry?

Tags:

contentful

I am trying to use the Contentful web interface to change the name of an entry. Attached is a screenshot. I have searched for 30 minutes for the button that lets me change the title from "untitled" to something else. Alas, it is nowhere to be found on this horrible, horrible interface.

Where is it? Does it even exist?

like image 445
John Miller Avatar asked Oct 25 '25 04:10

John Miller


1 Answers

In Contentful, the entry titles must be handled by a content model field.

In your content model, create a field

enter image description here

Then, tell Contentful to use this field as entry title

enter image description here

Now, you can create a new entry and set the title

enter image description here

like image 141
thchp Avatar answered Oct 26 '25 22:10

thchp