Skip to content

Commit 7d751fc

Browse files
committed
feat(Toc): addRightsInfo option
Allows to asynchronously know what rights are associated with the sample
1 parent f70f30f commit 7d751fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eln/Toc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class Toc {
6666
endkey,
6767
key,
6868
descending,
69+
addRightsInfo,
6970
} = { ...this.options, ...options };
7071
let mine = 0;
7172
let groups = '';
@@ -86,6 +87,7 @@ class Toc {
8687
endkey,
8788
key,
8889
descending,
90+
addRightsInfo,
8991
varName: this.options.varName,
9092
})
9193
.then((entries) => {

0 commit comments

Comments
 (0)