- 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.
- Learning Neo4j
- Learning ROS for Robotics Programming(Second Edition)
- C語言程序設計案例教程(第2版)
- 移動UI設計(微課版)
- 精通Scrapy網絡爬蟲
- 零基礎學Java(第4版)
- Learning Three.js:The JavaScript 3D Library for WebGL
- 飛槳PaddlePaddle深度學習實戰
- Symfony2 Essentials
- Mastering JavaScript High Performance
- 微服務架構深度解析:原理、實踐與進階
- OpenCV with Python By Example
- MATLAB GUI純代碼編寫從入門到實戰
- Visual C++從入門到精通(第2版)
- Java高手是怎樣煉成的:原理、方法與實踐