- Drupal 8 Module Development
- Daniel Sipos
- 140字
- 2021-07-02 12:22:32
Introducing Drupal (for developers)
Out of the box, Drupal traditionally has all the standard functions of a web-based content management system:
- Visitors can view published information on the site, navigate through menus, view listings, and individual pages and so on
- Users can create accounts and leave comments
- Administrators can manage the site configuration and control the permissions of users
- Editors can create, preview, and then publish content when it is ready
- Content can be syndicated to RSS, where feed readers can pick up new articles as they are published
- With several built-in themes, even the look and feel of the site can be easily changed
However, Drupal 8 improved on these and introduced some more powerful capabilities. For example, advanced multilingual support, content moderation, layout building, REST API and many other features are now available out of the box.
推薦閱讀
- Mastering Visual Studio 2017
- Python 深度學習
- Python程序設計(第3版)
- R語言游戲數據分析與挖掘
- C語言程序設計
- PhpStorm Cookbook
- Node.js:來一打 C++ 擴展
- Apache Camel Developer's Cookbook
- 跟戴銘學iOS編程:理順核心知識點
- SQL Server 2014數據庫設計與開發教程(微課版)
- C++面向對象程序設計教程
- WordPress 3.7 Complete(Third Edition)
- D Cookbook
- JSP程序設計實訓與案例教程(第2版)
- Unity 4.x Game Development by Example Beginner's Guide