Which scope/s are relevant/related to the feature request?
dialog
Information
Currently, BRN_DIALOG_DEFAULT_OPTIONS are only used with BrnDialog. When using dynamic dialogs via BrnDialogService it would also be nice to be able to set global defaults for dialogs. IMO it would make sense to also use the BRN_DIALOG_DEFAULT_OPTIONS for this.
Describe any alternatives/workarounds you're currently using
The only way I see is defining a global default config and using that for every instance that open() is called.
I would be willing to submit a PR to fix this issue