We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
b2d3d36
validate
ec14763
b70d776
Breaking change: The labels option is now the rules option and is way more flexible:
labels
rules
schedule(labels({ rules: [{ // Any checkbox matching this regex will have the "Some label" label applied match: /some text/i, label: 'Some label' }] }))