added linked materials in modalCard

This commit is contained in:
2021-01-20 12:09:22 +01:00
parent a3dd424289
commit 37f199416f
14 changed files with 382 additions and 46 deletions

View File

@ -1,9 +1,30 @@
fragment MateriauFields on Materiau {
title
short_description
body
short_description
reference
samples{
attachments{
file{
filename
fid
filesize
url
}
description
}
distributor{
id
name
email
description
}
manufacturer{
id
name
email
description
}
body
samples{
showroom{
name
id
@ -17,4 +38,17 @@ fragment MateriauFields on Materiau {
url
}
}
linked_materials{
id
short_description
title
reference
images{
url
alt
style_linkedmaterialcard{
url
}
}
}
}