@micromag/media-gallery 0.3.535 → 0.3.537
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/es/index.js +3 -2
- package/lib/index.js +3 -2
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -185,6 +185,7 @@ var defaultFields = [{
|
|
|
185
185
|
valueIsOption: true,
|
|
186
186
|
multiple: true,
|
|
187
187
|
paginated: false
|
|
188
|
+
// creatable: true, // TODO
|
|
188
189
|
}]
|
|
189
190
|
}, {
|
|
190
191
|
id: 'info',
|
|
@@ -355,7 +356,7 @@ function filters() {
|
|
|
355
356
|
"value": "Authors"
|
|
356
357
|
}]
|
|
357
358
|
}),
|
|
358
|
-
requestUrl: route('medias.authors') || '/
|
|
359
|
+
requestUrl: route('medias.authors') || '/medias/authors',
|
|
359
360
|
itemLabelPath: 'name',
|
|
360
361
|
itemValuePath: 'id',
|
|
361
362
|
multiple: true,
|
|
@@ -371,7 +372,7 @@ function filters() {
|
|
|
371
372
|
"value": "Tags"
|
|
372
373
|
}]
|
|
373
374
|
}),
|
|
374
|
-
requestUrl: route('medias.tags') || '/
|
|
375
|
+
requestUrl: route('medias.tags') || '/medias/tags',
|
|
375
376
|
itemLabelPath: 'name',
|
|
376
377
|
itemValuePath: 'id',
|
|
377
378
|
multiple: true,
|
package/lib/index.js
CHANGED
|
@@ -187,6 +187,7 @@ var defaultFields = [{
|
|
|
187
187
|
valueIsOption: true,
|
|
188
188
|
multiple: true,
|
|
189
189
|
paginated: false
|
|
190
|
+
// creatable: true, // TODO
|
|
190
191
|
}]
|
|
191
192
|
}, {
|
|
192
193
|
id: 'info',
|
|
@@ -395,7 +396,7 @@ function filters() {
|
|
|
395
396
|
"value": "Authors"
|
|
396
397
|
}]
|
|
397
398
|
}),
|
|
398
|
-
requestUrl: route('medias.authors') || '/
|
|
399
|
+
requestUrl: route('medias.authors') || '/medias/authors',
|
|
399
400
|
itemLabelPath: 'name',
|
|
400
401
|
itemValuePath: 'id',
|
|
401
402
|
multiple: true,
|
|
@@ -411,7 +412,7 @@ function filters() {
|
|
|
411
412
|
"value": "Tags"
|
|
412
413
|
}]
|
|
413
414
|
}),
|
|
414
|
-
requestUrl: route('medias.tags') || '/
|
|
415
|
+
requestUrl: route('medias.tags') || '/medias/tags',
|
|
415
416
|
itemLabelPath: 'name',
|
|
416
417
|
itemValuePath: 'id',
|
|
417
418
|
multiple: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/media-gallery",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.537",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"access": "public",
|
|
88
88
|
"registry": "https://registry.npmjs.org/"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "d00efc1e19154f3ea19bfdb64ab47a794f74731e"
|
|
91
91
|
}
|