Drupal 8 Theming with Twig
上QQ阅读APP看书,第一时间看更新

Exploring the Appearance interface

The Appearance interface in Drupal 8 can be located by clicking on the Manage menu item from the administrative toolbar and then by choosing the Appearance link. We can also directly navigate to the Appearance interface by entering the address of /admin/appearance in our browser.

The Appearance interface allows us to work with themes in Drupal, that is, anything from installing, uninstalling, and configuring the default theme for our website. We will be exploring the various functions within this section starting with taking a look at the default themes that Drupal 8 ships with.