# Profiles

This is a list of settings that override the manager settings for the specified user group.

For example, for users of the "Manager" group, when we upload images, we want to use a watermark, but we don’t want to use watermark for the "Administrator" group. To do this, we need to create an override. List of available overrides:

<table><thead><tr><th>Name</th><th>Config Name</th><th>Available Values</th></tr></thead><tbody><tr><td>Custom Scopes</td><td>scopescustom</td><td><p>For custom scopes define JSON format:</p><pre><code>                        
{
	"scopescustom0": {
		"enable": "1",
		"id": "generatefromtitle1",
		"title": "Some scope",
		"path": "images/{year}-{month}-{day}"
	},
	 "scopescustom1": {
		"enable": "1",
		"id": "generatefromtitle2",
		"title": "One more scope",
		"path": "images/{year}-{month}"
	}
}

</code></pre></td></tr><tr><td>Max upload file size</td><td>maxsize</td><td>number (in megabytes)</td></tr><tr><td>Max characters in the name of folders and files</td><td>maxsizefilename</td><td>number</td></tr><tr><td>Add postfix to file names</td><td>postfix</td><td>1 or 0</td></tr><tr><td>Metadata for files</td><td>metafile</td><td>1 or 0</td></tr><tr><td>Additional metadata</td><td>metafileextended</td><td>1 or 0</td></tr><tr><td>Hide upload area</td><td>dropareahidden</td><td>1 or 0</td></tr><tr><td>Show help button</td><td>help</td><td>1 or 0</td></tr><tr><td>Allowed MIME types</td><td>mimetype</td><td>Text (mime types each on the new line)</td></tr><tr><td>Search images in Unplash</td><td>unsplash</td><td>1 or 0</td></tr><tr><td>Search images in Pixabay</td><td>pixabay</td><td>1 or 0</td></tr><tr><td>Save original images</td><td>original</td><td>1 or 0</td></tr><tr><td>Use originals for cropping</td><td>originalresize</td><td>1 or 0</td></tr><tr><td>Auto resize images</td><td>resize</td><td>1 or 0</td></tr><tr><td>Max resize width</td><td>rezizemaxwidth</td><td>number</td></tr><tr><td>Max resize height</td><td>rezizemaxheight</td><td>number</td></tr><tr><td>Apply watermark</td><td>overlay</td><td>2 (button), 1 (auto) or 0 (enable)</td></tr><tr><td>Watermark file</td><td>overlayfile</td><td>String, path to image, for example "images/joomla.png"</td></tr><tr><td>Resize watermark in percents</td><td>overlaypercent</td><td>1 or 0</td></tr><tr><td>Watermark percents</td><td>overlaypercentvalue</td><td>Number from 0 to 100 (percents)</td></tr><tr><td>Watermark position</td><td>overlaypos</td><td>top-left, top, top-right, left, center, right, bottom-left, bottom, bottom-right</td></tr><tr><td>Watermark margins</td><td>overlaypadding</td><td>number</td></tr></tbody></table>

\## Usage Examples For "Manager" group override "Custom Scopes"&#x20;

For "Editor" group restrict upload file size to 2 megabytes.&#x20;
