diff --git a/docassemble/ALDashboard/data/questions/menu.yml b/docassemble/ALDashboard/data/questions/menu.yml index 9725e20..dc9021b 100644 --- a/docassemble/ALDashboard/data/questions/menu.yml +++ b/docassemble/ALDashboard/data/questions/menu.yml @@ -55,6 +55,8 @@ buttons: image: paperclip - PDF tools: ${ interview_url(i=user_info().package + ":pdf_wrangling.yml", reset=1) } image: file-pdf + - Auto-label DOCX: ${ interview_url(i=user_info().package + ":docx_wrangling.yml", reset=1) } + image: file-word - Compile Bootstrap theme: ${ interview_url(i=user_info().package + ":compile_bootstrap.yml", reset=1) } image: bootstrap - Install fonts: ${ interview_url(i=user_info().package + ":install_fonts.yml", reset=1)}