refactor(Instance.java): add the thumbnail parameter back
This commit is contained in:
@@ -50,6 +50,12 @@ public abstract class Instance extends BaseModel{
|
||||
/** like uri, but always without scheme and trailing slash */
|
||||
public transient String normalizedUri;
|
||||
|
||||
// MOSHIDON: Thumbnails
|
||||
/**
|
||||
* Banner image for the website.
|
||||
*/
|
||||
public String thumbnail;
|
||||
|
||||
@Override
|
||||
public void postprocess() throws ObjectValidationException{
|
||||
super.postprocess();
|
||||
|
||||
Reference in New Issue
Block a user