Fixed Properties can't be included into property-groups in templates

CyberAP

Well-known member
For example you have a property group @myGroup which can contain any css property like color, bg, etc. It can be created in ACP. In this property-group you have a filed called "Miscellaneous".
example.webp
If you include there a simple multi-line property it works as it should. But when you open a css template which contains this property-group (and multi-line property inside it) and save it - XenForo removes this simple property from property group.
 
I should note that the inclusion of a "complex" property is actually the issue - that shouldn't be allowed. You should only be able to use scalar values from properties there.
 
Sorry, I misunderstood what you meant. I thought by a multi-line property, you meant a complex CSS property - not a scalar multi-line property. This is fixed now for 1.1 then.
 
Top Bottom