Skip to content

Commit e031a6f

Browse files
committed
added validate url example
1 parent 1a7a826 commit e031a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/options.samples.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,7 @@
27432743
'type' => 'text',
27442744
'title' => 'URL validate',
27452745
'subtitle' => 'This text field only allows validated url address.',
2746-
'default' => 'Lorem ipsum value',
2746+
'default' => 'http://codestarframework.com',
27472747
'validate' => 'csf_validate_url',
27482748
),
27492749

0 commit comments

Comments
 (0)