You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/20 13:35:29 UTC

[kibble] 05/12: add an org userlist widget

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit a964e9c45bac97b5da1f4d6af7aefb1c9987adb7
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Oct 20 15:10:28 2017 +0200

    add an org userlist widget
    
    to be crafted :)
---
 api/yaml/widgets.yaml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/api/yaml/widgets.yaml b/api/yaml/widgets.yaml
index 0e50d1c..55d8107 100644
--- a/api/yaml/widgets.yaml
+++ b/api/yaml/widgets.yaml
@@ -647,4 +647,15 @@ widgets:
                         source: "mail/map"
                         name:   "Email mapping"
                         blocks: 6
-            
\ No newline at end of file
+## ORGANISATION MEMBERSHIP
+    org-users:
+        title: "Organisation Membership"
+        rows:
+            -
+                name: "Organisation membership"
+                children:
+                    -
+                        type:   "membership"
+                        source: "org/members"
+                        name:   "Organisation members"
+                        blocks: 12

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.