Try our conversational search powered by Generative AI!

Dynamic properties

Vote:
 
It would be nice if the dynamic properties could store an empty value, even if the property is set with a value higher up in the structure. As it is now, we need a secornd dynamic property to store an empty value (check box checked = empty). A bit unnecessary, I think.
#18690
Oct 11, 2004 13:37
Vote:
 
It's on our wishlist and we have actually tried a generic implementation with support for all dynamic properties so its not a technical problem, the main issue is how to present the GUI for the editor with all these options available for inheritage. My suggestion right now if you only need this feature for a boolean value and don't want the double properties is to actually develop a tristate property that you can use instead of boolean, for example by inheriting from PropertyNumber and adding a dropdown with values (Inherit), Activate and Deactive or something similar. It should be a fairly simple hack, you got the source for PropertyWeekDay in the SDK under source/EPiServer/SpecializedProperties that present a dropdown and stores it as a number.
#18923
Oct 11, 2004 20:28
This thread is locked and should be used for reference only.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.