@commercetools-frontend-extensions/export-resources-modal 3.4.3-next.1 → 3.5.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +131 -264
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +129 -262
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +129 -259
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -86,7 +86,7 @@ import { ExportResourcesModal } from '@commercetools-frontend-extensions/export-
|
|
|
86
86
|
type:{
|
|
87
87
|
key: 'book-category-attributes',
|
|
88
88
|
label: 'Book category attributes',
|
|
89
|
-
}
|
|
89
|
+
},
|
|
90
90
|
fields: [
|
|
91
91
|
{
|
|
92
92
|
name: 'genre',
|
|
@@ -155,7 +155,7 @@ import { ExportResourcesModal } from '@commercetools-frontend-extensions/export-
|
|
|
155
155
|
type:{
|
|
156
156
|
key: 'general-category-attributes',
|
|
157
157
|
label: 'General category attributes',
|
|
158
|
-
}
|
|
158
|
+
},
|
|
159
159
|
fields: [
|
|
160
160
|
{
|
|
161
161
|
name: 'season',
|
|
@@ -171,7 +171,7 @@ import { ExportResourcesModal } from '@commercetools-frontend-extensions/export-
|
|
|
171
171
|
type:{
|
|
172
172
|
key: 'book-category-attributes',
|
|
173
173
|
label: 'Book category attributes',
|
|
174
|
-
}
|
|
174
|
+
},
|
|
175
175
|
fields: [
|
|
176
176
|
{
|
|
177
177
|
name: 'genre',
|