Skip to content

Commit c841625

Browse files
vishalshrm539Vishal
andauthored
Mod/tor/task 1646397 release24.1 (#376)
* Add missing config-ext files * Undo sdk-config.json change --------- Co-authored-by: Vishal <[email protected]>
1 parent dfc4309 commit c841625

File tree

5 files changed

+45
-0
lines changed

5 files changed

+45
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Phone",
3+
"label": "Phone",
4+
"description": "Phone",
5+
"type": "Field",
6+
"subtype": "DATA_CAPTURE",
7+
"properties": []
8+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "RichText",
3+
"label": "Rich text editor",
4+
"description": "Text (paragraph)",
5+
"type": "Field",
6+
"subtype": "Text-Paragraph",
7+
"icon": "images/pz-text-area-active.svg",
8+
"properties": [],
9+
"defaultConfig": {}
10+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "BannerPage",
3+
"label": "Banner",
4+
"description": "Banner Page Template",
5+
"type": "Template",
6+
"subtype": "PAGE",
7+
"icon": "BannerPage.svg",
8+
"properties": []
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "InlineDashboardPage",
3+
"label": "Inline Dashboard",
4+
"description": "Inline Dashboard Page Template",
5+
"type": "Template",
6+
"subtype": "PAGE",
7+
"icon": "InlineDashboardPage.svg",
8+
"properties": []
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "QuickCreate",
3+
"label": "Quick create",
4+
"description": "Quick create widget",
5+
"type": "Widget",
6+
"subtype": "PAGE",
7+
"properties": [],
8+
"defaultConfig": {}
9+
}

0 commit comments

Comments
 (0)