forked from pnp/List-Formatting
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Azores edited this page Dec 13, 2023
·
1 revision
- Title + URL = Hyperlink
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json", "elmType": "div", "attributes": { "class": "sp-field-dataLink" }, "children": [ { "elmType": "a", "txtContent": "@currentField", "attributes": { "target": "_blank", "href": "[$URL]" } } ] }