brotkrueml / schema

TYPO3 extension providing an API and view helpers for schema.org markup
https://extensions.typo3.org/extension/schema
GNU General Public License v2.0
32 stars 9 forks source link

[BUGFIX] Only auto-generate breadcrumb in case there is none #105

Closed ohader closed 1 year ago

ohader commented 1 year ago

Extension configuration automaticBreadcrumbSchemaGeneration lead to the situation that a breadcrumb (provided via Fluid templates), had been overriden by AddBreadcrumbList.

Auto-generation now only continues, in case SchemaManager does not have any BreadcrumbList, yet.

Fixes: #104