fix: fieldtype json -> text
This commit is contained in:
parent
19c4b396ae
commit
78dc9fc9ac
2 changed files with 4 additions and 4 deletions
|
|
@ -106,7 +106,7 @@
|
|||
{
|
||||
"depends_on": "is_ui_tour",
|
||||
"fieldname": "page_route",
|
||||
"fieldtype": "JSON",
|
||||
"fieldtype": "Small Text",
|
||||
"hidden": 1,
|
||||
"label": "Page Route"
|
||||
},
|
||||
|
|
@ -179,7 +179,7 @@
|
|||
],
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2023-05-23 11:35:14.195031",
|
||||
"modified": "2023-05-24 12:05:25.223405",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Desk",
|
||||
"name": "Form Tour",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"default": "\"[]\"",
|
||||
"fieldname": "onboarding_tours",
|
||||
"fieldtype": "JSON",
|
||||
"fieldtype": "Small Text",
|
||||
"hidden": 1,
|
||||
"label": "Onboarding Tours"
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
"index_web_pages_for_search": 1,
|
||||
"issingle": 1,
|
||||
"links": [],
|
||||
"modified": "2023-05-17 16:45:21.362524",
|
||||
"modified": "2023-05-24 12:05:52.676242",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Desk",
|
||||
"name": "Form Tour Settings",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue