Opening a hasMany in a new window and not a pop up

Hi there,

I have a model that has a hasMany on it (a story has many narratives) Each of those narratives has 2 more hasMany (actions and criterias). Currently the default action of a has many in the CMS when you click on the record is to open it in a po pup. As the information on my narrative is quite large I would rather that open in a new window ( not popup). That way the 2 hasMany on the narratives open in a popup, ( so im not getting a pop up in a pop up). Is this possible?

Thanks

yes I think this is possible, in the config_list.yaml of your initlial record, you can specify to use a link to the record instead of a popup.

it should be in the doc around here https://docs.octobercms.com/3.x/extend/lists/list-controller.html#configuring-the-list-behavior

edit:
you can use recordUrl or recordOnClick in the config_lis.yaml