fix(dashboard): Allow using enter key to create newline in Textarea (#9913)
* fix(dashboard):Allow using enter key to create newline in Textarea * update scheam file
This commit is contained in:
@@ -1555,6 +1555,26 @@
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"edit": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"header": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"successToast": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"header",
|
||||
"description",
|
||||
"successToast"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"create": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -1894,9 +1914,6 @@
|
||||
"attributes": {
|
||||
"type": "string"
|
||||
},
|
||||
"editProduct": {
|
||||
"type": "string"
|
||||
},
|
||||
"editAttributes": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -2667,13 +2684,13 @@
|
||||
"required": [
|
||||
"domain",
|
||||
"list",
|
||||
"edit",
|
||||
"create",
|
||||
"export",
|
||||
"import",
|
||||
"deleteWarning",
|
||||
"variants",
|
||||
"attributes",
|
||||
"editProduct",
|
||||
"editAttributes",
|
||||
"editOptions",
|
||||
"editPrices",
|
||||
|
||||
@@ -380,6 +380,11 @@
|
||||
"list": {
|
||||
"noRecordsMessage": "Create your first product to start selling."
|
||||
},
|
||||
"edit": {
|
||||
"header": "Edit Product",
|
||||
"description": "Edit the product details.",
|
||||
"successToast": "Product {{title}} was successfully updated."
|
||||
},
|
||||
"create": {
|
||||
"header": "General",
|
||||
"tabs": {
|
||||
@@ -462,7 +467,6 @@
|
||||
"deleteWarning": "You are about to delete the product {{title}}. This action cannot be undone.",
|
||||
"variants": "Variants",
|
||||
"attributes": "Attributes",
|
||||
"editProduct": "Edit Product",
|
||||
"editAttributes": "Edit Attributes",
|
||||
"editOptions": "Edit Options",
|
||||
"editPrices": "Edit prices",
|
||||
|
||||
Reference in New Issue
Block a user