feat(dashboard): Add forms for edit and create product options (#6907)
This commit is contained in:
@@ -154,7 +154,6 @@
|
||||
"editAttributes": "Edit Attributes",
|
||||
"organization": "Organize",
|
||||
"editOrganization": "Edit Organization",
|
||||
"options": "Options",
|
||||
"editOptions": "Edit Options",
|
||||
"media": {
|
||||
"label": "Media",
|
||||
@@ -250,6 +249,15 @@
|
||||
"allowBackordersLabel": "Allow backorders",
|
||||
"allowBackordersHint": "When enabled the variant can be sold even if the inventory level is below zero."
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"header": "Options",
|
||||
"edit": {
|
||||
"header": "Edit Option"
|
||||
},
|
||||
"create": {
|
||||
"header": "Create Option"
|
||||
}
|
||||
}
|
||||
},
|
||||
"collections": {
|
||||
|
||||
Reference in New Issue
Block a user