Fix the code snippet in the rst file.
Change-Id: Id6142a78bfc7cdfe4ffded78230079b49a4c0a63
Resolves: #61903
Releases: master
Reviewed-on: http://review.typo3.org/42006
Reviewed-by: Josef Glatz <jousch@gmail.com>
Tested-by: Josef Glatz <jousch@gmail.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
.. code-block:: typoscript
-mod {
- web_layout {
- BackendLayouts {
- exampleKey {
- title = Example
- config {
- backend_layout {
- colCount = 1
- rowCount = 2
- rows {
- 1 {
- columns {
- 1 {
- name = LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:colPos.I.3
- colPos = 3
- colspan = 1
+ mod {
+ web_layout {
+ BackendLayouts {
+ exampleKey {
+ title = Example
+ config {
+ backend_layout {
+ colCount = 1
+ rowCount = 2
+ rows {
+ 1 {
+ columns {
+ 1 {
+ name = LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:colPos.I.3
+ colPos = 3
+ colspan = 1
+ }
}
}
- }
- 2 {
- columns {
- 1 {
- name = Main
- colPos = 0
- colspan = 1
+ 2 {
+ columns {
+ 1 {
+ name = Main
+ colPos = 0
+ colspan = 1
+ }
}
}
}
}
}
+ icon = EXT:example_extension/Resources/Public/Images/BackendLayouts/default.gif
}
- icon = EXT:example_extension/Resources/Public/Images/BackendLayouts/default.gif
}
}
}
-}