Pass a variable to a partial #5994
stephenmeehanuk
started this conversation in
General
Replies: 2 comments 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
0 replies
-
Replicated, and is bugged (only happens when param variables start with numbers or reach into the Cascade. This does both so was a fantastic find!). Corrected with this PR: #5995 |
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
-
I'm using a global to control a 404 page. In the global, there's a handle called
{{ button_text }}
. I can output this by using{{ 404:button_text }}
, but I can't seem to use it as a variable in a partial?This works, but, I'd like to control
button_text
via the CMSThis doesn't work
laravel.log
shows this messageIs there a way to make this work?
Beta Was this translation helpful? Give feedback.
All reactions