UNPKG

strapi-plugin-parent-child-relationships

Version:

Strapi plugin to create and manage parent-child relationships between content types using custom fields

4 lines (3 loc) 126 B
export function getRelationLink(targetModel, id) { return `/content-manager/collection-types/${targetModel}/${id ?? ''}`; }