The tables in the Web Link section list the available attributes but they are not very helpful.
They list the attribute names in "display name format", but when it comes to writing liquid code we need the real attribute in the correct format.
For example, if I want to target the External URL attribute, how do I know what format it should be?
{{ link.ExternalURL }} ?
{{ link.externalurl }} ?
{{ link.externalUrl }} ?
{{ link.external_url }} ?
{{ link.external-url }} ?
We need another column in the table with this information...
but until then, is there any way I can find out what the correct format is ?