-
Notifications
You must be signed in to change notification settings - Fork 561
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
[HTML] Fallback and Requires support #2161
Conversation
Sample payload to test with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now supports "requires" clause. Can be tested via the Outlook host in the visualizer, which defines two "capabilities":
To test, select the Outloook Actionable Messages host container, and add a "requires" property to any element, action or the card itself. For instance:
The above will cause the element/action/card to fall back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
Use "*" instead of "any"
Implements #2019