Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Update plugin config and README accordingly #275

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

soupette
Copy link
Contributor

@soupette soupette commented Feb 8, 2022

Signed-off-by: soupette cyril@strapi.io

Update the plugin configuration:

Before

collectionTypes: [
    {
      singularName: 'article',
      queryParams: {
        publicationState: 'preview',
        populate: {
          category: { populate: '*' },
          cover: '*',
          blocks: {
            populate: '*',
          },
        },
      },
    },
    {
      singularName: 'author',
    },
]

After

collectionTypes: [
    {
      singularName: 'article',
      queryParams: {
        publicationState: 'preview',
        populate: {
          category: { populate: '*' },
          cover: '*',
          blocks: {
            populate: '*',
          },
        },
      },
    },
   'author',
]

Signed-off-by: soupette <cyril@strapi.io>
@soupette soupette requested a review from remidej February 8, 2022 12:43
@soupette soupette merged commit a5b5595 into init-migration Feb 9, 2022
@soupette soupette deleted the improve-config branch February 9, 2022 07:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant