Skip to content
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

[Designer] It seems some properties are not enabled for our designer SDK, #8651

Open
Neeraj-swarnkar opened this issue Aug 11, 2023 · 8 comments

Comments

@Neeraj-swarnkar
Copy link

Neeraj-swarnkar commented Aug 11, 2023

Problem Description

I thought this might be a target version issue, but it's not, It seems some properties are not enabled for our designer SDK,

image image

From Action type -> ToggleVisibility and
From Layout -> Vertical content alignment
Need to check in detail.

image

I don't see both values in my designer SDK. Kindly help.

Card JSON

NA

Screenshot

No response

@jwoo-msft @anna-dingler Could you please suggest something ?

@Neeraj-swarnkar
Copy link
Author

@anna-dingler Can you get some help here, Thanks..

@jwoo-msft
Copy link
Member

Hi @Neeraj-swarnkar,

Could you please provide more context regarding what you mean by "our designer"?

Thank you.

@Neeraj-swarnkar
Copy link
Author

Hi @Neeraj-swarnkar,

Could you please provide more context regarding what you mean by "our designer"?

Thank you.

Thanks for the reply @jwoo-msft,
'Our Designer' means the code that I have in my local, Recently I have upgraded the designer SDK packages.

options we enabled are below -

ACDesigner.GlobalSettings.enableDataBindingSupport = true; ACDesigner.GlobalSettings.showVersionPicker = true; ACDesigner.GlobalSettings.selectedHostContainerControlsTargetVersion = true; ACDesigner.GlobalSettings.showTargetVersionMismatchWarning = true; ACDesigner.GlobalSettings.supportedTargetVersions = [Adaptive.Versions.v1_0, Adaptive.Versions.v1_1, Adaptive.Versions.v1_2, Adaptive.Versions.v1_3];

From Action type -> ToggleVisibility and
From Layout -> Vertical content alignment

Are not visible, should I enable and properties or options.

@jwoo-msft
Copy link
Member

c.c @anna-dingler

@Neeraj-swarnkar
Copy link
Author

Hi @anna-dingler , can I get your suggestions here ? Please.

@anna-dingler
Copy link
Contributor

Hi @Neeraj-swarnkar,

Have you made any other modifications to your designer package?

The designer initialization for our site can be seen here:

I see that you have the ACDesigner.GlobalSettings.selectedHostContainerControlsTargetVersion set to true. I would double check that the host containers you have included are using a high enough version.

Thanks,
Anna

@Neeraj-swarnkar
Copy link
Author

Hi @Neeraj-swarnkar,

Have you made any other modifications to your designer package?

The designer initialization for our site can be seen here:

I see that you have the ACDesigner.GlobalSettings.selectedHostContainerControlsTargetVersion set to true. I would double check that the host containers you have included are using a high enough version.

Thanks, Anna

Hi @anna-dingler, Thanks for the response,

ACDesigner.GlobalSettings.enableDataBindingSupport = true; ACDesigner.GlobalSettings.showVersionPicker = true; ACDesigner.GlobalSettings.selectedHostContainerControlsTargetVersion = true; ACDesigner.GlobalSettings.showTargetVersionMismatchWarning = true; ACDesigner.GlobalSettings.supportedTargetVersions = [Adaptive.Versions.v1_0, Adaptive.Versions.v1_1, Adaptive.Versions.v1_2, Adaptive.Versions.v1_3];

This is the GlobalSettings we have, In Microsoft designer I checked for every version we have
From Action type -> ToggleVisibility and From Layout -> Vertical content alignment

So, it's not the version issue, are we missing any other setting change here ?

@anna-dingler
Copy link
Contributor

Hi @Neeraj-swarnkar,

Are you still running into this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants