- Drupal 8 Quick Start Guide
- J. Ayen Green
- 177字
- 2021-06-10 19:45:31
Defining the content type
We'll now take a look at the content type definition. To start, rather than click on the default choice of Manage fields, click the arrow next to that and select Edit:
Let's take a brief look at the settings in the preceding form:
- Name: This is the plain language name that the content type will be identified with. In this case, this is Article. To the right of this human-readable name is what is referred to as the Machine name, which is the internal name. This is generated automatically by Drupal, and is usually the lowercase version of the name, with multiple words having spaces replaced by an underscore.
- Description: This is a place to describe the purpose of the content type and, perhaps, rules of its usage. The descriptive text entered here will be displayed along with the content type name when given a list of available content types to choose from when creating content.
Following these two fields is a series of vertical tabs that provide additional configuration items.
推薦閱讀
- Learning Cython Programming
- C語言程序設計立體化案例教程
- The Computer Vision Workshop
- Learn React with TypeScript 3
- Statistical Application Development with R and Python(Second Edition)
- Odoo 10 Implementation Cookbook
- 深入實踐Kotlin元編程
- 零基礎學Scratch 3.0編程
- CryENGINE Game Programming with C++,C#,and Lua
- React and React Native
- 優化驅動的設計方法
- Linux Networking Cookbook
- Unity虛擬現實開發圣典
- Python算法交易實戰
- Real-time Analytics with Storm and Cassandra