- 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.
- Mastering Entity Framework Core 2.0
- Intel Galileo Essentials
- Oracle Exadata性能優化
- Arduino by Example
- Mastering Scientific Computing with R
- 深度強化學習算法與實踐:基于PyTorch的實現
- Kinect for Windows SDK Programming Guide
- 軟件測試技術指南
- Python編程從0到1(視頻教學版)
- Java EE 8 Application Development
- SQL Server與JSP動態網站開發
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Swift 4從零到精通iOS開發
- .NET 4.5 Parallel Extensions Cookbook
- Java程序設計基礎(第6版)