Current section

Files

Jump to
mishka_chelekom priv components gallery.exs
Raw

priv/components/gallery.exs

[
gallery: [
name: "gallery",
category: "media",
doc_url: "https://mishka.tools/chelekom/docs/gallery",
args: [
rounded: ["extra_small", "small", "medium", "large", "extra_large", "none"],
type: ["gallery", "filterable_gallery"],
only: ["gallery", "gallery_media", "filterable_gallery"],
helpers: [],
module: ""
],
optional: [],
necessary: [],
scripts: [
%{
type: "file",
file: "galleryFilter.js",
module: "GalleryFilter",
imports: "import GalleryFilter from \"./galleryFilter.js\";"
}
]
]
]