Skip to content

Commit dc4fc82

Browse files
committed
Deprecate thumbnail's type attribute for #1605
`NXnote` has a `type` field
1 parent 06d35de commit dc4fc82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base_classes/NXentry.nxdl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
A small image that is representative of the entry. An example of this is a 640x480
209209
jpeg image automatically produced by a low resolution plot of the NXdata.
210210
</doc>
211-
<attribute name="type">
211+
<attribute name="type" deprecated="Use the `type` field instead">
212212
<doc>The mime type should be an ``image/*``</doc>
213213
<enumeration>
214214
<!--

0 commit comments

Comments
 (0)