I’m fairly new to Drupal have content types that loop in children content types using fields. The result is something like this.
Office Content Type Field: Office Content Type - Office Content Type - Field: Person Content Type - Field: Person Content Type - Field: Person Content Type - Office Content Type -- Field: Office Content Type -- Field: Person Content Type -- Field: Person Content Type
I need a child be able to recognize it has a parent or grandparent. However this directory was created using content types for the offices instead of taxonomies. Is it possible to pull hierarchical information from nested content types? Should the Office Content Type have been created as a taxonomy instead?
Links to details and documentation is welcome.
I’m using Drupal 9.3.x