Skip to content

Commit

Permalink
docs: DS-1057 Update Facility Content Type
Browse files Browse the repository at this point in the history
  • Loading branch information
froboy committed Nov 1, 2023
1 parent ac56d9c commit 7a21e38
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions content/en/docs/content-structure/content-types/Facility.md
Expand Up @@ -6,23 +6,25 @@ Facility content type is used for adding facilities on the site.

### Fields
| Name | Machine name | Required | Description |
| ------------- | ------------- | ------------- | ------------- |
| Title | drupal's default | Yes | Title of the facility item. |
| Neighborhood | field\_location_area | No | A taxonomy reference field using the Area Vocabulary(area). |
| Type | field\_facility_type | No | A taxonomy reference field using the "Facility Type" vocabulary. |
| Facility Branch | field\_facility_loc | No | A entity reference field to reference the related Branch node. |
| 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. |
| **Contact** | Field group |||
| Address | field\_location_address | Yes | An address field that will provide the ability to add details about the locations. Details to be completed: <ul><li>Address</li><li>City</li><li>State</li><li>Zip Code</li></ul> |
| Facility Coordinates | field_location_coordinates | No | Input for providing the latitude and longitude information. |
| Phone | field\_location_phone | Yes | Input for providing the phone information. |
| Fax | field\_location_fax | No | Input for providing the fax information. |
| Email | field\_location_email | No | Input for providing the email information. |
| Directions | field\_location_directions | No | A link field for adding the directions link. |
| **Content Area** | Field group |||
| 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 |||
| 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. |
| ------------- | ------------- |----------| ------------- |
| Title | drupal's default | Yes | Title of the facility item. |
| Neighborhood | field\_location_area | No | A taxonomy reference field using the Area Vocabulary(area). |
| Type | field\_facility_type | No | A taxonomy reference field using the "Facility Type" vocabulary. |
| Facility Branch | field\_facility_loc | No | A entity reference field to reference the related Branch node. |
| 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. |
| **Contact** | Field group | ||
| Address | field\_location_address | No | An address field that will provide the ability to add details about the locations. Details to be completed: <ul><li>Address</li><li>City</li><li>State</li><li>Zip Code</li></ul> |
| Facility Coordinates | field_location_coordinates | No | Input for providing the latitude and longitude information. |
| Phone | field\_location_phone | Yes | Input for providing the phone information. |
| Fax | field\_location_fax | No | Input for providing the fax information. |
| Email | field\_location_email | No | Input for providing the email information. |
| Directions | field\_location_directions | No | A link field for adding the directions link. |
| Facility Hours | field_branch_hours | No | The facility hours |
| Facility Holiday Hours | field_branch_holiday_hours | No | Any special holiday hours for the facility. |
| **Content Area** | Field group | ||
| 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 | ||
| 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

Expand Down

0 comments on commit 7a21e38

Please sign in to comment.