Skip to content

IBX-7565: Custom block's UDW config (4.x) #2331

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

Merged
merged 10 commits into from
Apr 3, 2024
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Vidar <vl@ez.no>
  • Loading branch information
adriendupuis and vidarl authored Mar 14, 2024
commit e967ab22c4743259ce0b2220bfaceff0c255760a
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ ibexa:
default:
universal_discovery_widget_module:
configuration:
block_embed_event:
block_event_embed:
multiple: false
allowed_content_types: ['event']
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{{ form_widget(form, {'attr': attr})}}
<div class="ibexa-pb-block-embed-field">
{% include '@IbexaPageBuilder/page_builder/block/config/embed_button.html.twig' with {
udw_config_name: 'block_embed_event',
udw_config_name: 'block_event_embed',
data_open_udw: 'data-open-udw-embed'
} %}
{% include '@IbexaPageBuilder/page_builder/block/config/embed_preview.html.twig' %}
Expand Down