- 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:
- Mastering AWS Lambda
- 深入淺出Windows API程序設(shè)計:編程基礎(chǔ)篇
- 從0到1:HTML+CSS快速上手
- PhpStorm Cookbook
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實戰(zhàn)全流程詳解(入門與提高篇)
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(1)
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- C語言程序設(shè)計實驗指導(dǎo) (第2版)
- JavaScript應(yīng)用開發(fā)實踐指南
- R語言:邁向大數(shù)據(jù)之路(加強版)
- Java Web開發(fā)基礎(chǔ)與案例教程
- Mapping with ArcGIS Pro
- Java程序設(shè)計及應(yīng)用開發(fā)
- Design Patterns and Best Practices in Java
- HTML5 Canvas核心技術(shù):圖形、動畫與游戲開發(fā)