You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently isn't possible– but I can add it. I have a beta branch right now that I need to find time to double check over and then I'll add this and push it. It will work the example above.
Add support for Sage 10
Change get() to a protected function
Add @ROLE and @Endrole
Increase possible array depth by 1 on @sub and @hassub (Fixes#12)
Fix typo in docs (Fixes#13)
Change docs code block markup from `php` to `py` as it renders Blade a bit better with highlight.js
Add Sage 10 support 🎈
`@sub` and `@hassub` can now accept a third parameter for deeper nested arrays (Fixes#12)
New `@permalink`, `@category`, `@term`, `@role`, and `@endrole` directives.
Change `get()` to a protected function.
Fix a few typos in the docs.
Hello,
I'm trying to recover via
@sub
and@field
a custom size for an image but I can not do it.@sub('slider_image', 'sizes', 'medium')
Can we do it?
Thank you
The text was updated successfully, but these errors were encountered: