- 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.
- Python概率統計
- Java入門很輕松(微課超值版)
- Reactive Programming with Swift
- Visual Basic程序設計教程
- Flux Architecture
- 單片機應用與調試項目教程(C語言版)
- D3.js 4.x Data Visualization(Third Edition)
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Hadoop大數據分析技術
- PyQt編程快速上手
- Python預測之美:數據分析與算法實戰(雙色)
- Python數據可視化之matplotlib實踐
- Learning iOS Penetration Testing
- Java程序性能優化實戰
- 前端Serverless:面向全棧的無服務器架構實戰