vault backup: 2025-06-06 19:45:04
This commit is contained in:
Vendored
+3
-3
@@ -94,7 +94,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"currentTab": 5
|
"currentTab": 4
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
@@ -285,8 +285,9 @@
|
|||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "8e2dca06c8aa3c5d",
|
"active": "b8ffd0b8eb117816",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"Geschäft/IT/Postgres.md",
|
||||||
"Geschäft/IT/Online Shop/Shopware 6/TopM - Migration.md",
|
"Geschäft/IT/Online Shop/Shopware 6/TopM - Migration.md",
|
||||||
"Martin/Shopware/Idealo.de Export Template.md",
|
"Martin/Shopware/Idealo.de Export Template.md",
|
||||||
"HomeLab/Rose/PostgreSQL.md",
|
"HomeLab/Rose/PostgreSQL.md",
|
||||||
@@ -315,7 +316,6 @@
|
|||||||
"Geschäft/Allgemein/Fraben.md",
|
"Geschäft/Allgemein/Fraben.md",
|
||||||
"Geschäft/Allgemein/Gastromatic.md",
|
"Geschäft/Allgemein/Gastromatic.md",
|
||||||
"Geschäft/Allgemein/Rose Brandmeldeanlage.md",
|
"Geschäft/Allgemein/Rose Brandmeldeanlage.md",
|
||||||
"Geschäft/Allgemein/Werbe, Aktions & Produkt Ideen.md",
|
|
||||||
"Geschäft/Gewürze/Alibaba",
|
"Geschäft/Gewürze/Alibaba",
|
||||||
"Geschäft/Allgemein/Zukunft und Planung",
|
"Geschäft/Allgemein/Zukunft und Planung",
|
||||||
"Geschäft/IT/Online Shop/Shopware 6",
|
"Geschäft/IT/Online Shop/Shopware 6",
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ Wenn mehrerer Sprachen ausgewählt sind müssen Größenschlüssel(Unter Org dan
|
|||||||
|
|
||||||
|
|
||||||
SEO URL Anpassung:
|
SEO URL Anpassung:
|
||||||
Produktseite: `{% for part in product.categories.sortByPosition().first.breadcrumb %}{{ part }}/{% endfor %}{{ product.translated.name }}`
|
Produktseite: `{% for part in product.categories.sortByPosition().first.breadcrumb %}{{ part|lower }}/{% endfor %}{{ product.translated.name|lower }}/{{ product.productNumber }}`
|
||||||
|
|
||||||
Kategorie:
|
Kategorie:
|
||||||
{% for part in category.seoBreadcrumb %}{{ part|lower }}/{% endfor %}
|
{% for part in category.seoBreadcrumb %}{{ part|lower }}/{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user