Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oembed form theme doesn't work #13

Open
jdadeliom opened this issue Feb 7, 2023 · 1 comment
Open

oembed form theme doesn't work #13

jdadeliom opened this issue Feb 7, 2023 · 1 comment

Comments

@jdadeliom
Copy link
Contributor

public function configureCrud(Crud $crud): Crud
{
    return $crud
        ->addFormTheme('@EasyFields/form/oembed_widget.html.twig')
    ;
}

public function configureFields(string $pageName): \Iterator
{
    yield OembedField::new('mapIframe', "label");
}

Capture d’écran 2023-02-07 à 10 51 18

@arnaud-ritti
Copy link
Contributor

@jdadeliom Can you provide more informations ? or close the issue if it's fixed

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

No branches or pull requests

2 participants