UNPKG

@paroicms/bo-media-gallery

Version:

Basic media gallery react component for Paroi CMS.

18 lines (17 loc) 621 B
import en from "../locales/en.json" with { type: "json" }; import fr from "../locales/fr.json" with { type: "json" }; export function addFrontMediaGalleryLocales(i18n) { i18n .addResourceBundle("en", "translations", { frontMediaGallery: en, }, true, true) .addResourceBundle("fr", "translations", { frontMediaGallery: fr, }, true, true); } export * from "./gallery-types.js"; export * from "./helpers/http-upload.js"; export * from "./helpers/isImageGuard.js"; export * from "./helpers/upload-handler.js"; export * from "./MediaGallery.jsx"; export * from "./SingleMedia.jsx";