Adding Regions to your Dreamweaver Page Design Template
Add markup for Regions to the Template Building Block that is your Dreamweaver Template for Page Design, for example, Default Dreamweaver Page Design.
Before you begin
The Template Building Blocks that you modify for this task must be in a Template in which they are preceded by an Extract Components from Regions default Template Building Block.
Procedure
What to do next
With the Regions defined in your Dreamweaver Template, the Regions are now visible in Experience Manager, and Component Presentations can be dragged and dropped into them. But without further action, the Regions are unconstrained, allowing unlimited numbers of Component Presentations, based on any Schema and rendered with any Component Template.
Start Region markup tag to be updated, so that in the actual webpage, it looks, for example, like this:
<!-- Start Region: {title: "SupportLinks", path: "Sidebar\\SupportLinks", allowedComponentTypes: [{schema: "tcm:13-846-8", template: "tcm:13-899-32"}], minOccurs: 0, maxOccurs: 6} -->
This updated markup specifies that there can be at most 6 Component Presentations in the Region, that their Components must be based on one specific Schema only, and that they must have been rendered with one specific Component Template only.