Skip to content

Commit

Permalink
Add a line to the guide about fallback text
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates committed Jun 6, 2024
1 parent 0799d18 commit a7b1c9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion guide/content/components/summary-list.slim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ p
code: summary_list_with_missing_information) do

markdown:
If a row has missing information, include a link to add the information within the value column instead of as an action.
If a row has missing information, include a link to add the information
within the value column instead of as an action.

When there is no link fallback text will be used. By default it's
a blank string but can be overridden by [configuring](/introduction/configuration/)
the `default_summary_list_value_text`.

== render('/partials/example.*',
caption: "Building a summary list directly from data",
Expand Down

0 comments on commit a7b1c9b

Please sign in to comment.