- Drupal 8 Blueprints
- Alex Burrows
- 185字
- 2021-07-03 00:03:26
Adding more fields
Moving back to our content type, let's incorporate the taxonomy vocabulary we have just created.
We need to go to the Manage fields tab inside the Post content type. Once here, we need to add our new field. Let's do that now. Click on + Add field; once again, this will redirect us to a field settings page. For this field, we need to select Reference | Taxonomy term. So now, we need to fill in the Label; let's call this Post category. Once this is done, click on Save field settings; now we can fill in our settings for this field.
Leave everything as it is, but under Reference method, there is a checkbox labelled Create referenced entities if they don't already exist, which basically allows any term that's typed but doesn't already exist to be created. Pretty cool, eh?
Directly beneath that, we have checkboxes for our various vocabularies, as we can see here in Fig 1.11:

Now that we have done this, let's save our field and go to create our first post!
- Learning Selenium Testing Tools with Python
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Java深入解析:透析Java本質的36個話題
- C語言從入門到精通(第4版)
- Reactive Programming With Java 9
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Selenium Testing Tools Cookbook(Second Edition)
- Web Developer's Reference Guide
- 并行編程方法與優化實踐
- Django Design Patterns and Best Practices
- Moodle 3 Administration(Third Edition)
- Kotlin語言實例精解
- JavaScript高級程序設計(第4版)
- Python 3.6從入門到精通(視頻教學版)
- 前端程序員面試筆試真題與解析