6 lines
257 B
JavaScript
6 lines
257 B
JavaScript
import { unsplashService } from "@web_unsplash/unsplash_service";
|
|
import { mediaDialogServices } from "@web_editor/../tests/html_field_tests";
|
|
|
|
// update the list of required services to open the media dialog
|
|
mediaDialogServices.unsplash = unsplashService;
|