Commit 27d976b3 authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

fix) use excerpt for tiles subtext when the entity is a blog

1 merge request!459WIP: (feat): Minds Pro
Pipeline #74013880 failed with stages
in 13 minutes and 37 seconds
......@@ -33,7 +33,7 @@ export class ProTileComponent {
getText() {
switch (ProTileComponent.getType(this.entity)) {
case 'object:blog':
return this.entity.description;
return this.entity.excerpt;
case 'object:image':
case 'object:video':
return this.entity.description;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment