Skip to content
Snippets Groups Projects
Unverified Commit e50734b4 authored by Yi (Flora) Liu's avatar Yi (Flora) Liu Committed by GitHub
Browse files

add list of working groups param (#27)


* add list of working groups param

Signed-off-by: default avatarYi Liu <yi.liu@eclipse-foundation.org>

* add working_group in the table

Signed-off-by: default avatarYi Liu <yi.liu@eclipse-foundation.org>

* Update README.md


Signed-off-by: Christopher Guindon's avatarChristopher Guindon <chris.guindon@eclipse-foundation.org>

Co-authored-by: Christopher Guindon's avatarChristopher Guindon <chris.guindon@eclipse-foundation.org>
parent 11aa66de
No related branches found
No related tags found
No related merge requests found
...@@ -76,11 +76,25 @@ Create an HTML element containing the chosen selector: ...@@ -76,11 +76,25 @@ Create an HTML element containing the chosen selector:
Attribute | Type | Default | Description 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. `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. `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. `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 ### Declared Project Licenses
This program and the accompanying materials are made available under the terms This program and the accompanying materials are made available under the terms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment