WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=245cfa2d6ceec278de2298dd313afdde5ef90f34

commit 245cfa2d6ceec278de2298dd313afdde5ef90f34
Author: Stephen M Houston <smhousto...@gmail.com>
Date:   Thu Feb 8 14:32:25 2018 -0800

    Wiki page sandbox_gadgets.md changed with summary [] by Stephen M Houston
---
 pages/develop/e/sandbox_gadgets.md.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pages/develop/e/sandbox_gadgets.md.txt 
b/pages/develop/e/sandbox_gadgets.md.txt
index 7c78f5976..071abe495 100644
--- a/pages/develop/e/sandbox_gadgets.md.txt
+++ b/pages/develop/e/sandbox_gadgets.md.txt
@@ -534,6 +534,17 @@ Type=Application
 Name=helloworld
 Exec=@GADGET_DIR@/helloworld/e_gadget_helloworld
 Icon=start-here
+X-Gadget-Version=1.0
+X-Gadget-Bugreport=https://www.enlightenment.org/contrib/report-bug
+```
+Note the required line:
+```
+X-Gadget-Version
+```
+
+You can also specify if you want your gadget to be only accessible to 
horizontal, vertical, or desktop by using the following in the 
"helloworld.desktop.in":
+```
+X-Gadget-Orientation=None,Horizontal,Vertical
 ```
 
 Create "meson.build" with the following contents:

-- 


Reply via email to