24 lines
687 B
JSON
24 lines
687 B
JSON
{
|
|
"name": "Q-Blog",
|
|
"defaultFeedIndex": 0,
|
|
"feed": [
|
|
{
|
|
"id": "post-creation",
|
|
"version": 1,
|
|
"updated": 1696646223261,
|
|
"title": "Q-Blog Post creations",
|
|
"description": "Get your friends Q-Blog posts on your feed",
|
|
"search": {
|
|
"query": "-post-",
|
|
"identifier": "q-blog-",
|
|
"service": "BLOG_POST",
|
|
"exactmatchnames": true
|
|
},
|
|
"click": "qortal://APP/Q-Blog/$${resource.name}$$/blog/$${resource.identifier}$$",
|
|
"display": {
|
|
"title": "$${rawdata.title}$$"
|
|
}
|
|
}
|
|
]
|
|
}
|