spfx extensions
2 TopicsHow to make URLs open in new tab in adaptive cards
We have created one Spfx adaptive card extension to use in Viva dashboard. We need to show some hyperlinks in the card. We have used the markdown language as shown below to show this. But the hyperlinks are opening in the same tab. { "type": "TextBlock", "text": "**[${Title}](${URL})**", "wrap": true } Also we tried using Action.OpenUrl as shown below. With this also the links are opening in the same tab. "actions": [ { "type": "Action.OpenUrl", "title": "View More", "url": "${URL}" } ] Is there way we can force the links in adaptive cards to open in new tab. Thanks.5.4KViews0likes2CommentsSPFx Extension ListView Command Set in Microsoft Teams?
Hi everyone, What am I doing? I am doing a proof of concept (PoC) with an SharePoint Framework Extension ListView Command Set in my personal tenant. I have used this command (ClientSideExtension.ListViewCommandSet) to show the SPFx Extension in the library 'ribbon' and in each library item. (The next image is in Spanish but it's no too complicated to understand the problem) What do I want? I have upload an SPFx Extension ListView Command Set to a SharePoint library. And what I want is to show this SPFx Extension in a Microsoft Teams channel that has a 'tab' connected to the mentioned SharePoint library (as you can see in the next image). What is the problem? When I connect my SharePoint Library with my Teams channel and I click an item, then I cannot see the SPFx Extensions Command Bars (but, obviously, I can see the default SharePoint bars). Which is my question? Do you know if it is possible, at this moment, to show an SPFx Extension Command Bar associated to an SharePoint Library in its Teams view? (The next image is in Spanish but it's no too complicated to understand the problem) I hope you can help me with this problem. Best regards, Carlos4.4KViews0likes3Comments