[tor-commits] [tpo/staging] Add image to post
hiro at torproject.org
hiro at torproject.org
Thu Feb 7 13:59:16 UTC 2019
commit 780e6eb26a01d205c0253baa3c68503d4a48145c
Author: hiro <hiro at torproject.org>
Date: Thu Feb 7 14:59:09 2019 +0100
Add image to post
---
models/post.ini | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/models/post.ini b/models/post.ini
index 457c866..5276910 100644
--- a/models/post.ini
+++ b/models/post.ini
@@ -30,6 +30,10 @@ translate = True
label = Type
type = string
+[fields.image]
+label = Image
+type = string
+
[fields.author]
label = Author
type = string
More information about the tor-commits
mailing list