Skip to content

Commit

Permalink
Updated dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
GregOriol committed Feb 7, 2020
1 parent 512678e commit 46e8405
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 20 deletions.
15 changes: 12 additions & 3 deletions dist/MoLiWeGa.lrwebengine/galleryInfo.lrweb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--[[

MoLiWeGa
Copyright 2019 Greg Oriol - gregoriol.net
Copyright 2020 Greg Oriol - gregoriol.net

]]

return {
LrSdkVersion = 2.0,
LrSdkMinimumVersion = 2.0,

version = 1.1,
version = 1.2,
title = "Modern Ligthroom Web Gallery",
id = "net.gregoriol.lightroom.moliwega",
galleryType = "lua",
Expand All @@ -23,7 +23,7 @@ return {
["metadata.name"] = "John Doe",
["metadata.link"] = "https://website.com",

["metadata.copyright"] = "2019 John Doe",
["metadata.copyright"] = "2020 John Doe",

["addons.tracking"] = "",

Expand All @@ -32,6 +32,7 @@ return {
["style.images.aspect"] = "aspect-cover",
["style.images.margin"] = "margin-none",
["style.numbers"] = "numbers-with",
["style.download"] = "download",

["appearance.body.background-color"] = "#111111",
["appearance.body.cssID"] = "body",
Expand Down Expand Up @@ -197,6 +198,14 @@ return {
},
bindingValue = "style.numbers",
},
ui.popup_row {
title = "Download",
items = {
{ title = "Enabled", value = "download" },
{ title = "Disabled", value = "" },
},
bindingValue = "style.download",
},
}
},
},
Expand Down
2 changes: 1 addition & 1 deletion dist/MoLiWeGa.lrwebengine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/custom.css" />
</head>
<body class="$model.style.type $model.style.gutter $model.style.images.margin $model.style.images.aspect">
<body class="$model.style.type $model.style.gutter $model.style.images.margin $model.style.images.aspect $model.style.download">
<div id="container">
<header>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion dist/MoLiWeGa.lrwebengine/manifest.lrweb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--[[

MoLiWeGa
Copyright 2019 Greg Oriol - gregoriol.net
Copyright 2020 Greg Oriol - gregoriol.net

]]

Expand Down
2 changes: 1 addition & 1 deletion dist/MoLiWeGa.lrwebengine/resources/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/MoLiWeGa.lrwebengine/resources/css/main.css.map

Large diffs are not rendered by default.

Binary file modified dist/MoLiWeGa.lrwebengine/resources/fonts/vegas-slideshow.eot
100644 → 100755
Binary file not shown.
24 changes: 16 additions & 8 deletions dist/MoLiWeGa.lrwebengine/resources/fonts/vegas-slideshow.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/MoLiWeGa.lrwebengine/resources/fonts/vegas-slideshow.ttf
100644 → 100755
Binary file not shown.
Binary file modified dist/MoLiWeGa.lrwebengine/resources/fonts/vegas-slideshow.woff
100644 → 100755
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/MoLiWeGa.lrwebengine/resources/js/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/MoLiWeGa.lrwebengine/resources/js/jquery.min.map

Large diffs are not rendered by default.

Loading

0 comments on commit 46e8405

Please sign in to comment.