Russ
Well-known member
- Affected version
- 2.1
I'm not sure this would be a bug but we use a select menu with value parameters in a couple of properties.
In this example, say you:
You can't edit the property on the child style, your only option is to revert the property and reselect the option. Is this as designed? Since it's inheriting from a parent style is there anyway to simply export the selected value?
In this example, say you:
- Choose a font on the child style
- Export it and delete it
- Update the main parent (left side)....
- Re-import the child style and it will not update the values because the value parameters are being exported and re-imported exactly how they were:
Code:
<properties>
<property property_name="fontname" group_name="testgroup" title="Font Family" description="" property_type="value" value_type="select" depends_on="" value_group="" display_order="0" addon_id="">
<value_parameters>arial=Arial
comicsans=Comic Sans :)
lato=Lato
montserrat=Montserrat
mplusrounded=M Plus Rounded
nunito=Nunito</value_parameters>
<value>"comicsans"</value>
</property>
</properties>
You can't edit the property on the child style, your only option is to revert the property and reselect the option. Is this as designed? Since it's inheriting from a parent style is there anyway to simply export the selected value?
Last edited: