minor fixe on blabla's article: lightbox, flag/unflag
This commit is contained in:
@ -304,7 +304,7 @@ export default {
|
||||
break;
|
||||
case 'field_linked_materials':
|
||||
field = included.attributes
|
||||
field.id = included.id
|
||||
field.id = field.uuid = included.id
|
||||
// get the linked material included images
|
||||
field.images = [];
|
||||
included.relationships.images.data.forEach((img) => {
|
||||
|
Reference in New Issue
Block a user