Using Site-Wide Attributes
Site-wide attributes are global attributes that you may set to affect the entire web site. Â They are independent of themes. Â The attributes list is created by collecting all page directives within file system to present a consolidated list on the General tab.
Here is a list of the different types of attributes:
string
A string is a single line of text. Â The text can contain any printable character or spaces.
Â
multiline
The multiline attribute is also a string, but may contain newlines. Â It is useful for editing large blocks of text.
Â
html
The html attribute is a further extension of the multiline attribute. Â It also allows for multiple lines of text, but additionally provides basic syntax highlighting to make editing easier.
Â
integer
The integer attribute is an attribute field that only accepts whole numbers. Â The field contains up and down arrows at the right side of the field to make selection easier.
Â
color
The color attribute accepts only valid html color codes. Â A color chooser may be activated by clicking on the current color within the field.
Â
boolean
The boolean attribute is a checkbox. Â Checked means true, yes, or any other positive condition. Â Unchecked means false and the like.
Â
Â
itemset
The itemset attribute appears to be a blank text field, but when you begin typing, a list of matching item ids (products) display, which you may choose. Â Multiple items may be selected, and each is represented by the item id and a small x. Â Click on the x to remove that item from the itemset.
Â
Â