Fixed to correctly have a type text input.
This commit is contained in:
parent
7f32a5679d
commit
3eb0247b37
@ -97,7 +97,6 @@ class IDF_Form_Admin_ProjectCreate extends Pluf_Form
|
|||||||
array('required' => false,
|
array('required' => false,
|
||||||
'label' => __('Master branch'),
|
'label' => __('Master branch'),
|
||||||
'initial' => '',
|
'initial' => '',
|
||||||
'widget' => 'Pluf_Form_Widget_Input',
|
|
||||||
'help_text' => __('This should be a world-wide unique identifier for your project. A reverse DNS notation like "com.my-domain.my-project" is a good idea.'),
|
'help_text' => __('This should be a world-wide unique identifier for your project. A reverse DNS notation like "com.my-domain.my-project" is a good idea.'),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user