Umbraco package that offers a collection of editors that allow to hide or display other properties in the same Document Type.
https://www.nuget.org/packages/Our.Umbraco.ConditionalDisplayers
Run this from your Package Manager Console in Visual Studio:
PM> Install-Package Our.Umbraco.ConditionalDisplayers
This version uses the new UUI Library included by default in Umbraco 10.4 + and 11.1 + based on this post: https://umbraco.com/blog/umbraco-product-update-january-2023/
For previous versions of Umbraco that still support the uui, you will need to include or reference the library's css and js files manually.
Fire Hydrant icon by Icons8
- Fix bug when dropdown is used in a block list property
- Add support for multilanguage #31
- Fix default value not being applied when properties are in a non-visible tab