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 2018/09/17 07:50:02 UTC

[kibble] 04/08: add widgets for contributors page

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 31a6e3dbfef8585b453e3cc5d8ae8f69a4aa1081
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Sep 17 09:48:51 2018 +0200

    add widgets for contributors page
---
 api/yaml/widgets.yaml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/api/yaml/widgets.yaml b/api/yaml/widgets.yaml
index 3f44f57..5895075 100644
--- a/api/yaml/widgets.yaml
+++ b/api/yaml/widgets.yaml
@@ -875,3 +875,33 @@ widgets:
                         source:     "forum/top-count"
                         name:       "Busiest forums by posts"
                         target:     ""
+
+### PEOPLE
+    people:
+        title: "Contributors"
+        rows:
+            -
+                name: "Date picker row"
+                children:
+                    -
+                        type:   "datepicker"
+                        blocks: 4
+                        name:   "Date picker"
+                    -
+                        type:   "viewpicker"
+                        blocks: 4
+                        source: "views"
+                        name:   "Quick filter"
+                    -
+                        type:   sourcepicker
+                        blocks: 4
+                        source: "sources"
+                        name:   "Source filter"
+            -
+                name: "Contributor row"
+                children:
+                    -
+                        type:   "phonebook"
+                        blocks: 12
+                        source: "org/contributors"
+                        name:   "Contributor list"