Wowchemy Widget for adding Lottie animations and animated stickers from Telegram to your Wowchemy Site.
- Install the widget by referencing it in your
config/_defaults/config.yaml
:module: imports: - path: github.com/rodrigoalcarazdelaosa/wowchemy-widget-hero-lottie
- Create an instance of your widget in
home/
, for example let's createhome/my-widget.md
:--- widget: 'github.rodrigoalcarazdelaosa.hero-lottie' # This file represents a page section. headless: true # Order that this section appears on the page. weight: 1 title: Hello hero_media: "lottie/notes.json" # Path relative to your `assets/media` folder --- Welcome to my new widget!