Dashboard Migrations: v26 text2 to text (#108646)

---------

Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
This commit is contained in:
Haris Rozajac
2025-08-06 11:00:48 -06:00
committed by GitHub
parent d24e4f984e
commit 1b244cd036
5 changed files with 311 additions and 1 deletions
@@ -0,0 +1,31 @@
{
"schemaVersion": 25,
"panels": [
{
"id": 1,
"type": "text2",
"title": "Text2 Panel"
},
{
"id": 2,
"type": "text",
"title": "Angular Text Panel",
"content": "# Angular Text Panel\n# $constant\n\nFor markdown syntax help: [commonmark.org/help](https://commonmark.org/help/)\n\n## $text\n\n",
"mode": "markdown"
},
{
"id": 3,
"type": "text2",
"title": "React Text Panel from Angular Panel",
"options": {
"mode": "markdown",
"content": "# React Text Panel from Angular Panel\n# $constant\n\nFor markdown syntax help: [commonmark.org/help](https://commonmark.org/help/)\n\n## $text\n\n",
"angular": {
"content": "# React Text Panel from Angular Panel\n# $constant\n\nFor markdown syntax help: [commonmark.org/help](https://commonmark.org/help/)\n\n## $text\n\n",
"mode": "markdown",
"options": {}
}
}
}
]
}