Skip to content

Commit

Permalink
Renamed compontent name to layout-content-after
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Sep 5, 2023
1 parent 5f971ef commit 5548876
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/bundle/Resources/config/services/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ services:

Ibexa\Contracts\AdminUi\Component\Renderer\RendererInterface: '@Ibexa\AdminUi\Component\Renderer\DefaultRenderer'

ibexa.adminui.html.body:
ibexa.adminui.layout.content.after:
parent: Ibexa\AdminUi\Component\TwigComponent
arguments:
$template: '@@ibexadesign/ui/html_body.html.twig'
$template: '@@ibexadesign/ui/layout_content_after.html.twig'
tags:
- { name: ibexa.admin_ui.component, group: 'html-body' }
- { name: ibexa.admin_ui.component, group: 'layout-content-after' }
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
{% endblock %}
{% endif %}

{{ ibexa_render_component_group('html-body') }}
{{ ibexa_render_component_group('layout-content-after') }}

{{ encore_entry_script_tags('ibexa-admin-ui-layout-js', null, 'ibexa') }}
{{ encore_entry_script_tags('ibexa-admin-ui-udw-tabs-js', null, 'ibexa') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ protected function getExtensions(): array
/**
* @dataProvider getLegacyTests
* @group legacy
*
* @param string $file
* @param string $message
* @param string $condition
* @param array<string> $templates
* @param string $exception
* @param array<mixed> $outputs
* @param string $deprecation
*/
public function testLegacyIntegration(
$file,
Expand Down

0 comments on commit 5548876

Please sign in to comment.