Skip to content

Fix templates without configuration or metadata from resource bundle#358

Merged
loic425 merged 4 commits intoSylius:mainfrom
loic425:fix/templates
Mar 25, 2026
Merged

Fix templates without configuration or metadata from resource bundle#358
loic425 merged 4 commits intoSylius:mainfrom
loic425:fix/templates

Conversation

@loic425
Copy link
Member

@loic425 loic425 commented Mar 25, 2026

Needed for a WIP feature at Jolicode.

Create

{% extends '@SyliusAdminUi/base.html.twig' %}

{% block body %}
    {% hook ['sylius_admin.common.create'] %}
{% endblock %}
Capture d’écran 2026-03-25 à 14 56 27

Update

{% extends '@SyliusAdminUi/base.html.twig' %}

{% block body %}
    {% hook ['sylius_admin.common.update'] %}
{% endblock %}
Capture d’écran 2026-03-25 à 14 56 39

Index

{% extends '@SyliusAdminUi/base.html.twig' %}

{% block body %}
    {% hook ['sylius_admin.common.index'] %}
{% endblock %}
Capture d’écran 2026-03-25 à 14 56 52

Show

{% extends '@SyliusAdminUi/base.html.twig' %}

{% block body %}
    {% hook ['sylius_admin.common.show'] %}
{% endblock %}
Capture d’écran 2026-03-25 à 14 57 04

Co-authored-by: Jan Góralski <jan.wojciech.goralski@gmail.com>
@loic425 loic425 merged commit 480590a into Sylius:main Mar 25, 2026
6 checks passed
@loic425 loic425 deleted the fix/templates branch March 25, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants