mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
Minimum width of cover photo upload is optional
This commit is contained in:
@@ -779,6 +779,15 @@ $this->sections[] = array(
|
||||
'default' => 1000,
|
||||
'validate' => 'numeric',
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'cover_min_width',
|
||||
'type' => 'text',
|
||||
'title' => __( 'Cover Photo Minimum Width' ),
|
||||
'desc' => __( 'This will be the minimum width for cover photo uploads' ),
|
||||
'default' => 1000,
|
||||
'validate' => 'numeric',
|
||||
),
|
||||
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user