Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions CardListing/079ae2f5-4300-42b1-b6c7-7e2de2e2e86c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"data": {
"meta": {
"adoptsFrom": {
"name": "CardListing",
"module": "@cardstack/catalog/catalog-app/listing/listing"
}
},
"type": "card",
"attributes": {
"name": "Recipe Card Definition with Embedded, Fitted, and Fitted Formats",
"images": [],
"summary": "The RecipeCard defines a comprehensive data structure for representing culinary recipes, including fields for recipe name, description, cuisine type, difficulty level, preparation and cooking times, servings, ingredients, instructions, and tags. It supports various presentation formats such as embedded summaries, fitted compact views, tiles, cards, and sub-formats, each tailored for different interface contexts or device sizes. The card incorporates logic for computing total time, dynamic styling based on difficulty, and localized display formats. Its primary purpose is to facilitate the creation, editing, and multi-format presentation of recipe data within an application or catalog system.",
"cardInfo": {
"name": null,
"notes": null,
"summary": null,
"cardThumbnailURL": null
}
},
"relationships": {
"tags": {
"links": {
"self": null
}
},
"specs": {
"links": {
"self": null
}
},
"skills": {
"links": {
"self": null
}
},
"license": {
"links": {
"self": null
}
},
"examples": {
"links": {
"self": null
}
},
"publisher": {
"links": {
"self": null
}
},
"categories": {
"links": {
"self": null
}
},
"cardInfo.theme": {
"links": {
"self": null
}
}
}
}
}
Loading