{{/* Copyright (c) 2020, 2023 Eclipse Foundation, Inc. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0. Contributors: Eric Poirier Yi Liu Olivier Goulet SPDX-License-Identifier: EPL-2.0 */}} {{ if not (eq .Site.Params.hide_deprecation_warnings true) }} {{ warnf "Deprecation Warning: The eclipsefdn_projects shortcode is deprecated and will be removed in Hugo Solstice Theme 4.0.0." }} {{ end }} {{ $id := .Get "id" | default "featured-story-container" }} {{ $templateId := .Get "templateId" }} {{ $projectIds := .Get "projectIds" }} {{ $url := .Get "url" | relURL }} {{ $types := .Get "types" | default "projects, proposals" }} {{ $is_static_source := .Get "is_static_source" | default "false" }} {{ $classes := .Get "classes" }} {{ $display_categories := .Get "display_categories" | default "false" }} {{ $categories := .Get "categories" | default "" }} {{ $view_all_url := .Get "view_all_url" | default "/projects" }} {{ $display_view_more := .Get "display_view_more" | default "true" }} {{ $sorting_method := .Get "sorting_method" }} {{ $page_size := .Get "page_size" }}