-
Notifications
You must be signed in to change notification settings - Fork 3
UMD Header
Alfred J Lin edited this page Mar 12, 2026
·
1 revision
The UMD Header component renders the university-wide header required on all UMD sites. It provides links to central UMD resources including search, events, news, schools, admissions, and giving. Each feature can be individually toggled on or off.
It should be placed in the Header region via Drupal Block Layout, positioned before the Navigation component.
For placement guidance, see Base Layout (Drupal Block Layout).
| Field | Data Type | Requirement | Description | Note |
|---|---|---|---|---|
| Show Search | Boolean | Optional | Displays a search link in the header. | Defaults to false. Provide a Search Destination URL if enabled. |
| Search Destination | String (URL) | Conditional | The URL the search feature points to. | Required if Show Search is enabled. |
| Show Events | Boolean | Optional | Displays an events link in the header. | Defaults to false. |
| Show News | Boolean | Optional | Displays a news link in the header. | Defaults to false. |
| Show Schools | Boolean | Optional | Displays a schools link in the header. | Defaults to false. |
| Show Admissions | Boolean | Optional | Displays an admissions link in the header. | Defaults to false. |
| Show Support (Giving) | Boolean | Optional | Displays a giving/support link in the header. | Defaults to false. Provide a Giving Destination URL if enabled. |
| Giving Destination | String (URL) | Conditional | The URL the giving/support link points to. | Required if Show Support is enabled. |
This component has no configurable slots.