Revert default.json
This commit is contained in:
parent
511e873beb
commit
47a3ea0077
|
@ -16,7 +16,6 @@
|
|||
},
|
||||
"variable": {
|
||||
"name": "Variable Product with Three Attributes",
|
||||
"type": "variable",
|
||||
"defaultAttributes": [
|
||||
{
|
||||
"id": 0,
|
||||
|
@ -33,8 +32,8 @@
|
|||
{
|
||||
"id": 0,
|
||||
"name": "Colour",
|
||||
"visible": true,
|
||||
"variation": true,
|
||||
"isVisibleOnProductPage": true,
|
||||
"isForVariations": true,
|
||||
"options": [
|
||||
"Red",
|
||||
"Green",
|
||||
|
@ -45,8 +44,8 @@
|
|||
{
|
||||
"id": 0,
|
||||
"name": "Size",
|
||||
"visible": true,
|
||||
"variation": true,
|
||||
"isVisibleOnProductPage": true,
|
||||
"isForVariations": true,
|
||||
"options": [
|
||||
"Small",
|
||||
"Medium",
|
||||
|
@ -57,8 +56,8 @@
|
|||
{
|
||||
"id": 0,
|
||||
"name": "Logo",
|
||||
"visible": true,
|
||||
"variation": true,
|
||||
"isVisibleOnProductPage": true,
|
||||
"isForVariations": true,
|
||||
"options": [
|
||||
"Woo",
|
||||
"WordPress"
|
||||
|
|
Loading…
Reference in New Issue