mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-22 03:16:10 +01:00
Use logo from brand
This commit is contained in:
parent
badcae5b8d
commit
785745b364
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
title: skillSet.name,
|
title: skillSet.name,
|
||||||
count: '{skillSet.skills -> f:count()}',
|
count: '{skillSet.skills -> f:count()}',
|
||||||
detailUrl: 'https://my.skilldisplay.eu/skillset/{skillSet.id}',
|
detailUrl: 'https://my.skilldisplay.eu/skillset/{skillSet.id}',
|
||||||
brandLogoUrl: skillSet.mediaPublicUrl,
|
brandLogoUrl: skillSet.brand.logoPublicUrl,
|
||||||
verificationUrl: '{sd:verification.url(skillSet: skillSet.id)}',
|
verificationUrl: '{sd:verification.url(skillSet: skillSet.id)}',
|
||||||
description: skillSet.description
|
description: skillSet.description
|
||||||
})}
|
})}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{f:render(partial: 'VerificationBox', arguments: {
|
{f:render(partial: 'VerificationBox', arguments: {
|
||||||
title: skill.title,
|
title: skill.title,
|
||||||
detailUrl: 'https://my.skilldisplay.eu/skill/{skill.id}/0',
|
detailUrl: 'https://my.skilldisplay.eu/skill/{skill.id}/0',
|
||||||
brandLogoUrl: skill.mediaPublicUrl,
|
brandLogoUrl: skill.brands.0.logoPublicUrl,
|
||||||
verificationUrl: '{sd:verification.url(skill: skill.id)}',
|
verificationUrl: '{sd:verification.url(skill: skill.id)}',
|
||||||
description: skill.description
|
description: skill.description
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in a new issue