- Drupal 8 Blueprints
- Alex Burrows
- 159字
- 2021-07-03 00:03:27
Using blocks a brief overview
One of the cool things about Drupal is that we can control blocks of content from a UI. In our theme layout, we have the regions; these are what tells Drupal Hey I'm a place for content, so let me show in the UI. Regions allow us to place blocks of content inside it. We have various ways to create blocks.
In the previous versions of Drupal, we could only add block name, title, and content by default, this then had the ability to set certain settings on how it would display.
However, in Drupal 8, blocks are an entity type and with this come bundles. This means that we can now create custom block types and use the Field UI to add custom fields, and you guessed it, with that, we can organize our layout using Manage display; in Drupal 7, we had to use Block Entities Are Nodes (BEAN)--https://drupal.org/project/bean.
- Maven Build Customization
- 動手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- C/C++算法從菜鳥到達人
- 新編Premiere Pro CC從入門到精通
- Flux Architecture
- Hands-On Enterprise Automation with Python.
- Spring Boot企業(yè)級項目開發(fā)實戰(zhàn)
- Mastering JavaScript Design Patterns(Second Edition)
- Node.js開發(fā)指南
- 多模態(tài)數(shù)據(jù)分析:AGI時代的數(shù)據(jù)分析方法與實踐
- PHP與MySQL權(quán)威指南
- Python大規(guī)模機器學(xué)習(xí)
- Instant GLEW
- 企業(yè)級Java現(xiàn)代化:寫給開發(fā)者的云原生簡明指南
- Go語言高級編程(第2版)