How to Create Content Type in Drupal 10 and Add Fields

Blog's Category

Introduction

This document explains step‑by‑step how to create a new content type in Drupal 10 and add different types of fields.

Step 1: Login to Drupal Admin

Login to your Drupal 10 site as an administrator.

Step 2: Navigate to Content Types

Go to Structure → Content types → Add content type.

Step 3: Enter Basic Details

Provide a name, description, submission guidelines, and publishing options.

Step 4: Save Content Type

Click Save and manage fields.

Step 5: Add Fields

Click ‘Add field’, choose the field type like Text, Image, Number, List, Boolean, etc.

Step 6: Configure Field Settings

Give label, machine name, storage settings and form display settings.

Step 7: Save and Repeat

Repeat the process to add more fields as required.

Common Field Types

• Text (plain or formatted)
• Image
• File/Document
• Number
• Date and Time
• Boolean (Yes/No)
• Reference (Content/User)
• List (Selection)

Final Step

Save your configuration, now you can create and publish content using this content type.

Blog's Images
drupal_create_content_types