friendsoftypo3headless/headless-backendlayouts
最新稳定版本:1.0.2
Composer 安装命令:
composer require friendsoftypo3headless/headless-backendlayouts
包简介
This extension adds a serialized JSON of the TYPO3 backend layout to the TYPO3 headless appearance key
README 文档
README
TYPO3 Extension "headless_backendlayouts"
Adds a serialized JSON of the TYPO3 backend layout to the "EXT:headless" extension appearance key
Requirements
Extension requires TYPO3 in version at least 11.5 and "EXT:headless" ^3.0
TYPO3 Installation
Install extension using composer
composer require friendsoftypo3headless/headless-backendlayouts
and then, include TypoScript template, and you are ready to go.
Example output:
{
...
appearance: {
...
pageContentRows": [
{
"type": "row",
"tag": "header",
"children": [
{
"type": "col",
"name": "Header Content",
"contentColPos": "colPos3",
"colPos": "3",
"colspan": 12,
"tag": null
}
]
},
{
"type": "row",
"tag": null,
"children": [
{
"type": "col",
"name": "Example Content Column",
"contentColPos": "colPos8",
"colPos": "8",
"colspan": 12,
"tag": null
}
]
},
{
"type": "row",
"tag": null,
"children": [
{
"type": "col",
"name": "Example Content Column",
"contentColPos": "",
"colPos": "0",
"colspan": 12,
"tag": null
}
]
},
{
"type": "row",
"tag": "aside",
"children": [
{
"type": "col",
"name": "Example Content Column",
"contentColPos": "colPos9",
"colPos": "9",
"colspan": 12,
"tag": null
}
]
},
{
"type": "row",
"tag": "footer",
"children": [
{
"type": "col",
"name": "Footer Content Left",
"contentColPos": "colPos10",
"colPos": "10",
"colspan": 4,
"tag": null
},
{
"type": "col",
"name": "Footer Content Middle",
"contentColPos": "colPos11",
"colPos": "11",
"colspan": 4,
"tag": null
},
{
"type": "col",
"name": "Footer Content Right",
"contentColPos": "colPos12",
"colPos": "12",
"colspan": 4,
"tag": "div"
}
]
}
]
...
}
Developers involved in the project
统计信息
- 总下载量: 1.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-02-10