GM - Record Layout (LWC)
(gmpkg:RecordLayoutLWCComponent)
Documentation
Specification
{
"density": "comfy",
"sections": [
{
"name": "contactInformation",
"label": "Contact Information",
"variant": "header-hidden",
"active": "always",
"cols": 1,
"rows": [
[
{
"apiName": "Name",
"variant": "label-hidden",
"style": {
"label": "font-size:large;color:red",
"value": "font-size:large;text-align:center;color:green",
"border": "none"
}
}
],
[
{
"apiName": "gmpkg__Image_Test__c",
"variant": "label-hidden",
"style": {
"value": "text-align:center",
"border": "none"
}
}
]
]
}
]
}API Reference
Last updated
Was this helpful?