teunmooij / payload-tools

Collection of payload plugins and tools: payload-openapi, payload-swagger, create-payload-api-docs, payload-rbac
https://github.com/teunmooij/payload-tools/#readme
MIT License
94 stars 12 forks source link

skip not user collections #84

Open vanarok opened 5 months ago

vanarok commented 5 months ago

Fixes #72

Add a function to skip collections that are not part of user collections. Use as:

    swagger({
      exclude: {
        others: ['payload-preferences', 'payload-migrations'],
      },
    }),