[SIS-xxx] allowing an orf news post to have no title

This commit is contained in:
Sheldan
2024-12-27 23:12:00 +01:00
parent d02f2d3088
commit 841bfc19ac

View File

@@ -6,7 +6,9 @@
"name": "<@safe_include "orf_news_post_author"/>" "name": "<@safe_include "orf_news_post_author"/>"
}, },
"title": { "title": {
<#if title?has_content>
"title": "${title?json_string}", "title": "${title?json_string}",
</#if>
"url": "${url}" "url": "${url}"
}, },
"description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>", "description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>",