Hello, I am trying to enrich the Model Info UI.
From the specification, it says I could place additional information through web service calls.
However, I am just able to put them below the Project & Site Details.
even I tweaked to with a "position" as "top"
{
"items": [
{
"key": "Project FM ID",
"value": "Test",
"position": "top"
},
{
"key": "Total maintenance hours",
"value": "9999999.8 h",
"position": "top"
}
]
}