UNPKG

strapi-plugin-parent-child-relationships

Version:

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

9 lines (6 loc) 169 B
export const PUBLICATION_STATES = { DRAFT: 'draft', PUBLISHED: 'published', }; export const RELATIONS_TO_DISPLAY = 5; export const SEARCH_RESULTS_TO_DISPLAY = 10;