Article

The Article content type is used for creating blog posts, news items, and press releases on the site.

Fields

NameMachine nameRequiredDescription
Titledrupal’s defaultYesTitle of the article item. This field utilizes the core text field type. See TextItem.php for more information.
Sub-titlefield_article_subtitleNoSub-title of the article item.
Locationsfield_article_locationYesReference field to branch and camp nodes. Allows multiple values.
Categoryfield_article_categoryNoReference field for choosing terms from the “Blog Category” vocabulary. Allows multiple values.
Meta Tagsfield_meta_tagsNoA meta tags field that allows providing structured metadata and Graph meta tags for Facebook, Pinterest, LinkedIn, and other social networking sites. This utilizes the Metatag module.
Typefield_article_typeYesSelect list field with the following options for choosing the article type:
- News Item (default)
- Blog Post
- Press Release
Imagefield_article_imageNoImage field for the article item. Entity reference to a Media bundle.
BodybodyNoText area for the main content of the article. This field uses a WYSIWYG editor and does not include a summary field.
Contentfield_contentNoFilter list of available Layout Builder components. This field enables the arrangement of content using configurable layouts.
Related Contentfield_article_relatedNoReference field for selecting related Article nodes. Allows multiple values.

URL patterns

The Article content type uses the following URL patterns:

  • /blog/[node:title]
  • /news/[node:title]
  • /press-release/[node:title]
Last modified March 11, 2025: fix: markdown ai typo (7c7c61db)