Manage Attributes
- From the left hand menu click Admin – Attributes. You will be taken to the following screen.

- On the Manage Attributes screen you will see listed all the attribute fields that are applied to your assets.
To add an attribute
- Click ‘Add a new attribute’ You will be taken to the Add Attribute screen.

Fig 2 - The Add Attribute screen
- Select your attribute ‘Type’. This it will define what the users can enter in this field. It will also generate the options you will then have on the Add Attribute form. You can select from the list of Attribute Type Options.
- Enter the rest of the attribute’s options. The range of options will depend on the type you have selected. Configuration options include;
- Label - how the attribute is labeled when viewing or editing items.
- Auto complete - if this is ticked then users will be offered suggestions when they start typing in this field on the Advanced Search or Edit Asset pages.
- Include in keyword searches - this is ticked by default and means that any values entered into this attribute are searchable using the Quick Search.
- Mandatory – you can ensure this attribute is completed by selecting this options meaning the user must enter a value to be allowed to continue.
- Mandatory on Bulk Upload - the attribute must be filled in during a Bulk Upload.
- Required for completeness - if you are adding metadata to your assets over a period of time you may want to define which attributes must be filled in before the asset is considered 'complete'. Assets which are missing values for such fields will be highlighted to admin users on the search results page (their panel will turn red with a dotted border).
- Help text - add some text in here and a help icon will appear next to the attribute label when you are editing or uploading an asset. Hovering over the icon will display your help text as a tool tip.
- Hide from sort - if selected the attribute will not show up as an option in the 'Sort by' dropdown shown on the browse and search results pages.
- Highlight on view - attributes with this option selected will be highlighted when viewing an Asset Details page.
- Show on download - the value of this attribute will be shown on the download asset and download lightbox pages (unless it's empty). This can be useful if you want to bring something to the user's attention just before they donwload an asset. For example, it is commonly used to highlight the value of a 'Usage Rights', 'Credit' attribute.
- Populate from child data (this option will only appear if you have 'Asset Types' enabled) - if this is true then if a parent and a child Asset Type both include this attribute then the attribute will not be directly editable for an asset of the parent type. Instead, parent assets will have this value populated with a concatenation of the values set for all its child assets. NOTE: the child Asset Type cannot itself be configured to have children (through relationship types) - if it is then the attribute will not show for the child either.
- Keyword search links on view - attributes with this ticked will be turned into search links when viewing an Asset Details page.
- Keyword delimiter - this is used to split attribute values into keywords/tokens. Find out more.
- Value if not visible - value set for a flexible attribute, when a user is adding a new item but does not have the right to see the attribute.
- Default value - the default value of the flexible attribute - this will be pre-set when a user is uploading a new item.
- Input validation mask - add a regular expression to validate against when saving values for this attribute (Textfield only). Regular expressions are very powerful string comparators and hence can be quite complicated to write. For further information about regular expression syntax please read the following documentation. Common examples are (\w+)@(\w+\.)(\w+)(\.\w+)* for loose email validation and \d\d\/\d\d\/\d\d\d\d for loose date format validation.
- OnChangeScript - This enables you to add some javascript code to execute on the onChange event for this field (obviously this only applies when uploading or editing an asset, ie. when the field is editable). be careful to only use single quotes in your code as the whole thing will be contained within double quotes.
- Initially visible to - Here you can choose whether the attribute is visible to all users or just logged in users.
- Click Save. Your attribute will appear on the list in the Manage Attributes screen.
To edit and delete attributes
- To edit an attribute click [edit] next to it. You will be taken to Edit Attribute screen, very similar to the Add Attribute screen.Note: One significant difference is that in the edit screens, you are unable to edit the ‘Attribute Type’. If you need to add a different ‘Attribute Type’ you will need to add a completely new attribute.
- Make your changes and click save.
- To delete an attribute click [X] next to it.