You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a table layout for pages with an url field in a column, the url link within this column gets truncated. When using a link field with an URL, the whole url string is displayed and wrapped into multiple lines, if too long.
redirects:
type: pageslayout: tablecolumns:
linkField: # <- this one is shown in full length, wrapped into multiple lines type: linkvalue: "{{ page.link }}"urlField: # <- this one is shown truncated type: urlvalue: "{{ page.link }}"
Expected behavior
I expect that url and link field types are displayed equally in a page table layout column: Getting truncated if too long.
Screenshots
To reproduce
See blueprint snippet above.
Your setup
Kirby Version
4.3.0
The text was updated successfully, but these errors were encountered:
Description
When using a table layout for pages with an url field in a column, the url link within this column gets truncated. When using a link field with an URL, the whole url string is displayed and wrapped into multiple lines, if too long.
Expected behavior
I expect that url and link field types are displayed equally in a page table layout column: Getting truncated if too long.
Screenshots
To reproduce
See blueprint snippet above.
Your setup
Kirby Version
4.3.0
The text was updated successfully, but these errors were encountered: