Skip to content

Commit

Permalink
Added ibexa-embedded-item-edit class to form
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Sep 5, 2023
1 parent 5548876 commit d81cc02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bundle/Templating/Twig/EmbeddedItemEditFormExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ public function renderEmbeddedItemEditForm(): FormView
'embedded_item_edit',
[
'action' => $this->router->generate('ibexa.content.edit'),
'attr' => [
'class' => 'ibexa-embedded-item-edit',
],
]
)->createView();
}
Expand Down

0 comments on commit d81cc02

Please sign in to comment.