CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
Table Of ContentsWith CoreMedia Content Cloud v11, a new toast API has been introduced. Former toasts have been shown directly on buttons. For example, when a search folder was created or content was published, a green bubble was shown next to the button that triggered the actions.
These bubbles have been removed from the buttons and are shown now in the lower left corner of CoreMedia Studio. Depending on the validation state of the toasts, they are shown in different colors.
New Toast can be shown via the toastService
instance:
toastService._.showToast(title:string, message:string, severity: ValidationState):Toast
Example 6.2. Using the ToastService
Additionally, users can now disable these toasts altogether in the user preferences.