- Timestamp:
- 2012-11-17T16:21:07+01:00 (12 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r5581 r5585 48 48 the entry in 2-3 words.) Instead of comma separeted list 49 49 instead using values, display_values and short_descriptions, the following form is also supported: 50 <list_entry value="" display_value="' short_description="" icon=""/> 50 <list_entry value="" display_value="' short_description="" icon="" icon_size=""/> 51 icon: location of icon 52 icon_size: maximal size of icon. If tag is not setup it is taken default size of icon file 51 53 default: default string to display (defaults to "") 52 54 use_last_as_default: true/false/force (default is "false") … … 66 68 the entry in 2-3 words.) Instead of a separated list 67 69 instead using values, display_values and short_descriptions, the following form is also supported: 68 <list_entry value="" display_value="' short_description="" icon=""/> 70 <list_entry value="" display_value="' short_description="" icon="" icon_size=""/> 71 icon: location of icon 72 icon_size: maximal size of icon. If tag is not setup it is taken default size of icon file 69 73 default: default string to display (defaults to "") 70 74 use_last_as_default: true/false/force (default is "false") -
trunk/data/tagging-preset.xsd
r5579 r5585 133 133 <attribute name="short_description" type="string" /> 134 134 <attribute name="icon" type="string" /> 135 <attribute name="icon_size" type="integer" /> 135 136 </complexType> 136 137
Note:
See TracChangeset
for help on using the changeset viewer.