- Drupal 8 Blueprints
- Alex Burrows
- 387字
- 2021-07-03 00:03:24
Creating the Post content type
In Drupal, we use the terminology of entity, and we have bundles inside an entity. As part of the Drupal core functionality, we have content types, which is in fact an entity type and therefore the Post content type is a bundle.
So, now that we are familiar with some basic Drupal terminology, let's move on to creating our Post content type.
If you use the menu at the top and click on Manage | Structure | Content Types, you will be taken to the Admin page for Content types:

By default, we have two content types in a standard Drupal installation (Basic page and Article). Article is pretty much a Post content type; however, for this, we shall ignore this and create our own content type entirely from scratch.
To create a new content type, click on + Add content type:

On this page, we are presented with some fields, which we use to set up how a content type works.
So, let's add the information for these fields:
- Name: Post
- Description: Create a new post to display
- Menu settings: Uncheck all available menus
Click on Save and manage fields, and we have now started our Post content type.
The content type is split into four tabs:
- Edit: This allows for the settings we just added to be modified; however, you cannot change the machine name once the content type is created.
- Manage fields: This allows us to add/edit/remove fields from the content type. In the previous versions of Drupal, you could move the fields up and down to order how they appear on the form. This is no longer the case and appears under the Manage form display tab.
- Manage form display: This allows for the fields to be reordered and the formats to be amended for this page. This won't affect the Manage display tab. It will only be visible to any user who has permission to add, edit, or delete.
- Manage display: This allows the fields to be reordered for how they will appear on the display. It will affect the output of how the fields are displayed on the page.
- Delphi程序設計基礎:教程、實驗、習題
- WebAssembly實戰
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Java技術手冊(原書第7版)
- Java游戲服務器架構實戰
- 深入淺出Windows API程序設計:編程基礎篇
- Java Web基礎與實例教程
- Learning Laravel 4 Application Development
- STM32F0實戰:基于HAL庫開發
- Highcharts Cookbook
- SQL Server實例教程(2008版)
- ASP.NET Core and Angular 2
- C語言程序設計實驗指導
- Web前端開發技術實踐指導教程
- Leaflet.js Essentials