Skip to content

Commit 9c1ea39

Browse files
authored
MCR-3551 Allow hiding of publicly available derivates
[Link to jira](https://mycore.atlassian.net/browse/MCR-3551).
1 parent 0c4638f commit 9c1ea39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/resources/mycore-classifications/derivate_types.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<category ID="thumbnail">
1111
<label xml:lang="de" text="Vorschaubild" />
1212
<label xml:lang="en" text="Thumbnail" />
13+
<label xml:lang="x-export" text="false" />
1314
</category>
1415
<category ID="abstract">
1516
<label xml:lang="de" text="Zusammenfassung" />
@@ -18,6 +19,7 @@
1819
<category ID="toc">
1920
<label xml:lang="de" text="Inhaltsverzeichnis" />
2021
<label xml:lang="en" text="Table of Contents" />
22+
<label xml:lang="x-export" text="false" />
2123
</category>
2224
</categories>
2325
</mycoreclass>

0 commit comments

Comments
 (0)