- 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.
推薦閱讀
- Web程序設計及應用
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- MySQL 8從入門到精通(視頻教學版)
- 基于Swift語言的iOS App 商業實戰教程
- Learning Three.js:The JavaScript 3D Library for WebGL
- Highcharts Cookbook
- ASP.NET Core 2 Fundamentals
- Windows Phone 7.5:Building Location-aware Applications
- Windows內核編程
- Android應用案例開發大全(第二版)
- INSTANT Yii 1.1 Application Development Starter
- Getting Started with Python and Raspberry Pi
- Deep Learning for Natural Language Processing
- JavaWeb從入門到精通(視頻實戰版)
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT