- 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.
推薦閱讀
- Advanced Quantitative Finance with C++
- LaTeX Cookbook
- 程序員面試白皮書
- C#完全自學教程
- Python深度學習
- Neo4j Essentials
- 機器人Python青少年編程開發實例
- WordPress Plugin Development Cookbook(Second Edition)
- Learning OpenStack Networking(Neutron)
- Getting Started with LLVM Core Libraries
- RealSenseTM互動開發實戰
- 時空數據建模及其應用
- OpenCV 3 Blueprints
- Python Digital Forensics Cookbook
- PHP Microservices