Knotx / knotx-stack

Stack is a way of distributing fully functional bootstrap project for Knot.x-based solutions
https://knotx.io
Apache License 2.0
2 stars 8 forks source link

knotx/knotx-fragments#79 Expose task log. #72

Closed tomaszmichalak closed 4 years ago

tomaszmichalak commented 4 years ago

Configuration changes & functional tests. It relates to PR - knotx/knotx-fragments#88.

Upgrade notes (if appropriate)

It adds commented consumers configuration:

#consumerFactories = [
#  {
#    factory = fragmentHtmlBodyWriter
#    config {
#      condition {
#        param = debug
#      }
#      fragmentTypes = [ "snippet" ]
#    }
#  }
#]

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.