@micromag/media-gallery 0.3.535 → 0.3.536
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 +2 -2
- package/lib/index.js +2 -2
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -355,7 +355,7 @@ function filters() {
|
|
|
355
355
|
"value": "Authors"
|
|
356
356
|
}]
|
|
357
357
|
}),
|
|
358
|
-
requestUrl: route('medias.authors') || '/
|
|
358
|
+
requestUrl: route('medias.authors') || '/medias/authors',
|
|
359
359
|
itemLabelPath: 'name',
|
|
360
360
|
itemValuePath: 'id',
|
|
361
361
|
multiple: true,
|
|
@@ -371,7 +371,7 @@ function filters() {
|
|
|
371
371
|
"value": "Tags"
|
|
372
372
|
}]
|
|
373
373
|
}),
|
|
374
|
-
requestUrl: route('medias.tags') || '/
|
|
374
|
+
requestUrl: route('medias.tags') || '/medias/tags',
|
|
375
375
|
itemLabelPath: 'name',
|
|
376
376
|
itemValuePath: 'id',
|
|
377
377
|
multiple: true,
|
package/lib/index.js
CHANGED
|
@@ -395,7 +395,7 @@ function filters() {
|
|
|
395
395
|
"value": "Authors"
|
|
396
396
|
}]
|
|
397
397
|
}),
|
|
398
|
-
requestUrl: route('medias.authors') || '/
|
|
398
|
+
requestUrl: route('medias.authors') || '/medias/authors',
|
|
399
399
|
itemLabelPath: 'name',
|
|
400
400
|
itemValuePath: 'id',
|
|
401
401
|
multiple: true,
|
|
@@ -411,7 +411,7 @@ function filters() {
|
|
|
411
411
|
"value": "Tags"
|
|
412
412
|
}]
|
|
413
413
|
}),
|
|
414
|
-
requestUrl: route('medias.tags') || '/
|
|
414
|
+
requestUrl: route('medias.tags') || '/medias/tags',
|
|
415
415
|
itemLabelPath: 'name',
|
|
416
416
|
itemValuePath: 'id',
|
|
417
417
|
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.536",
|
|
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": "92977b9414f2996d660d36931b4e6d0b36221f5f"
|
|
91
91
|
}
|