Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
image_url_formatter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
image_url_formatter
Commits
beb514a9
Commit
beb514a9
authored
Sep 09, 2013
by
jpstrikesback
Committed by
g089h515r806
Sep 09, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #[2049393] undefined index:url_type.
parent
dc7788af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
image_url_formatter.module
image_url_formatter.module
+5
-1
No files found.
image_url_formatter.module
View file @
beb514a9
...
...
@@ -37,7 +37,11 @@ function image_url_formatter_field_formatter_info() {
'image_url'
=>
array
(
'label'
=>
t
(
'Image URL'
),
'field types'
=>
array
(
'image'
,
'imagefield_crop'
),
'settings'
=>
array
(
'image_style'
=>
''
,
'image_link'
=>
''
),
'settings'
=>
array
(
'url_type'
=>
''
,
'image_style'
=>
''
,
'image_link'
=>
''
,
),
),
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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