I'm using the AdaptiveCards package (1.2.3) in Bot Framework. I designed a fancy card and then I saw AdaptiveCards 1.2 is not supported (at least in Azure WebChat and the Emulator).
There's plenty of useful features in the 1.2 package:
- The
bleed
effect in containers and columns. - The
ActionSet
feature to display buttons anywhere on the card. - Being able to
ToggleVisibility
an element. - ...
Is there any chance that AdaptiveCards 1.2 will be supported anytime soon?
Anyways, I'm trying to work around the problem and get a similar result using the 1.1 version. I tried to simulate the bleed effect with the padding
property (with no success), I'd also like to have actions in a separate column like so:
Is there a way to achieve this in AdaptiveCards 1.1?