wi-adrema-plugin/components/eventdescription/default.htm

10 lines
460 B
HTML
Raw Normal View History

2024-02-04 01:12:22 +01:00
<script type="text/javascript">
var adrema_event_description = {{__SELF__.event.description | json_encode | raw}};
</script>
<event-description
description-var-name="adrema_event_description"
2024-03-17 03:14:30 +01:00
style="--primary: {{__SELF__.settings.primary_color}}; --secondary: {{__SELF__.settings.secondary_color}}; --font: {{__SELF__.settings.font_color}}; --circle: {{__SELF__.settings.circle_color}}"
2024-02-04 01:12:22 +01:00
image="{{__SELF__.event.image }}"
></event-description>