We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d30788 commit e572e4fCopy full SHA for e572e4f
src/app/item-page/edit-item-page/virtual-metadata/virtual-metadata.component.ts
@@ -47,7 +47,8 @@ export class VirtualMetadataComponent implements OnInit {
47
@Output() save = new EventEmitter();
48
49
/**
50
- * Display thumbnails if required by configuration
+ * Indicates when thumbnails are required by configuration and therefore
51
+ * need to be hidden in the modal layout.
52
*/
53
showThumbnails: boolean;
54
0 commit comments