Program Subcategory

The Program Subcategory content type is used for adding program subcategories to the site.

Fields

NameMachine nameRequiredDescription
Titledrupal’s defaultYesTitle of the program subcategory item.
Programfield_category_programYesA reference field for selecting the program. This establishes the parent program for the subcategory.
Meta Tagsfield_meta_tagsNoA meta tags field that allows you to provide structured metadata and Graph meta tags for Facebook, Pinterest, LinkedIn, and other social networking sites. This helps with SEO and social sharing.
Header AreaField group
Imagefield_category_imageNoAn image field for uploading the category image. This image is typically displayed in the header area of the subcategory page.
Colorfield_category_colorNoReference field for choosing a color term from the “Color” vocabulary. This allows you to visually distinguish subcategories.
Contentfield_header_contentNoA paragraph embed field that allows you to add various flexible content modules from a predefined list of paragraph types. This allows for rich and dynamic content within the header area.
Content AreaField group
Descriptionfield_category_descriptionNoA textarea for the description/body of the subcategory, using a WYSIWYG editor and without a summary field.
Contentfield_contentNoA paragraph embed field that allows you to add various flexible content modules from a predefined list of paragraph types. This is the main content area of the subcategory page.
Sidebar AreaField group
Contentfield_sidebar_contentNoA paragraph embed field that allows you to add various flexible content modules from a predefined list of paragraph types. This is the content that will appear in the sidebar of the subcategory page.
Bottom AreaField group
Contentfield_bottom_contentNoA paragraph embed field that allows you to add various flexible content modules from a predefined list of paragraph types. This allows you to add content to the very bottom of the subcategory page. This could be calls to action, related content, or other supplemental information.

URL pattern

This content type uses the following URL pattern:

/programs/[node:field_category_program:entity:title]/[node:title]

This means that the URL will be constructed using the title of the parent program and the title of the subcategory itself. For example, if the parent program is “Youth Programs” and the subcategory is “Summer Camp”, the URL would be /programs/youth-programs/summer-camp.

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