We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8077d9d commit 961c80fCopy full SHA for 961c80f
1 file changed
event/listener.php
@@ -90,7 +90,7 @@ public function add_googleanalytics_configs($event)
90
'googleanalytics_id' => array(
91
'lang' => 'ACP_GOOGLEANALYTICS_ID',
92
'validate' => 'googleanayltics_id',
93
- 'type' => 'text:40:255',
+ 'type' => 'text:40:20',
94
'explain' => true,
95
),
96
);
0 commit comments