Hi,
When I add classes with the same value attribute to the <classes> element of the "ToolsFile.xml" file, then only last one is displayed in the Apply CSS dropdown list. For example:
In this case there is only "Name 2" class in the list.
Is this expected behavior? And if it is, is this documented somewhere? Is there any configuration to allow displaying all classes with the same value?
Thank you in advance.
Best regards,
Vitaliy
When I add classes with the same value attribute to the <classes> element of the "ToolsFile.xml" file, then only last one is displayed in the Apply CSS dropdown list. For example:
<
classes
>
<
class
name
=
"Name 1"
value
=
".class1"
/>
<
class
name
=
"Name 2"
value
=
".class1"
/>
</
classes
>
In this case there is only "Name 2" class in the list.
Is this expected behavior? And if it is, is this documented somewhere? Is there any configuration to allow displaying all classes with the same value?
Thank you in advance.
Best regards,
Vitaliy