mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 09:31:59 +00:00
- 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.
32 lines
779 B
JSON
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"
|
|
}
|
|
}
|
|
]
|