Skip to content

Commit

Permalink
migration update
Browse files Browse the repository at this point in the history
  • Loading branch information
dilmaheurope committed Nov 6, 2023
1 parent 7f78747 commit b0d8199
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/api/product-variant/content-types/product-variant/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,22 @@
"localized": false
}
}
},
"is_tea_bag": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "boolean"
},
"is_tea_bag_subvariant": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "boolean"
}
}
}

0 comments on commit b0d8199

Please sign in to comment.