News

The News Post content type is used for adding news posts to the site. News posts are typically displayed in a list or grid format, with the most recent posts appearing first.

Fields

NameMachine nameRequiredDescription
Titledrupal’s defaultYesTitle of the news item. This field is a standard Drupal title field.
Locationsfield_news_locationYesReference field to branch and camp nodes. Allows multiple values, enabling you to associate the news item with multiple locations.
Categoryfield_news_categoryNoReference field for choosing a term from the “News Category” vocabulary. Allows multiple values, enabling categorization of the news item.
Meta Tagsfield_meta_tagsNoA meta tags field that allows you to provide structured metadata and Open Graph meta tags for Facebook, Pinterest, LinkedIn, and other social networking sites.
Content AreaField group
Imagefield_news_imageNoImage field for the News item. Entity reference to a Media bundle. This allows you to select an existing image from the media library.
Descriptionfield_news_descriptionNoText area for the description/body with WYSIWYG (What You See Is What You Get) editor, without summary option.
Contentfield_contentNoA paragraph embed field that allows you to add various flexible content modules from a predefined list of paragraph types.
Sidebar AreaField group
Related contentfield_news_relatedNoReference field for choosing related News nodes. Allows multiple values to link to other relevant news items.
Contentfield_sidebar_contentNoA paragraph embed field that allows you to add various flexible content modules to the sidebar from a predefined list of paragraph types.

URL pattern

This content type uses the following URL pattern:

/news/[node:title]

The [node:title] token is replaced with the title of the news item, with spaces replaced by hyphens. For example, a news item with the title “New Branch Opens” would have the URL /news/new-branch-opens.

Last modified March 11, 2025: feat: improve docs (3e852052)