Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sup 16834 fix images maxdimensions documentation #296

Open
wants to merge 3 commits into
base: hotfix-6.0.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed a typo in the documentation of maximum dimension in pixel in https://www.gentics.com/Content.Node/cmp8/guides/fileupload.html#maximum-dimension-in-pixel

5 changes: 3 additions & 2 deletions cms-oss-doc/src/main/source/fileupload.textile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ h3. Maximum dimension in pixel
The allowed maximum size of an uploaded image (in pixel) can be set with the following configuration parameter:

<shell filename="conf/*.yml">
# The default maximum dimensions are 4000x4000
image_maxdimensions: "4000x4000"
config:
# The default maximum dimensions are 4000x4000
images_maxdimensions: "4000x4000"
</shell>