Skip to content

Commit 961c80f

Browse files
committed
Reduce field characters limit
1 parent 8077d9d commit 961c80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

event/listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function add_googleanalytics_configs($event)
9090
'googleanalytics_id' => array(
9191
'lang' => 'ACP_GOOGLEANALYTICS_ID',
9292
'validate' => 'googleanayltics_id',
93-
'type' => 'text:40:255',
93+
'type' => 'text:40:20',
9494
'explain' => true,
9595
),
9696
);

0 commit comments

Comments
 (0)