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