Update concepts.md
Updated default regions
This commit is contained in:
+2
-1
@@ -23,6 +23,7 @@ The layout of a CMS web page has predefined area called **regions**. The Eiffel
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
```
|
||||||
regions[page_top] = Top
|
regions[page_top] = Top
|
||||||
regions[header] = Header
|
regions[header] = Header
|
||||||
regions[content] = Content
|
regions[content] = Content
|
||||||
@@ -32,7 +33,7 @@ regions[footer] = Footer
|
|||||||
regions[first_sidebar] = first sidebar
|
regions[first_sidebar] = first sidebar
|
||||||
regions[second_sidebar] = second sidebar
|
regions[second_sidebar] = second sidebar
|
||||||
regions[page_bottom] = Bottom
|
regions[page_bottom] = Bottom
|
||||||
|
```
|
||||||
|
|
||||||
**Regions Hold Blocks**
|
**Regions Hold Blocks**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user