-
-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is_url Modifier returns false on entry #2739
Comments
Why would is_url be true on an entry? It's an entry, not a url. |
Let's say you have a Link Fieldtype with the handle |
My mistake, I think I interpreted this as you meaning an "entries" fieldtype, not literally a "link" fieldtype. |
Sorry for the confusion 😅 |
Bug Description
The
is_url
modifier returnsfalse
on a variable that links to an entry. It should returntrue
.How to Reproduce
is_url
modifier on the variable in your templateEnvironment
Statamic 3.0.20 Pro
Laravel 8.11.2
PHP 7.4.9
aerni/zipper 1.1.0
The text was updated successfully, but these errors were encountered: