default value for asseturls

This commit is contained in:
Tyrel Souza 2014-04-22 16:13:01 -04:00
parent fcbe872ea8
commit 732e3d80a0

View File

@ -135,7 +135,7 @@
label: 'Asset Urls',
placeholder: "ex: http://www.company.com/logo.png, http://www.company.com/background.png",
hint: "A list of all file assets. List of items, Type asset url, then press enter to add another item.",
input_html: {data: {role: "tagsinput" }}%>
input_html: {data: {role: "tagsinput" }, value: ""} %>
</div>
<% end %>
</div>