set rss feed image link to be a url field

This commit is contained in:
Graham Knop 2009-04-03 01:10:46 +00:00
parent 7f2b6dfc83
commit 89a8f78913

View file

@ -99,7 +99,7 @@ sub definition {
},
feedImageLink => {
noFormPost => 0,
fieldType => "text",
fieldType => "url",
defaultValue => "",
tab => "rss",
label => $i18n->get('feedImageLink'),