renamed dictionary to type
This commit is contained in:
parent
c738fafec7
commit
22c94fce2f
@ -57,7 +57,7 @@ export class AnnotationWrapper {
|
||||
get descriptor() {
|
||||
// TODO clarify: RED-894
|
||||
// return this.isDictionaryBased ? 'dictionary' : 'type';
|
||||
return 'dictionary';
|
||||
return 'type';
|
||||
}
|
||||
|
||||
get hasTextAfter() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user