Show folder keywords

This commit is contained in:
M66B
2018-11-26 09:12:44 +01:00
parent b69e09927b
commit 5e614f7476
7 changed files with 1183 additions and 13 deletions

View File

@@ -73,6 +73,7 @@ public class EntityFolder implements Serializable {
public Boolean hide = false;
@NonNull
public Boolean unified = false;
public String[] keywords;
public String state;
public String error;