12 lines
305 B
JSON
12 lines
305 B
JSON
|
{
|
||
|
"id": "modal",
|
||
|
"name": "Modal",
|
||
|
"description": "Fancy modal for the new web",
|
||
|
"install": "plugin",
|
||
|
"included": false,
|
||
|
"affected": ".modal",
|
||
|
"summary": "A pop-up like element that displays important information and focuses user's attention on it.",
|
||
|
"dependencies": [
|
||
|
"card/v2"
|
||
|
]
|
||
|
}
|