Skip to content

Commit

Permalink
Fixed Editor Customization
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhofmann committed Apr 8, 2024
1 parent 5fdfa1c commit 35893af
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
<xed:remove ref="abstract.simple" />
</xed:modify>

<xed:modify ref="genres.issue">
<xed:include ref="digibib.ddc.repeat" after="sdnb.repeat" />
<xed:remove ref="sdnb.repeat" />
<xed:include ref="digibib.access" after="subject.simple" />
<xed:include ref="digibib.abstract.repeated" after="abstract.simple" />
<xed:remove ref="abstract.simple" />
</xed:modify>

<xed:modify ref="genres.collection">
<xed:include ref="title.translated" after="title.original" />
</xed:modify>
Expand Down

0 comments on commit 35893af

Please sign in to comment.