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
Name | Machine name | Required | Description |
---|---|---|---|
Title | Drupal’s default | Yes | Title of the branch item. This is the main identifier for the branch. |
Neighborhood | field_location_area | No | A taxonomy reference field using the “Area” vocabulary. This allows you to categorize branches by geographical area or neighborhood. |
Coming Soon | field_location_state | No | A checkbox field to indicate if the branch is still in development or not yet open to the public. |
Temporary URL | field_location_temp_url | No | A 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 Tags | field_meta_tags | No | A 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. |
Contact | Field group | ||
Address | field_location_address | Yes | An address field that allows you to add detailed location information. This field stores:
|
Branch Coordinates | field_location_coordinates | No | Input for providing the latitude and longitude information. |
Phone | field_location_phone | Yes | Input for providing the branch’s phone number. |
Fax | field_location_fax | No | Input for providing the branch’s fax number (if applicable). |
field_location_email | No | Input for providing the branch’s email address. | |
Directions | field_location_directions | No | A link field for adding a directions link (e.g., to a Google Maps page or other online mapping service). |
Branch Hours | Field group | ||
Branch Hours | field_branch_hours | Paragraph | A paragraph field to indicate the branch’s hours of operation. This allows for flexible scheduling, including different hours for different days. |
Day of the week | field_branch_hours_day | No | A select list with the following values:
|
Start/End Time | field_branch_hours_time | No | A text field with a description “e.g. 9am - 5pm, closed.” This field stores the opening and closing times for a specific day. |
Header Area | Field group | ||
Content | field_header_content | No | A 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 Area | Field group | ||
Content | field_content | No | A 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 Area | Field group | ||
Content | field_bottom_content | No | A 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]