Skip to content

Commit

Permalink
Documentation page: breadcrumbs should take parameters from main view
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Aug 20, 2023
1 parent ce04197 commit cb7bae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h3 slot="title"><pb-i18n key="menu.admin.recompile"></pb-i18n></h3>
<pb-drawer class="toc" toggle="tocToggle" emit="toc" subscribe="transcription" max-width="1024px">
<pb-load url="api/document/{doc}/contents?target=transcription&amp;icons=false" expand="expand" src="document1" auto="auto"><pb-i18n key="dialogs.loading">Loading</pb-i18n></pb-load>
</pb-drawer>
<pb-view class="breadcrumbs" src="document1" subscribe="transcription" disable-history="">
<pb-view class="breadcrumbs" src="document1" subscribe="transcription" disable-history="" on-update="">
<pb-param name="mode" value="breadcrumbs"/>
</pb-view>
<pb-view id="view1" src="document1" load-css="odd/docbook.css"
Expand Down

0 comments on commit cb7bae6

Please sign in to comment.