Blog

The Blog Post content type is used for adding blog posts to the site.

Fields

NameMachine nameRequiredDescription
TitleDrupal’s defaultYesTitle of the blog item.
Locationsfield_blog_locationYesReference field to branch and camp nodes. Allows multiple values, enabling association with multiple locations.
Categoryfield_blog_categoryNoReference field for choosing terms from the “Blog Category” vocabulary. Allows multiple values, categorizing blogs under several topics.
Meta Tagsfield_meta_tagsNoAllows providing structured metadata and Open Graph meta tags for social networking sites like Facebook, Pinterest, and LinkedIn, enhancing SEO and sharing.
StylesField group
Stylefield_blog_styleYesSelect list field with multiple options for choosing a style:
- Story Card
- Photo Card
- News Card (default)
- Color Card
Background colorfield_blog_colorNoBackground color for the teaser, used when the “Color Card” style is selected.
Text colorfield_blog_text_colorNoText color for the teaser, used when the “Color Card” style is selected.
Content AreaField group
Imagefield_blog_imageNoImage field for the Blog item. Entity reference to a Media bundle, allowing selection of pre-uploaded images.
Descriptionfield_blog_descriptionNoTextarea for the description/body with WYSIWYG editing capabilities and no summary field.
Contentfield_contentNoA Paragraph embed field that allows adding various flexible content modules from a predefined list of paragraph types.
Sidebar AreaField group
Related contentfield_blog_relatedNoReference field for choosing related Blog nodes. Allows multiple values for cross-linking content.
Contentfield_sidebar_contentNoA Paragraph embed field that allows adding various flexible content modules to the sidebar, from a predefined list of paragraph types.

URL pattern

This content type uses the following URL pattern:

/blog/[node:title]

Last modified March 11, 2025: fix: markdown ai typo (7c7c61db)