Blog
Blog Post content type is used for adding blog posts on the site.
Fields
| Name | Machine name | Required | Description |
|---|---|---|---|
| Title | drupal’s default | Yes | Title of the blog item. |
| Locations | field_blog_location | Yes | Reference field to branch and camp nodes. Multiple Values. |
| Category | field_blog_category | No | Reference field for choosing the term from “Blog Category” vocabulary. Multiple Values. |
| Meta Tags | field_meta_tags | No | A meta tags field allows us to provide structured metadata and Graph meta tags for Facebook, Pinterest, LinkedIn and other social networking sites. |
| Styles | Field group | ||
| Style | field_blog_style | Yes | Select list field with multiple options for choosing style:
|
| Background color | field_blog_color | No | teaser background color (used when Color Card style is selected.) |
| Text color | field_blog_text_color | No | teaser text color (used when Color Card style is selected.) |
| Content Area | Field group | ||
| Image | field_blog_image | No | Image field for the Blog item. Entity reference to Media bundle. |
| Description | field_blog_description | No | Textarea for the description/body with WYSIWYG, without summary. |
| Content | field_content | No | A paragraph embed field that will allow us to add various flexible content modules, from the predefined list of paragraph types. |
| Sidebar Area | Field group | ||
| Related content | field_blog_related | No | Reference field for choosing related Blog nodes. Multiple Values. |
| Content | field_sidebar_content | No | A paragraph embed field that will allow us to add various flexible content modules, from the predefined list of paragraph types. |
URL pattern
Content type is using following pattern:
/blog/[node:title]
Last modified May 10, 2022: bug: fix directory names to not confuse case sensitive filesystems (21456918)