---
title: Set Up Your Project - Title
description: Documentation for the Title field available in all content types, including its behavior, configurable properties, and related resources.
url: https://www.contentstack.com/docs/developers/create-content-types/title
product: Contentstack
doc_type: reference
audience:
  - developers
  - content-managers
version: latest
last_updated: 2026-03-25
---

# Set Up Your Project - Title

This page explains the default **Title** field available in all content types, what it supports, which properties you can configure, and where to find related documentation. It is intended for developers and content managers configuring content types and working with entries.

### Item 1

#### Article section

##### Heading

Title

##### Content

By default, the Title field is available for all [content types](/docs/developers/create-content-types/about-content-types) created. It accepts single-line text and does not provide any formatting options or line breaks. The value entered in this field, while creating an entry, is considered as the title of the [entry](/docs/content-managers/working-with-entries/about-entries).

This field possesses certain [properties](/docs/developers/create-content-types/about-field-properties) that you can change at any time as per your needs. The properties that can be modified are “[Display Name](/docs/developers/create-content-types/display-name),” “[Placeholder Value](/docs/developers/create-content-types/placeholder-value),” “[Instruction Value](/docs/developers/create-content-types/instruction-value),” “[Help Text](/docs/developers/create-content-types/help-text),” “[Number of Characters](/docs/developers/create-content-types/number-of-characters),” “[Validation (Regex)](/docs/developers/create-content-types/validation-regex),” and “[Validation Error Message](/docs/developers/create-content-types/validation-error-message),” and “[Non-localizable](/docs/developers/create-content-types/non-localizable).”

**Additional Resource:** You can read more about [Field Visibility Rules](/docs/developers/create-content-types/about-field-visibility-rules) in our documentation where we have covered it extensively.

After configuring this field in content type, you will see it on your entry page as shown below:

**Additional Resource:** You can use [Validation (Regex)](/docs/developers/create-content-types/validation-regex) with the title field. To know more, read our documentation.

## Common questions

### Can I remove the Title field from a content type?
By default, the Title field is available for all content types created.

### Does the Title field support multiple lines or formatting?
It accepts single-line text and does not provide any formatting options or line breaks.

### What can I customize for the Title field?
The properties that can be modified are “[Display Name](/docs/developers/create-content-types/display-name),” “[Placeholder Value](/docs/developers/create-content-types/placeholder-value),” “[Instruction Value](/docs/developers/create-content-types/instruction-value),” “[Help Text](/docs/developers/create-content-types/help-text),” “[Number of Characters](/docs/developers/create-content-types/number-of-characters),” “[Validation (Regex)](/docs/developers/create-content-types/validation-regex),” and “[Validation Error Message](/docs/developers/create-content-types/validation-error-message),” and “[Non-localizable](/docs/developers/create-content-types/non-localizable).”

### Where can I learn more about related rules and validation?
You can read more about [Field Visibility Rules](/docs/developers/create-content-types/about-field-visibility-rules) and use [Validation (Regex)](/docs/developers/create-content-types/validation-regex) with the title field.