I'm looking at using Bolt for a documentation site that currently uses Cockpit CMS.
Within Cockpit, there's a fieldtype called "collectionLink". This field type (in Bolt terms) let's you select a record from another record - building a relationship. I see that I can set relationships at the page level, but I want to be more specific.
For example, my setup currently is fairly complex, but here's the gist: I want to document specific relationships such as required parent, required child, required sibling, etc. In Cockpit I can add a field type, call it Required Parent and set it to select records from another content type that establishes a link and allows me to get that information through the API. I can then also do the same with Required Child as a separate field, etc.
Can I accomplish something similar within Bolt? It looks like there's an extension called related content that allows for manual selection, but without having familiarity with Bolt, I wanted to check with the masses.