8 lines
288 B
JavaScript
8 lines
288 B
JavaScript
/** @odoo-module **/
|
|
|
|
import { unsplashService } from "@web_unsplash/services/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;
|