Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make isAnimation and isPrivate optional #104

Open
antho1404 opened this issue Dec 22, 2022 · 0 comments
Open

Make isAnimation and isPrivate optional #104

antho1404 opened this issue Dec 22, 2022 · 0 comments

Comments

@antho1404
Copy link
Member

    Those two could be optional with a default to make the API easier to understand for beginner.
  isAnimation: boolean = false,                         // set to true if content file is a video. Require to set preview
  isPrivate: boolean = false,                           // set to true if content is private. Require to set preview.

Originally posted by @NicolasMahe in #102 (comment)

@NicolasMahe NicolasMahe added documentation Improvements or additions to documentation enhancement New feature or request and removed documentation Improvements or additions to documentation enhancement New feature or request labels Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants