When "Display as teaser" is toggled on for a page List component, the Description is shown on the teaser tile regardless of whether "Show description" is toggled on.
To fix this, something like the following logic needs to be added to com.aemgo.core.models.entities.impl.PageListItemImpl#getTeaserResource
Bug present as of version: 2.24.7-SNAPSHOT
When "Display as teaser" is toggled on for a page List component, the Description is shown on the teaser tile regardless of whether "Show description" is toggled on.
To fix this, something like the following logic needs to be added to
com.aemgo.core.models.entities.impl.PageListItemImpl#getTeaserResource