Skip to content

Commit

Permalink
fix: update analytics template asset version (#555)
Browse files Browse the repository at this point in the history
* fix: update analytics template asset version

* chore: newlines
  • Loading branch information
smithgp committed May 11, 2023
1 parent 713f216 commit 3b9ad0a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"dimensions": []
},
"state": {
"dataSourceLinks": [],
"dataSourceLinksInfo": {
"enableAutomaticLinking": false,
"excludeRelationships": [],
"links": []
},
"filters": [],
"gridLayouts": [
{
Expand Down Expand Up @@ -69,12 +73,24 @@
"text_1": {
"parameters": {
"content": {
"displayTemplate": "<%= templateName %> Analytics Dashboard"
"richTextContent": [
{
"attributes": {
"size": "48px",
"color": "rgb(9, 26, 62)"
},
"insert": "<%= templateName %> Analytics Dashboard"
},
{
"attributes": {
"align": "center"
},
"insert": "\n"
}
]
},
"fontSize": 48,
"showActionMenu": true,
"textAlignment": "center",
"textColor": "rgb(9, 26, 62)"
"interactions": [],
"showActionMenu": true
},
"type": "text"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"label": "<%= templateName %>",
"name": "<%= templateName %>",
"description": "",
"assetVersion": 49.0,
"assetVersion": 57.0,
"variableDefinition": "variables.json",
"uiDefinition": "ui.json",
"rules": [
Expand Down

0 comments on commit 3b9ad0a

Please sign in to comment.