Settings.php in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2
File
src/Flmngr/FileUploaderServer/lib/action/resp/Settings.phpView source
<?php
namespace Drupal\n1ed\Flmngr\FileUploaderServer\lib\action\resp;
/**
* Settings for image.
*/
class Settings {
public $maxImageResizeWidth;
public $maxImageResizeHeight;
}