- Drupal 8 Quick Start Guide
- J. Ayen Green
- 171字
- 2021-06-10 19:45:31
Understanding content types
A content type is essentially a collection of fields used to hold the various items that together form the whole of the content. In the case of the piece of content that we have been using, it is an example of the Article content type, which is one of the two content types that are present when you first create a new Drupal site, with the other being the Page content type.
If you think of a company's job application, every application contains the same fields for entering information, even though the information differs from one to another. In this example, the job application is a content type. Let's take a look at the Article content type in terms of how Drupal provides it.
To navigate via the admin menu, click Structure. Then, on the next page, click Content types, which will lead to a page that you can also reach via the browser instead at /admin/structure/types, as shown in the following screenshot:
- Unity 2020 By Example
- 信息可視化的藝術:信息可視化在英國
- ASP.NET Core Essentials
- Building a Quadcopter with Arduino
- Mastering Python Networking
- SharePoint Development with the SharePoint Framework
- The Complete Coding Interview Guide in Java
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Learning Docker Networking
- 寫給程序員的Python教程
- Node.js 12實戰
- JQuery風暴:完美用戶體驗
- SignalR:Real-time Application Development(Second Edition)
- PHP項目開發全程實錄(第4版)
- Java高級程序設計