renamed dictionary to type

This commit is contained in:
Timo 2021-01-09 14:42:54 +02:00
parent c738fafec7
commit 22c94fce2f

View File

@ -57,7 +57,7 @@ export class AnnotationWrapper {
get descriptor() { get descriptor() {
// TODO clarify: RED-894 // TODO clarify: RED-894
// return this.isDictionaryBased ? 'dictionary' : 'type'; // return this.isDictionaryBased ? 'dictionary' : 'type';
return 'dictionary'; return 'type';
} }
get hasTextAfter() { get hasTextAfter() {