Replies: 1 comment 1 reply
-
I don't think you can add attributes to URL's on image columns. The CuratorColumn is just an extension of filament's ImageColumn. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a curator column that has the url property set to make it a link, however I am using temporarySignedRoutes for the URLs so I don't want bots (specifically google) to index them, however if I add rel="nofollow" to extraAttributes it is added to the div inside the anchor.
How can I add it to the anchor?
In the browser I get the following:
Beta Was this translation helpful? Give feedback.
All reactions