- Drupal 8 Configuration Management
- Stefan Borchert Anja Schirwinski
- 193字
- 2021-07-23 20:02:36
An introduction to Configuration Management
The general definition of the term "Configuration Management" is somewhat different from the definition of Configuration Management in Drupal 8. To make things easier, we will focus on explaining what Configuration Management is in Drupal terms.
Configuration Management in Drupal 8 aims at making configuration manageable across different environments by allowing us to store configuration in files instead of the database.
Let's start by defining what configuration is, and what other types of information exist in Drupal 8.
Configuration
Configuration is the information about your site that is not content and is meant to be more permanent, such as the name of your site, the content types, fields, and views you have defined.
Content
Content is the information meant to be displayed on your site, such as articles, basic pages, images, files, and so on.
- ExtGWT Rich Internet Application Cookbook
- Offer來了:Java面試核心知識點(diǎn)精講(原理篇)
- Internet of Things with Intel Galileo
- 深度學(xué)習(xí):算法入門與Keras編程實(shí)踐
- Scientific Computing with Scala
- NGINX Cookbook
- Tableau 10 Bootcamp
- Solr Cookbook(Third Edition)
- Android移動開發(fā)案例教程:基于Android Studio開發(fā)環(huán)境
- Machine Learning With Go
- Learning Concurrency in Python
- 安卓工程師教你玩轉(zhuǎn)Android
- Swift High Performance
- Bitcoin Essentials
- HTML5+jQuery Mobile移動應(yīng)用開發(fā)