-
-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Description
Hi,
How to add commands in the shortcode for the plugin?
- download midi
- download pdf
Is there list of example specifically for the plugin, or an instruction to go from the "configurator" syntax to the "plugin" versions?
Here are my tries without success:
[abcjs-audio class-audio="abcjs-audio" animate="true" params="{ responsive: 'resize' }" render="{generateDownload: true}" ]
[abcjs-audio class-audio="abcjs-audio" animate="true" params="{ responsive: 'resize' }" render="{generateDownload: 'true'}" ]
[abcjs-audio class-audio="abcjs-audio" animate="true" params="{ responsive: 'resize', generateDownload: true, }" ]
[abcjs-audio class-audio="abcjs-audio" animate="true" params="{ responsive: 'resize', render: [{generateDownload: 'true', }] }" ]
Thanks for any help.
Metadata
Metadata
Assignees
Labels
No labels