[Scummvm-git-logs] scummvm-web master -> 0c3f096f7b313136c281a943d0df9af098d57524

lotharsm serra at scummvm.org
Thu Nov 8 11:07:10 CET 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
0c3f096f7b WEB: Update news article template file to new json format


Commit: 0c3f096f7b313136c281a943d0df9af098d57524
    https://github.com/scummvm/scummvm-web/commit/0c3f096f7b313136c281a943d0df9af098d57524
Author: lotharsm (serra at scummvm.org)
Date: 2018-11-08T11:06:44+01:00

Commit Message:
WEB: Update news article template file to new json format

Changed paths:
    data/news/template


diff --git a/data/news/template b/data/news/template
index ddadd9f..f7f462e 100644
--- a/data/news/template
+++ b/data/news/template
@@ -1,5 +1,6 @@
-<NAME></NAME>
-<DATE></DATE>
-<AUTHOR></AUTHOR>
-<BODY>
-</BODY>
+{
+    "title": "Article Title",
+    "content": "Your article content goes here",
+    "date": "UNIX timestamp",
+    "author": "Name"
+}





More information about the Scummvm-git-logs mailing list