- Drupal 8 Configuration Management
- Stefan Borchert Anja Schirwinski
- 104字
- 2021-07-23 20:02:34
So what is configuration in Drupal terms?
In Drupal, configuration includes topics such as content types, fields, menus, or text formats. Creating or changing a configuration on a live site poses a high risk and makes changes untraceable. Questions such as who made a change, and when and why it was made, cannot be answered.
Up until Drupal 7, Drupal had all configuration stored in the database. By Drupal 7, most professional Drupal developers kept track of their configuration changes by exporting them to code, the most popular option being the Features module, and version-controlling it with a version control system such as Git.
推薦閱讀
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Implementing Modern DevOps
- 基于粒計算模型的圖像處理
- Learning Linux Binary Analysis
- NumPy Essentials
- Hands-On Automation Testing with Java for Beginners
- TypeScript 2.x By Example
- C語言程序設計教程
- Distributed Computing with Python
- JavaScript高級程序設計(第4版)
- JavaScript實戰-JavaScript、jQuery、HTML5、Node.js實例大全(第2版)
- INSTANT SASS CSS How-to
- Odoo Development Cookbook
- Web前端開發技術:HTML、CSS、JavaScript(第2版)