Blade Directives for Sage

Hi everyone,

I’m experiencing the same issue where @field is being displayed as-is rather than being interpreted. Here’s a summary of what I’ve done so far:
I installed log1x/sage-directives ^2.0 via Composer in the Sage 10 theme directory.
I cleared the Acorn cache using this command:
wp acorn view:clear

I also tried disabling all plugins, (not ACF), to rule out plugin conflicts.

Despite these steps, none of the directives (like @field, @title, etc.) are being interpreted — they all display as plain text.

Has anyone else encountered this and found a solution?

Thanks for any help!

Hi Log1x,

would it be possible to use the directives with components? For instance something like

<x-nav-link-footer href="@permalink">

Currently it returns https://example.com/@permanlink and not https://example.com/about

Thank you!
Danny

would it be possible to use the directives with components?

That’s a Blade limitation unfortunately.