---
title: "Drupal 8 - Longer Titles - Entity Title Length/Node Title Length"
url: "https://michalak.world/posts/drupal-8-longer-titles/"
description: "Longer Titles"
summary: "Longer Titles - Entity Title Length/Node Title Length."
date: 2019-07-11
lastmod: 2026-08-19
tags: ["Drupal 8","Drupal"]
section: "posts"
author: "Michael Michalak"
site: "https://michalak.world/"
---

# Drupal 8 - Longer Titles - Entity Title Length/Node Title Length

Longer Titles

I created this post to provide a **quick overview** of two different **Drupal 8 modules** that extend the **default node title length**.  

There are currently **two modules**:  
1. **Node Title Length**  
2. **Entity Title Length**  

Both modules are **easy to set up** with **minimal configuration**. However, I **recommend** the **Node Title Length** module as it is in a **stable and released state**.

---

## **Node Title Length [Recommended]**
- **Module:** [Node Title Length](https://www.drupal.org/project/title_length)  
- **Admin Configuration:** No admin configuration required. Defaults to **8000 characters**, which can be **updated before installing** in the module code.  
- **Official Release:** ✅ **Yes**  

### **How to Set Up and Configure:**
1. **Enable the module.**  
2. **All set!** No additional configuration is needed.  

---

## **Entity Title Length**
- **Module:** [Entity Title Length](https://www.drupal.org/project/entity_title_length)  
- **Admin Configuration:** `/admin/etl/config`  
- **Official Release:** ❌ **No**  

### **How to Set Up and Configure:**
1. **Enable the module.**  
2. **Update the configuration** in the admin section: `/admin/etl/config`  
3. **Update the title length** in the **form display configuration** for that **entity/node** to the desired new length.

