Files
sLogos/public/data/emblems.json
sHa 5baa4bfab4 Add titles to collections and update image URL resolution in components
- Added 'title' property to collections for 'Logos', 'Flags', and 'Emblems'.
- Updated image URL generation in CardMiddle, CardSmall, and CardTiny components to dynamically resolve the current collection based on window.appData.
2025-06-18 14:55:13 +03:00

32 lines
779 B
JSON

[
{
"name": "Escudo De España",
"path": "Escudo_de_Espana.svg",
"format": "SVG",
"disable": false,
"tags": [
"Spain",
"Coat of arms",
"National emblem"
],
"meta": {
"description": "The coat of arms of Spain, representing the historical kingdoms and the Pillars of Hercules.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Spain"
}
},
{
"name": "Emblem Of Ethiopia",
"path": "Emblem_of_Ethiopia.svg",
"format": "SVG",
"disable": false,
"tags": [
"Ethiopia",
"National emblem"
],
"meta": {
"description": "The national emblem of Ethiopia, featuring a lion and a sun.",
"wikipedia": "https://en.wikipedia.org/wiki/Emblem_of_Ethiopia"
}
}
]