From e50734b48609e8b379148ff4cba7acff91b5f2c8 Mon Sep 17 00:00:00 2001 From: "Yi (Flora) Liu" <39588094+flora8984461@users.noreply.github.com> Date: Fri, 11 Dec 2020 15:00:00 -0500 Subject: [PATCH] add list of working groups param (#27) * add list of working groups param Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org> * add working_group in the table Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org> * Update README.md Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org> Co-authored-by: Christopher Guindon <chris.guindon@eclipse-foundation.org> --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e31e96..435812c 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,25 @@ Create an HTML element containing the chosen selector: Attribute | Type | Default | Description --- | --- | --- | --- -`project_id` | *String* | ` ` | **Required**: Select adopters from a specific project ID. +`project_id` | *String* | ` ` | Select adopters from a specific project ID. +`working_group` | *String* | ` ` | Select adopters from a specific working group ID. `selector` | *String* | `.eclipsefdn-adopters` | Define the selector that the plugin will insert adopters into. `ul_classes` | *String* | ` ` | Define classes that will be assigned to the ul element. `logo_white` | *Boolean* | `false` | Whether or not we use the white version of the logo. +##### list of working groups for param `working_group` +- jakarta-ee +- automotive +- cloud-development-tools +- internet-things-iot +- locationtech +- openmdm +- polarsys +- research +- science +- sparkplug +- tangle-ee + ### Declared Project Licenses This program and the accompanying materials are made available under the terms -- GitLab