We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c29837 commit a4a5e36Copy full SHA for a4a5e36
1 file changed
src/js/bookmarks.js
@@ -270,7 +270,13 @@ var bookmarks = (function() {
270
destination: data.position.destination.group
271
},
272
group: {
273
- name: data.position.group.name,
+ name: {
274
+ text: data.position.group.name.text,
275
+ show: data.position.group.name.show
276
+ },
277
+ openAll: {
278
+ show: data.position.group.openAll.show
279
280
items: []
281
}
282
});
0 commit comments