forked from italia/design-comuni-plone-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added option to display caption in VideoGallery block (#747)
* fix: sidebar changed to add the video caption * fix: added caption for videos * fix: added class figure-caption to the video caption * chore: release log * chore: release.md * fix: removed unnecessary code * fix: removed more unnecessary code * fix: removed unnecessary code Co-authored-by: Giulia Ghisini <[email protected]> --------- Co-authored-by: Giulia Ghisini <[email protected]>
- Loading branch information
1 parent
bcaa25f
commit b2ceb27
Showing
12 changed files
with
78 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Plone\n" | ||
|
||
"POT-Creation-Date: 2024-08-28T08:55:19.173Z\n" | ||
"Last-Translator: Plone i18n <[email protected]>\n" | ||
"Language-Team: Plone i18n <[email protected]>\n" | ||
|
@@ -2038,15 +2039,10 @@ msgid "gallery_close_preview" | |
msgstr "" | ||
|
||
#: components/ItaliaTheme/Blocks/VideoGallery/Sidebar | ||
# defaultMessage: Titolo del video | ||
# defaultMessage: Didascalia del video | ||
msgid "gallery_video_title" | ||
msgstr "" | ||
|
||
#: components/ItaliaTheme/Blocks/VideoGallery/Sidebar | ||
# defaultMessage: Non viene mostrato. Serve al redattore per identificare meglio il video all'interno della gallery. | ||
msgid "gallery_video_title_description" | ||
msgstr "" | ||
|
||
#: components/ItaliaTheme/Blocks/VideoGallery/Sidebar | ||
# defaultMessage: Video URL | ||
msgid "gallery_video_url" | ||
|
@@ -3264,6 +3260,11 @@ msgstr "" | |
msgid "share" | ||
msgstr "" | ||
|
||
#: components/ItaliaTheme/Blocks/VideoGallery/Sidebar | ||
# defaultMessage: Mostra didascalie | ||
msgid "showVideoCaption" | ||
msgstr "" | ||
|
||
#: config/Blocks/ListingOptions/bandiInEvidenceTemplate | ||
# defaultMessage: Mostra la data di ultima modifica | ||
msgid "show_data_ultima_modifica" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters