set_alt_value

Sets the alt value to the result of an expression.

Categories: meta, value

Required arguments

Key(s)DescriptionType
valueThe expression to set the alt value to.EXPRESSION

Parameter transformers

  • adds ALT_VALUE

Example

mutators:
  - id: set_alt_value
    args:
      value: %altvalue% + 1