mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 18:52:30 +01:00
17 lines
325 B
JSON
17 lines
325 B
JSON
{
|
|
"description": "Widget that shows the latest reddit feed",
|
|
"file": "main.qml",
|
|
"preview": "preview.png",
|
|
"tags": [
|
|
"reddit"
|
|
],
|
|
"title": "reddit",
|
|
"type": "qmlWidget",
|
|
"properties": {
|
|
"subreddit": {
|
|
"type": "string",
|
|
"value": "funny"
|
|
}
|
|
}
|
|
}
|