[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"/>"
},
"title": {
<#if title?has_content>
"title": "${title?json_string}",
</#if>
"url": "${url}"
},
"description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>",