Skip to main content
News Items Cards

Sample code used for this page:


          <div 
            class="news-items margin-top-40 margin-bottom-40" 
            data-news-type="announcements" 
            data-publish-target="eclipse_org" 
            data-news-count="9" 
            data-template-id="cards" 
          >
          </div>
          

It is important to include the following script in the page:

(function(e){e("#news-list-announcements").eclipseFdnApi({type:"newsItems"}),e("#news-list-community").eclipseFdnApi({type:"newsItems"})})(jQuery,document)

Back to the top