fix(plugins/core): missing default for output_condition

This commit is contained in:
lowlighter
2022-01-25 23:57:49 -05:00
parent d764d510d3
commit 092f35271b

View File

@@ -120,6 +120,11 @@ inputs:
Output condition
- `always`: always try to push changes
- `data-changed`: skip changes if no data changed (e.g. like when only metadata changed)
type: string
default: always
values:
- always
- data-changed
optimize:
description: |