User tests: Successful: Unsuccessful:
use same json flags for breadcrumbs like the schemaorg plugin (see also #41250)
pretty print json like MetasRenderer
joomla-cms/libraries/src/Document/Renderer/Html/MetasRenderer.php
Lines 71 to 72 in a8e363d
{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","@id":"https:\/\/j50dev.localhost\/#\/schema\/BreadcrumbList\/17"
{"@context":"https://schema.org","@graph":[{"@type":"Person","@id":"https://j50dev.localhost/#/schema/Person/base","url":"https://j50dev.localhost/"}
{"@context":"https://schema.org","@type":"BreadcrumbList","@id":"https://j50dev.localhost/#/schema/BreadcrumbList/17"
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://j50dev.localhost/#/schema/Person/base",
"url": "https://j50dev.localhost/"
}
Please select:
Category | ⇒ | Modules Front End Plugins |
Status | New | ⇒ | Pending |
I don't know ... I only see its linked
joomla-cms/plugins/system/schemaorg/src/Extension/Schemaorg.php
Lines 410 to 415 in a8e363d
Labels |
Added:
PR-5.0-dev
|
I have tested this item
I have tested this item ✅ successfully on f61b122
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-13 17:31:40 |
Closed_By | ⇒ | HLeithner |
thanks
wtf. so it is never possible to have the old style breadcrumbs itemprop richdata because this is hardcoded in the tmpl even though all richdata has been removed from tmpl files everywhere else.
:banginghead: