mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-19 15:34:15 +00:00
12 lines
370 B
JSON
12 lines
370 B
JSON
{
|
|
"layout": "component.njk",
|
|
"tags": ["components"],
|
|
"eleventyComputed": {
|
|
"component": "{{ components[page.fileSlug] }}",
|
|
"description": "{{ components[page.fileSlug].summary }}",
|
|
"status": "{{ components[page.fileSlug].status }}",
|
|
"since": "{{ components[page.fileSlug].since }}",
|
|
"element": "<{{ components[page.fileSlug].tagName }}>"
|
|
}
|
|
}
|