How is a Drupal Cloud page organized?
Answer:
There are several things to consider in answering this question. Theme, region and block are defined in the Drupal Terms article.
- Each page is divided into regions, which are determined by the theme.
- A region is an area with boundaries and a location into which you place content in the form of blocks.
- A region with no content assigned will not appear on the page.
- Many regions already have blocks assigned to them.
- Blocks may be moved from region to region.
- Blocks may be formatted individually using the CSS Injector.
- Blocks may be set to appear on some pages and not others (e.g., the Content Management block appears only when you are logged in).
To see the region map for your current layout:
- Log in as administrator.
- In the administrator menu click Structure, then Blocks.
- Click Demonstrate block regions.
- Here is the layout of regions for the MIT Adaptive theme.
- Click Exit block region demonstration to close this screen.