Closed mesiarm closed 6 months ago
Could you open feature issues
that you want to implement, please.
Could you open
feature issues
that you want to implement, please.
Do you mean pull request?
Could you open
feature issues
that you want to implement, please.Do you mean pull request?
Like recently added sonata_page_path please add sonata_page twig extension, which returns page object. Usable to get page name and other properties in twig.
sonata_page_path is returning the path when you pass the page object.
If you want the page object, you'll need the identifier (and doing a request to your db) or the admin (and accessing with getSubject). There is no need for a twig extension for this. If the feature request is about something else, it requires more explanations
Feature Request
Like recently added sonata_page_path please add sonata_page twig extension, which returns page object. Usable to get page name and other properties in twig.