mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Allow developer to use hyphens in plugin title.
This commit is contained in:
@@ -2538,7 +2538,7 @@ class pluginBuilder
|
||||
case 'main-name':
|
||||
$help = "The name of your plugin. (Must be written in English)";
|
||||
$required = true;
|
||||
$pattern = "[A-Za-z0-9 ]*";
|
||||
$pattern = "[A-Za-z0-9 -]*";
|
||||
$xsize = 'medium';
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user