Skip to content

Commit

Permalink
Merge pull request nathanreyes#1300 from Wiejeben/patch-1
Browse files Browse the repository at this point in the history
Update attributes dates weekday repeater example
  • Loading branch information
nathanreyes authored Sep 10, 2023
2 parents 69f0bd2 + 1b908eb commit 21612c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,12 @@ export default {
{
description: 'Take Noah to basketball practice.',
isComplete: false,
dates: { weekdays: 6 }, // Every Friday
dates: {
repeat: {
from: null,
weekdays: 6 // Every Friday
}
},
color: 'red',
},
];
Expand Down

0 comments on commit 21612c1

Please sign in to comment.