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

feat: add support for task lists #84

Merged
merged 2 commits into from
Sep 7, 2021
Merged

Conversation

younho9
Copy link
Contributor

@younho9 younho9 commented Jul 1, 2021

Add support for task lists.

Type Element Data Example
taskLists Task list An array of strings or array of task objects or lists representing the items. { taskLists: [{ title: "item 1" }, { title: "item 2", isDone: true }, "item 3"]

reslove #83

@IonicaBizau IonicaBizau mentioned this pull request Sep 7, 2021
@IonicaBizau
Copy link
Owner

Sorry for the delay. It looks great! ❇️

@IonicaBizau IonicaBizau merged commit caeb6c5 into IonicaBizau:master Sep 7, 2021
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

Successfully merging this pull request may close these issues.

2 participants