replaced type input by getRenderType method

This commit is contained in:
lotte
2019-10-04 16:06:59 +02:00
parent 9badabade6
commit a1f144aa0b
102 changed files with 452 additions and 755 deletions

View File

@@ -50,4 +50,8 @@ export class MetadataField implements ListableObject {
}
return key;
}
getRenderType(): string {
return this.constructor.name;
}
}