Let’s say I want to create multiple variants of a button. While creating them, I name them the following:
Buttons/Type: Primary/Icon: False
Buttons/Type: Primary/Icon: True
I then select them both and click “Combine as variants”. The combined component doesn’t inherit the property names. Shouldn’t it be the other way around?
tank666
November 13, 2021, 7:18pm
#2
To preserve property names, the syntax should be like this:
Property 1=Value 1, Property 2=Value 2, …
But in this way the name of the component is lost.
makes sense, thanks for the answer!
So I guess defining property names prior to combining variants is not supported then?
I tried removing “Buttons” from the example I described in the original post and the properties don’t get inherited in that case either.
tank666
November 13, 2021, 7:39pm
#4
Instead of a colon :
, there must be an equal sign =
and instead of a slash /
there must be a comma ,
.
that ended up working perfectly, thank you so much!
system
Closed
December 13, 2021, 6:55pm
#6
This topic was automatically closed after 30 days. New replies are no longer allowed.