Implementing Conditional/Dependent Properties in Plugins

Hello Bubble Team,

I am developing a plugin and I need to implement conditional/dependent properties in the editor interface.

Specific case:
I have a property called menu1_icon_type that can have the values ​​"simple" or “animated”. Depending on the selected value:

If it is “simple”, I need to show only the menu1_icon field
If it is “animated”, I need to show the menu1_icon_src and menu1_icon_trigger fields

Is there any way to define conditional/dependent properties from the plugin editor’s graphical interface?

If it is not possible through the interface, what is the best practice to implement this behavior, just as it is done natively in the editor when selecting, for example, the Background style, the other definitions appear according to the selected option?

I would be grateful for any guidance you can provide.

This is not possible with plugin editor actually. Bubble have more power on their plugin behavior than plugin editor.