- Drupal 8 Blueprints
- Alex Burrows
- 169字
- 2021-07-03 00:03:23
blueprint.info.yml
name: Blueprint
description: Bespoke theme for Drupal 8 Blueprints
type: theme
core: 8.x
base theme: bootstrap
# Regions
What this does is to tell Drupal: Hey I'm a new theme, this is what I do. It's set out like this:
- Name: This is what we are calling our theme, following the same name we have given to our themes directory.
- Description: This is a simple description of the theme, and it shows in the Drupal admin interface.
- Type: This is saying that this is for a theme; if it was for a module, it would be module instead.
- Core: As this is for Drupal 8, we need to specify that it is for Drupal 8.x.
- Base theme: We are leveraging our theme files, styles, JavaScript, and templates off of the bootstrap library. This, of course, can be based on any other theme.
Now that we have done this, we are ready to start making a Drupal site and add it to our custom blueprint theme later on.
推薦閱讀
- Progressive Web Apps with React
- MySQL數據庫應用與管理 第2版
- arc42 by Example
- C語言程序設計
- Java深入解析:透析Java本質的36個話題
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Building Serverless Applications with Python
- Python從入門到精通
- PHP編程基礎與實踐教程
- 區塊鏈項目開發指南
- Zabbix Performance Tuning
- 現代CPU性能分析與優化
- 例說FPGA:可直接用于工程項目的第一手經驗
- Mastering Responsive Web Design
- Mathematica Data Visualization