I've checked XbyK has Visibility feature in Content Type, but not display in module UI, could you enable or update it inside code?
Environment
Xperience by Kentico version: 30.10.0
.NET version:[8
You have no notifications.
I've checked XbyK has Visibility feature in Content Type, but not display in module UI, could you enable or update it inside code?
Environment
Xperience by Kentico version: 30.10.0
.NET version:[8
Visibility conditions can be defined through code for Page Builder, Form Builder, and Admin UI, which might suit your scenario. There are default conditions that cover common use cases:
You can also create custom conditions:
Hi Milan,
Thanks for you help, do you know any example to config for custom Module Form UI,
I've checked here, but don't Visibility feature here.
Yep, it’s not directly in the UI. That’s why I pointed you to the visibility conditions defined in the code. I’ve successfully implemented them for widget properties. The documentation says they should also work in the admin UI, but I’m not sure whether that includes custom modules as well. I recommend putting a bit of effort into trying it yourself or waiting to see if someone else can provide more detailed guidance.
To response this discussion, you have to login first.