Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Register form theme in Symfony 4.4 #22

Open
thomas2411 opened this issue Jan 13, 2020 · 1 comment
Open

Register form theme in Symfony 4.4 #22

thomas2411 opened this issue Jan 13, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@thomas2411
Copy link

In Symfony 4.4 you need to register form theme by yourself by adding in config/packages.twig.yaml

twig:
    form_themes: ['@PRRecaptcha/Form/recaptcha.html.twig']

Unfortunately registerTheme method in PRRecaptchaExtension doesn't work any more.

@prugala
Copy link
Owner

prugala commented Jan 15, 2020

Hello, thanks for reporting a problem. I will try to fix/change it soon.

@prugala prugala added the bug Something isn't working label Feb 27, 2020
@prugala prugala self-assigned this Feb 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants