Renamed "dummyImages" to "placeholders"
This commit is contained in:
parent
b0b65d14e3
commit
155629db58
6 changed files with 6 additions and 7 deletions
|
@ -53,7 +53,7 @@ public class ImageUploadController extends FreemarkerHttpServlet {
|
|||
private static final String DEFAULT_NAMESPACE = ConfigurationProperties
|
||||
.getProperty("Vitro.defaultNamespace");
|
||||
|
||||
public static final String DUMMY_THUMBNAIL_URL = "/images/dummyImages/person.thumbnail.jpg";
|
||||
public static final String DUMMY_THUMBNAIL_URL = "/images/placeholders/person.thumbnail.jpg";
|
||||
|
||||
/** Limit file size to 6 megabytes. */
|
||||
public static final int MAXIMUM_FILE_SIZE = 6 * 1024 * 1024;
|
||||
|
|
|
@ -75,7 +75,7 @@ public class UrlDirective extends BaseTemplateDirectiveModel {
|
|||
map.put("params", params);
|
||||
|
||||
List<String> examples = new ArrayList<String>();
|
||||
examples.add("<@" + name + " path=\"/images/dummyImages/person.thumbnail.jpg\" />");
|
||||
examples.add("<@" + name + " path=\"/images/placeholders/person.thumbnail.jpg\" />");
|
||||
map.put("examples", examples);
|
||||
|
||||
return mergeToHelpTemplate(map, env);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue