PHP code example of shel / neos-image-checker
1. Go to this page and download the library: Download shel/neos-image-checker library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
shel / neos-image-checker example snippets
yaml
Neos:
Neos:
Ui:
frontendConfiguration:
'Shel.Neos.ImageChecker:ImageChecker':
enabled: true # allows disabling the checks for all image properties
defaults:
fileSize:
default: 2048
svg: null
png: null
jpg: null
fileDimensions:
maxWidth: null
maxHeight: null
minWidth: null
minHeight: null
fileName:
allowedPattern: '^[0-9a-zA-Z_\-.]+$'