Skip to content

Commit afe14e8

Browse files
committed
Fix spacing in config.md
1 parent 7ffd712 commit afe14e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ ThumbHeightCatalog |int |50
9191
AllowOtherExtensions |map[string]string | |AllowOtherExtensions is a map of file extensions to use for uploads that are not images or videos The key is the extension (e.g. ".pdf") and the value is the filename of the thumbnail to use in /static
9292
StripImageMetadata |string | |StripImageMetadata sets what (if any) metadata to remove from uploaded images using exiftool. Valid values are "", "none" (has the same effect as ""), "exif", or "all" (for stripping all metadata)
9393
ExiftoolPath |string | |ExiftoolPath is the path to the exiftool command. If unset or empty, the system path will be used to find it
94+
9495
Example options for `GeoIPOptions`:
9596
```JSONC
9697
"GeoIPType": "mmdb",
@@ -100,7 +101,7 @@ Example options for `GeoIPOptions`:
100101
}
101102
```
102103

103-
CustomFlags` is an array with custom flags, selectable via dropdown. The `Flag` value is assumed to be in /static/flags/. Example:
104+
`CustomFlags` is an array with custom post flags, selectable via dropdown. The `Flag` value is assumed to be a file in /static/flags/. Example:
104105
```JSON
105106
"CustomFlags": [
106107
{"Flag":"california.png", "Name": "California"},

0 commit comments

Comments
 (0)