From 199b2df6dad049b07b359560231a996ee01884d4 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 21 Sep 2015 21:52:16 +0200 Subject: [PATCH] Updated Development (markdown) --- Development.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Development.md b/Development.md index 63732bb..3dadea5 100644 --- a/Development.md +++ b/Development.md @@ -52,6 +52,9 @@ If you want to create your own data models, you might want to know how the array $paste['meta']['expire_date'] // int UNIX timestamp $paste['meta']['opendiscussion'] // true (if false it is unset) $paste['meta']['burnafterreading'] // true (if false it is unset; if true, then opendiscussion is unset) + $paste['meta']['formatter'] // string + $paste['meta']['attachment'] // text + $paste['meta']['attachmentname'] // text } public function createComment($pasteid, $parentid, $commentid, $comment)