- Drupal 8 Development Cookbook(Second Edition)
- Matt Glaman
- 89字
- 2025-04-04 18:20:51
Creating a custom content type
Drupal excels in the realm of content management by allowing different types of content. In this recipe, we will walk you through creating a custom content type. We will create a Services type that has some basic fields and would be used in a scenario that brings attention to a company's provided services.
You will also learn how to add fields to a content type in this recipe, which generally goes hand in hand with making a new content type on a Drupal site.