feat(dashboard): Add forms for edit and create product options (#6907)

This commit is contained in:
Kasper Fabricius Kristensen
2024-04-04 18:14:05 +02:00
committed by GitHub
parent fd3fc1384b
commit 880bbbd4af
14 changed files with 252 additions and 56 deletions
@@ -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": {