- Drupal 8 Blueprints
- Alex Burrows
- 276字
- 2021-07-03 00:03:24
Creating our fields
Now that we have our Post content type created, we need to add the fields we want to use:

Fig 1.3: Adding fields to content type
In Fig 1.3, we can see the layout for adding fields to our content type; we can see that there is already a field called Body, which is created by default; the field UI is split into four columns:
- LABEL: This is our user-friendly label; when we enter our label, this generates the machine name.
- MACHINE NAME: This is the unique name for the field; fields can be reused throughout Drupal, but only one per content type. If we create a field called subtitle, it will generate the machine name as field_subtitle; we can, however, override this to name it how we want.
- FIELD TYPE: There are various types of fields (text, list, autocomplete, and so on), which are created by plugins, but for now these are the ones we have in Drupal core.
- OPERATIONS: These are the features of the field.
- Edit: This allows us to edit the basic settings for the field, including label, help text, default value, and any other configuration that is required for the field.
- Storage settings (Field settings): This allows us to set the number of fields we require for this field.
Now that we have a basic understanding of the field system, let's move ahead and create our fields. We do, however, need to categorize the posts after we have created our basic fields so that we get an understanding of what happens; we will then add the categories known in Drupal as taxonomy.
推薦閱讀
- 精通搜索分析
- 機器人Python青少年編程開發實例
- Nginx Essentials
- Reactive Android Programming
- Selenium Testing Tools Cookbook(Second Edition)
- 深度學習:Java語言實現
- 利用Python進行數據分析
- C/C++數據結構與算法速學速用大辭典
- Raspberry Pi Robotic Projects(Third Edition)
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Java EE項目應用開發
- Sitecore Cookbook for Developers
- Jakarta EE Cookbook
- MySQL數據庫教程(視頻指導版)
- Java Script從入門到精通(第5版)