You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for issue #154 - Carousel item can be a link (#343)
* Fix for issue #154 - .href in md file specifies link for entire carousel item.
* Fix for issue #154 - .href in md file specifies link for entire carousel item.
* Updated README.md to include new href functionality.
Updated customizable.yaml and features.yaml in exampleSite to provide examples.
* Update faq link to be correct in features.yaml
The `weight` field determines the position of the entry. `title` is a text-only field. The `description` field accepts HTML code. And the `image` must contain the relative path to the image inside the `static` directory.
390
+
The `weight` field determines the position of the entry. `title` is a text-only field. The `description` field accepts HTML code. The `image` must contain the relative path to the image inside the `static` directory. The optional `href` field contains a relative or absolute url that the user will be redirected to when clicking the carousel (specific to each carousel item).
383
391
384
392
Once the carousel is configured, some options can be defined like: auto play, speed, etc. in the `config.toml` file.
0 commit comments