Skip to content

Commit

Permalink
Widget: weather stencil unable to copy asset (#2747)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Sep 27, 2024
1 parent 34a8be1 commit 1f1ba0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/templates/forecast-elements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1182,9 +1182,9 @@ $(target).find('.date').each(function(_idx, dateEl){
</stencil>
<assets>
<asset id="forecast-current-3" type="path" cmsOnly="true" mimeType="image/png" path="/modules/assets/template-thumbnails/forecast/elements/forecast-current-3.png" />
<asset id="icon-humidity" type="path" mimeType="image/png" path="/modules/assets/forecastio/stencils/icon_humidity.png"></asset>
<asset id="icon-weather" type="path" mimeType="image/png" path="/modules/assets/forecastio/stencils/icon_weather.png"></asset>
<asset id="icon-wind" type="path" mimeType="image/png" path="/modules/assets/forecastio/stencils/icon_wind.png"></asset>
<asset id="icon-humidity" type="path" mimeType="image/png" path="/modules/assets/forecastio/elements/icon_humidity.png"></asset>
<asset id="icon-weather" type="path" mimeType="image/png" path="/modules/assets/forecastio/elements/icon_weather.png"></asset>
<asset id="icon-wind" type="path" mimeType="image/png" path="/modules/assets/forecastio/elements/icon_wind.png"></asset>
</assets>
</template>
<template>
Expand Down

0 comments on commit 1f1ba0f

Please sign in to comment.