We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here's how you can use a select field with pre-populated options within the registration of your Shortcode UI.
select
array( 'label' => 'Field Label', 'attr' => 'yourshortcodeattribute', 'type' => 'select', 'options' => array( 'value1' => 'Label 1', 'value2' => 'Label 2', 'value3' => 'Label 3', ), ),
https://github.com/wp-shortcake/shortcake.wiki.git