UNPKG

strapi-plugin-parent-child-relationships

Version:

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

8 lines (5 loc) 109 B
"use strict"; const customRelation = require("./custom-relation"); module.exports = { customRelation, };