Position zum Einfügen
{ "sap.ui5": {
"routing": {
"targets": {
"UsersObjectPage": {
"options": {
"settings": {
Einzufügen
"content": {
"body": {
"sections": {
"customSection": {
"template": "myns.fpm4fe.ext.view.NewSection",
"title": "{i18n>customSection}",
"position": {
"placement": "Before",
"anchor": "TasksToDo"
}
}
}
}
},
Ergebnis
"UsersObjectPage": {
"type": "Component",
"id": "UsersObjectPage",
"name": "sap.fe.templates.ObjectPage",
"options": {
"settings": {
"content": {
"body": {
"sections": {
"customSection": {
"template": "myns.fpm4fe.ext.view.NewSection",
"title": "{i18n>customSection}",
"position": {
"placement": "Before",
"anchor": "TasksToDo"
}
}
}
}
},
"editableHeaderContent": false,
"contextPath": "/Users",
"navigation": {
"_TasksToDo": {
"detail": {
"route": "TasksObjectPage"
}
...