Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
email
Commits
0d8b622d
Commit
0d8b622d
authored
Aug 18, 2011
by
Matthias Hutterer
Browse files
Issue #1160302 by solotandem: Fixed Default formatter should be 'email_default()'.
parent
aadb0571
Changes
1
Show whitespace changes
Inline
Side-by-side
email.module
View file @
0d8b622d
...
...
@@ -8,9 +8,9 @@ function email_field_info() {
return
array
(
'email'
=>
array
(
'label'
=>
'Email'
,
'description'
=>
t
(
'This field stores and render
e
s email addresses.'
),
'default_widget'
=>
'
text
_textfield'
,
'default_formatter'
=>
'default'
,
'description'
=>
t
(
'This field stores and renders email addresses.'
),
'default_widget'
=>
'
email
_textfield'
,
'default_formatter'
=>
'
email_
default'
,
'property_type'
=>
'text'
,
),
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment