Skip to main content

Eclipse Foundation Projects Page

The eclipsefdn_projects shortcode renders a working group’s projects. They can be filtered by category or search.

Parameters

NameTypeDescription
templateIdstring | nilThe mustache template to use.
urlstringURL of the PMI endpoint to use.
typesstring | nilTypes of projects to display. Accepts the following: "projects", "proposals".
classesstring | nilClasses for the block.
display_categoriesboolToggle the display of category filters.
categoriesstring | nilPath to the JSON file containing project categories.
is_static_sourcebool | nilIf projects are from an endpoint other than the PMI, set this to true.
sorting_methodstring | nilAccepts the following: "alphanumeric", "random".
page_sizenumber | nilSet the maximum number of projects to display.

Examples

Following list of projects has been filtered to display “Jakarta EE” projects, randomly sorted, and with a page size of 3:

Back to the top