import { showSetupCustomActionsDialog as setup } from '@dsf/helpers/custom-action-installer-helper'; setup([ { "name": null, "text": "01 Hello World", "filePath": "examples/01-hello-world.dsa", "menuPath": "/DazScriptFramework/examples", "description": "01-hello-world" }, { "name": null, "text": "02 Persistence Dialog", "filePath": "examples/02-persistence-dialog.dsa", "menuPath": "/DazScriptFramework/examples", "description": "02-persistence-dialog" }, { "name": null, "text": "03 Simple Dialog", "filePath": "examples/03-simple-dialog.dsa", "menuPath": "/DazScriptFramework/examples", "description": "03-simple-dialog" }, { "name": null, "text": "04 Settings Dialog", "filePath": "examples/04-settings-dialog.dsa", "menuPath": "/DazScriptFramework/examples", "description": "04-settings-dialog" }, { "name": null, "text": "05 List Dialog", "filePath": "examples/05-list-dialog.dsa", "menuPath": "/DazScriptFramework/examples", "description": "05-list-dialog" }, { "name": null, "text": "06 Showcase Dialog", "filePath": "examples/06-showcase-dialog.dsa", "menuPath": "/DazScriptFramework/examples", "description": "06-showcase-dialog" } ], {"settingsPath":"DazScriptFramework/examples/Installer","bundleName":"Examples","shortcutBackupPath":"DazScriptFramework/examples/Installer/keyboard-shortcuts-backup.json"});