File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/jupyter_contrib_nbextensions/nbextensions/toc2 Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 708
708
build_setting_input ( 'base_numbering' , 'Begin numbering at' ) ,
709
709
build_setting_input ( 'toc_cell' , 'Add notebook ToC cell' , 'checkbox' ) ,
710
710
build_setting_input ( 'title_cell' , 'ToC cell title' ) ,
711
- build_setting_input ( 'title_sidebar' , 'Sidebar title' ) ,
711
+ build_setting_input ( 'title_sidebar' , 'Sidebar/window title' ) ,
712
+ build_setting_input ( 'sideBar' , 'Display as a sidebar (otherwise as a floating window)' , 'checkbox' ) ,
713
+ build_setting_input ( 'toc_window_display' , 'Display ToC window/sidebar at startup' , 'checkbox' ) ,
714
+ build_setting_input ( 'toc_section_display' , 'Expand window/sidebar at startup' , 'checkbox' ) ,
712
715
] )
713
716
. appendTo ( dialog_content ) ;
714
717
$ ( '<div class="modal-footer">' )
You can’t perform that action at this time.
0 commit comments