Skip to main content

Sample code used for this page:

 
          <ul 
            class="featured-projects list-inline list" 
            id="featured-projects"
            data-url="https://projects.eclipse.org/api/projects?working_group=jakarta-ee"
            data-types="projects"
          >
          </ul>
          

The data-types attribute is a comma separated list which accepts "proposals" and/or "projects". It will default to include both.

Back to the top