fixes #2377 add 3XL and 4XL derivatives

This commit is contained in:
HWFord
2025-06-26 12:35:03 +02:00
parent 8f3adbda79
commit b825f45537
6 changed files with 44 additions and 3 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ function ws_addDefaultMethods( $arr )
array_merge(array(
'types' => array('default'=>null,
'flags'=>WS_PARAM_FORCE_ARRAY,
'info'=>'square, thumb, 2small, xsmall, small, medium, large, xlarge, xxlarge'),
'info'=>'square, thumb, 2small, xsmall, small, medium, large, xlarge, xxlarge, 3xlarge, 4xlarge'),
'ids' => array('default'=>null,
'flags'=>WS_PARAM_FORCE_ARRAY,
'type'=>WS_TYPE_ID),