Hello,
I successfully added 3DFlipbook to my website, but the option Download in the submenu is missing. How can I add it?
I tried controlsProps: { actions :{ cmdSave: { enabled: true, enabledInNarrow: true } } }
But this didn't work. Pleas provide some code or documentation.
I found it.
You have to add:
controlsProps: { downloadURL: '[location PDF]' }
to the list of options.