- 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.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- UI設(shè)計基礎(chǔ)培訓(xùn)教程
- ClickHouse性能之巔:從架構(gòu)設(shè)計解讀性能之謎
- Java范例大全
- 編寫高質(zhì)量代碼:改善Python程序的91個建議
- C#程序設(shè)計教程
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- 零基礎(chǔ)輕松學(xué)SQL Server 2016
- INSTANT Sinatra Starter
- Python機器學(xué)習算法與應(yīng)用
- Learning D
- Python Social Media Analytics
- KnockoutJS Blueprints
- The Python Apprentice
- Storm Real-Time Processing Cookbook