@salesforce/templates
Version:
Salesforce JS library for templates
100 lines (99 loc) • 2.35 kB
JSON
{
"name": "<%= templateName %>Dashboard_tp",
"label": "<%= templateName %>Dashboard",
"description": "<%= templateName %> dashboard",
"folder": {
"id": "${App.Folder.Id}"
},
"dateVersion": 1,
"mobileDisabled": false,
"xmd": {
"measures": [],
"derivedDimensions": [],
"organizations": [],
"showDetailsDefaultFields": [],
"dates": [],
"derivedMeasures": [],
"dimensions": []
},
"state": {
"dataSourceLinksInfo": {
"enableAutomaticLinking": false,
"excludeRelationships": [],
"links": []
},
"filters": [],
"gridLayouts": [
{
"name": "Default",
"numColumns": 12,
"pages": [
{
"label": "Untitled",
"name": "c07278f3-c01f-4fd6-9139-3878a548f264",
"navigationHidden": false,
"widgets": [
{
"colspan": 8,
"column": 0,
"name": "text_1",
"row": 0,
"rowspan": 13,
"widgetStyle": {
"borderEdges": []
}
}
]
}
],
"rowHeight": "normal",
"selectors": [],
"style": {
"alignmentX": "left",
"alignmentY": "top",
"backgroundColor": "#F2F6FA",
"cellSpacingX": 8,
"cellSpacingY": 8,
"fit": "original",
"gutterColor": "#C5D3E0"
},
"version": 1.0
}
],
"layouts": [],
"steps": {},
"widgetStyle": {
"backgroundColor": "#FFFFFF",
"borderColor": "#E6ECF2",
"borderEdges": [],
"borderRadius": 0,
"borderWidth": 1
},
"widgets": {
"text_1": {
"parameters": {
"content": {
"richTextContent": [
{
"attributes": {
"size": "48px",
"color": "rgb(9, 26, 62)"
},
"insert": "<%= templateName %> Analytics Dashboard"
},
{
"attributes": {
"align": "center"
},
"insert": "\n"
}
]
},
"interactions": [],
"showActionMenu": true
},
"type": "text"
}
}
}
}