Branch

The Branch content type is used for adding and managing branch locations on the site. Each branch can have detailed information, including address, contact details, hours of operation, and associated content.

Fields

NameMachine nameRequiredDescription
TitleDrupal’s defaultYesTitle of the branch item. This is the main identifier for the branch.
Neighborhoodfield_location_areaNoA taxonomy reference field using the “Area” vocabulary. This allows you to categorize branches by geographical area or neighborhood.
Coming Soonfield_location_stateNoA checkbox field to indicate if the branch is still in development or not yet open to the public.
Temporary URLfield_location_temp_urlNoA link field to provide a temporary page URL (e.g., a blog post or announcement) if the branch is coming soon and doesn’t have a permanent page yet.
Meta Tagsfield_meta_tagsNoA meta tags field 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.
ContactField group
Addressfield_location_addressYesAn address field that allows you to add detailed location information. This field stores:
  • Address
  • City
  • State
  • Zip Code
Branch Coordinatesfield_location_coordinatesNoInput for providing the latitude and longitude information.
Phonefield_location_phoneYesInput for providing the branch’s phone number.
Faxfield_location_faxNoInput for providing the branch’s fax number (if applicable).
Emailfield_location_emailNoInput for providing the branch’s email address.
Directionsfield_location_directionsNoA link field for adding a directions link (e.g., to a Google Maps page or other online mapping service).
Branch HoursField group
Branch Hoursfield_branch_hoursParagraphA paragraph field to indicate the branch’s hours of operation. This allows for flexible scheduling, including different hours for different days.
Day of the weekfield_branch_hours_dayNoA select list with the following values:
  • sunday|Sunday
  • monday|Monday
  • tuesday|Tuesday
  • wednesday|Wednesday
  • thursday|Thursday
  • friday|Friday
  • saturday|Saturday
Start/End Timefield_branch_hours_timeNoA text field with a description “e.g. 9am - 5pm, closed.” This field stores the opening and closing times for a specific day.
Header AreaField group
Contentfield_header_contentNoA paragraph embed field that allows you to add various flexible content modules from a predefined list of paragraph types. This allows you to customize the header area of the branch page.
Content AreaField group
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 branch 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 bottom area of the branch page.

URL pattern

The Branch content type uses the following URL pattern:

/locations/[node:title]

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