-
|
In the example file, line 8: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
If both the footer and footer_md properties are specified, the footer_md property is not displayed. It is only displayed if the footer property is not specified. It's unclear why both are needed if one replaces the other. Furthermore, the error_message and footer properties don't support links in the text. |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately, it's not clear from the documentation that they are interchangeable. Although it's still unclear why both exist. Wouldn't it be sufficient to have footer with the capabilities of the footer_md? It seems that error_message_md from the example was intended to be similar to footer and footer_md, but was never implemented or was removed. |
Beta Was this translation helpful? Give feedback.
error_message_md is implemented and works, it's just missing from the docs. Adding it right now, thanks for the warning !