- 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.
推薦閱讀
- Mastering OpenLayers 3
- PowerCLI Cookbook
- Learning SQLite for iOS
- PostgreSQL 11從入門到精通(視頻教學版)
- 軟件品質之完美管理:實戰經典
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- 算法秘籍
- Python應用開發技術
- Java EE輕量級解決方案:S2SH
- Mastering ArcGIS Server Development with JavaScript
- React.js實戰
- JSP應用與開發技術(第3版)
- Pandas入門與實戰應用:基于Python的數據分析與處理
- WordPress 3.7 Complete(Third Edition)