~~NOTOC~~ > Administrator’s Guide #@IC_HTML@# > Configuration and Import ====== Parameter file "CharacteristicTags" ====== ---- {{ :en:infra-convert:dev:icon_dev_kennzeichnungen.png?nolink&50|}} The →[[en:infra-convert:user:terms#Label|Labels]] (respectively tags) that are available in a project are defined in the parameter file "CharacteristicTags.json". These definitions are loaded when a new →[[en:infra-convert:user:terms#Project|project]] is created and saved in the project file. This means that it is only in the project itself possible to later change the tags for a project. During installation, the parameter file "CharacteristicTags.json" is saved at the following location: %ProgramData%\ELIAS GmbH\infra-convert\JsonData\CharacteristicTags.json If another parameter file is to be loaded when starting the program, this can be specified in the startup parameter file (see Configuration and Import > Startup parameter file > [[en:infra-convert:dev:parameter#Parameter file for tags]]). \\ //**__Content__**//  • [[en:infra-convert:dev:characteristictags#Administrator tools]]\\  • [[en:infra-convert:dev:characteristictags#ID]]\\  • [[en:infra-convert:dev:characteristictags#List position]]\\  • [[en:infra-convert:dev:characteristictags#Friendly Name]]\\  • [[en:infra-convert:dev:characteristictags#Color]]\\  • [[en:infra-convert:dev:characteristictags#Display text]]\\  • [[en:infra-convert:dev:characteristictags#Installation/Deinstallation]] \\ ===== Administrator tools ===== **Export project settings** You can export the current project settings as project template files ("CharacteristicTags.json", "SpecialCategories.json" and "StampTemplates.json") from the #@IC_HTML@# user interface. (Available from programme version 2.4.1.)\\ **Siehe** User Manual > Settings > Project Settings > Tags > [[en:infra-convert:user:config:label#save_export|Save/Export]] \\ ===== ID ===== Unique, internal identifier for the tag. To create a new tag, you can simply use any GUID generator. "Id": "24C41CA8-871C-456E-B082-22EC2A20216D" |< 100% 33% 12% 54% >| ^ Parameter ^ Type ^ Value/Content ^ ^ ID | String | GUID of the tag | \\ ===== List position ===== Position in the list fields to select a tag. "Priority": 1 |< 100% 33% 12% 54% >| ^ Parameter ^ Type ^ Value/Content ^ ^ Priority | Integer | List position; the higher the value, the higher the classification | \\ ===== Friendly Name ===== Unique, internal identifier for the tag in the form of a “user-friendly name”. "FriendlyName": "TagOne" |< 100% 33% 12% 54% >| ^ Parameter ^ Type ^ Value/Content ^ ^ FriendlyName | String | Unique identifier for the tag as corresponding name | \\ ===== Color ===== The color of the tag is specified in the object **Color**. "Color": null "Color": "#FF1C5EE2" "Color": { "Type": "RGB", "R": 0, "G": 255, "B": 0 }, |< 100% 33% 12% 54% >| ^ Parameter ^ Type ^ Value/Content ^ ^ Color | String | Set colour value:\\ **null** Do not overwrite stamping colour\\ **#AARRGGBB** Overwrite with hexadecimal coded colour\\ **{...}** Overwrite with (A)RGB-coded colour | ^ └ Type | String | Color system:\\ **RGB** Red-Green-Blue\\ **ARGB** Alpha-Red-Green-Blue | ^ └ A | Integer | Value for the alpha channel (0 … 255, wiht 0 = fully transparent) | ^ └ R | Integer | Value for the red color channel (0 … 255) | ^ └ G | Integer | Value for the green color channel (0 … 255) | ^ └ B | Integer | Value for the blue color channel (0 … 255) | \\ ===== Display text ===== Texts can be specified in this object, which are displayed in #@IC_HTML@# depending on the user language set. "LocalizedProperties": [ { "Name": "Kennzeichnung Eins", "Description":"", "LanguageCode": "de" } ] |< 100% 33% 12% 54% >| ^ Parameter ^ Type ^ Value/Content ^ ^ Name | String | Display name for the tag | ^ Description | String | Description text | ^ LanguageCode | String | Language abbreviation as per ISO 639-1 | \\ ==== Installation/Deinstallation ==== The following describes the process for deinstalling, reinstalling (installing after previous deinstallation) and installing (without previous deinstallation) #@IC_HTML@# using the parameter file “CharacteristicTags.json”. Essential preconditions are: the file is at the location where it was installed, and has not been renamed. > **See also** Introduction > Overview (program version 2) > [[en:infra-convert:dev:intro_preview#installation_uninstallation|Installation/Uninstallation]] **Deinstallation** The file is deleted. **Reinstallation** An existing file is overwritten. **Installation** An existing file is overwritten. ---- **Go to previous page**\\ Configuration and Import > [[en:infra-convert:dev:settings|Parameter file "Settings"]] **Go to next page**\\ Configuration and Import > [[en:infra-convert:dev:characteristicclasses|Parameter file "CharacteristicClasses"]]