Property: | Data type: | Description: | Default: |
|---|---|---|---|
fileText | string / stdWrap | Text serving as base for a file name for image. There are two options to define: A) provide the text direct: fileText = pic this will take “pic” as the basis to generate the file name. So it will lead to file names like: image/pic-x2g.jpg B) define a hierarchy list: fileText = hierarchy:title|altText|pageTitle|defaultFileText This will take the first data in the hierarchy list that is not empty. So it will lead to file names like: image/dam-title-for-the-image.jpg Options for the hierarchy are: 1) file_name = the file name of the original image 2) pageTitle = the title of the html page the image is on 3) all DAM-Information to the image 4) altText, titleText, longdescUrl – from the IMAGE Object 5) all informations that are defined in addText (see there) If fileText is not set no realUrl file name will be generated. If the defined hierarchy does not lead to a text no realUrl file name will be generated. stdWrap property can be used so there is a huge variety to process the file names. For e.g. Exclude words via preUserFunc or crop the maximal length respecting words. | hierarchy:title|altText|pageTitle|file_name|defaultFileText |
altText | string / stdWrap | Same as fileText (see there) | hierarchy:altText|title|pageTitle|file_name|defaultAltText |
addText. | TS array | Definition of additional texts for a image. This texts can be used in fileText and altText (see there). e.g.: addText { defaultFileText = image defaultAltText = } Each information with stdWrap | defaultFileText = pic defaultAltText = |
spaceCharacter | string | Space character in the generated file name | - |
imageFolder | string | A folder included in the realURL path | images |
appendHash | int | To keep the file names static, not depending on cache and order of image viewed - Important for SEO! For pages with lots of images with possibly the same base for the file name it is recommended to set this to a higher value to avoid random suffix on images url's. | 2 |
encodeTitle_userProc | string | User function to encode the filename out of the image title Notice: As far as I see there is no proper use of this configuration. At least up to now I haven't seen a reasonable example of it in use. | [empty] |
recordStorage | Int | Store the records in this sysfolder Notice: As far as I see there is no proper use of this configuration. At least up to now I haven't seen a reasonable example of it in use. In addition I doubt if it will work at all. - in all my tests it did not. | 0 |