I get the following issues with attributes.
I Have created a Company attribute in my repository, in the form it works well, and I was able to set the setting to "SINGLE".
In the header and the template I could display the combo box and the value but I could not change the properties.
In the header.xml I have the following :
<Object>
<Token>[ATTRIBUTE:Company]</Token>
<Settings>
<Setting>
<Name>CssClass</Name>
<Value>breadcrumb</Value>
</Setting>
<Setting>
<Name>Width</Name>
<Value>300</Value>
</Setting>
</Settings>
</Object>
but the attribute combo stay at default size and format.
In the template.xml I have :
<Object>
<Token>[ATTRIBUTE:Company]</Token>
<Settings>
<Setting>
<Name>CssClass</Name>
<Value>Head</Value>
</Setting>
</Settings>
</Object>
but the style stay to normal.
Is it a bug ? , I have tried with multiple combinations of upper and lower case for [attribute] but nothing works.
Any idea welcome.
I have also noticed some issues in documentation, for example the XML Setting "Required" is not documented although it is usefull for skinning.