Closed tomaszmichalak closed 5 years ago
It is related to https://github.com/Cognifide/knotx/pull/482.
Adds fallback handler in the te-local-get operation processing. It configures both default and custom fallback messages.
te-local-get
Add fallback handler configuration:
{ name = fallbackHandler config { defaultFallback = BLANK fallbacks = [ { id = BLANK markup = "<h1>Default Fallback</h1><p>This is default fallback message.</p>" } ] } }
I hereby agree to the terms of the Knot.x Contributor License Agreement.
It is related to https://github.com/Cognifide/knotx/pull/482.
Description
Adds fallback handler in the
te-local-get
operation processing. It configures both default and custom fallback messages.Upgrade notes (if appropriate)
Add fallback handler configuration:
Types of changes
Checklist:
I hereby agree to the terms of the Knot.x Contributor License Agreement.