Bugfix affiche un mauvais caption
Affiche ‘label’ au lieu de ‘caption’
Bugfix: Suppression de la ligne data-sub-html="{{meta.caption}}" dans thumbnail.hbs
https://github.com/thumbsup/thumbsup/issues/199
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
|||||||
tmp
|
tmp
|
||||||
|
/theme/public/lightslider/.DS_Store
|
||||||
|
/theme/public/lightgallery/.DS_Store
|
||||||
|
|||||||
4
Readme.txt
Normal file
4
Readme.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
ISSUE:
|
||||||
|
|
||||||
|
theme.json
|
||||||
|
-featureAlbum ne fonctionne pas
|
||||||
@@ -61,6 +61,7 @@
|
|||||||
margins: 10,
|
margins: 10,
|
||||||
rowHeight: 250,
|
rowHeight: 250,
|
||||||
maxRowHeight: 275,
|
maxRowHeight: 275,
|
||||||
|
cssAnimation:true,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
--}}
|
--}}
|
||||||
|
|
||||||
<div class="albumList"
|
<div class="albumList"
|
||||||
data-sub-html="{{meta.caption}}"
|
|
||||||
data-download-url="{{relative urls.download}}"
|
data-download-url="{{relative urls.download}}"
|
||||||
|
|
||||||
{{~#if isVideo~}}
|
{{~#if isVideo~}}
|
||||||
|
|||||||
Reference in New Issue
Block a user