Files
metrics/source/plugins/community/screenshot/metadata.yml
2022-01-16 19:33:32 -05:00

41 lines
979 B
YAML

name: "📸 Website screenshot"
category: community
description: |
This plugin display a screenshot from any website.
It can either the full page or a portion restricted by a [CSS selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors).
examples:
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.screenshot.svg
authors:
- lowlighter
supports:
- user
- organization
- repository
scopes: []
inputs:
plugin_screenshot:
description: Enable screenshot plugin
type: boolean
default: no
plugin_screenshot_title:
description: Title caption
type: string
default: Screenshot
plugin_screenshot_url:
description: Website url
type: string
default: ""
example: https://metrics.lecoq.io
plugin_screenshot_selector:
description: CSS Selector
type: string
default: body
plugin_screenshot_background:
description: Display background
type: boolean
default: yes