mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 19:16:08 +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,
|
||||
count: '{skillSet.skills -> f:count()}',
|
||||
detailUrl: 'https://my.skilldisplay.eu/skillset/{skillSet.id}',
|
||||
brandLogoUrl: skillSet.mediaPublicUrl,
|
||||
brandLogoUrl: skillSet.brand.logoPublicUrl,
|
||||
verificationUrl: '{sd:verification.url(skillSet: skillSet.id)}',
|
||||
description: skillSet.description
|
||||
})}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{f:render(partial: 'VerificationBox', arguments: {
|
||||
title: skill.title,
|
||||
detailUrl: 'https://my.skilldisplay.eu/skill/{skill.id}/0',
|
||||
brandLogoUrl: skill.mediaPublicUrl,
|
||||
brandLogoUrl: skill.brands.0.logoPublicUrl,
|
||||
verificationUrl: '{sd:verification.url(skill: skill.id)}',
|
||||
description: skill.description
|
||||
})}
|
||||
|
|
Loading…
Reference in a new issue