Symphony 2020.3.3 Release Notes
Released → March 27, 2020
What’s new in 2020.3.3
National / TRG Changes
NS-63 Interactive Map to Replace the State Accordion
Map utility that displays information per state
Here’s the frontend:
And the editor:
A live example can be found here: https://www.salvationarmyusa.org/usn/covid19#services
NS-65 Make Carousel More Robust & Available to All Territories
Still need to upload 2 versions of each image:
Normal (large) size for lightbox
320px x 180px size for thumbnail
You can also include an optional title/description that will display below each image
No more issues editing and resaving the page
The HTML required is much simpler
Sample code can be found here:
<div data-name="dn-carousel">
<div data-title="The first one" data-lightbox="http://www.fillmurray.com/800/400" data-thumbnail="http://www.fillmurray.com/320/180"></div>
<div data-title="The second one" data-lightbox="http://www.fillmurray.com/800/400" data-thumbnail="http://www.fillmurray.com/320/180"></div>
<div data-title="The third one" data-lightbox="http://www.fillmurray.com/800/400" data-thumbnail="http://www.fillmurray.com/320/180"></div>
</div>