πŸ‡«πŸ‡·France @afarsal

Account created on 30 May 2018, about 6 years ago
#

Recent comments

πŸ‡«πŸ‡·France afarsal

Hi,

Would be nice to make the module installable on D10.

Very thanks

πŸ‡«πŸ‡·France afarsal

Hi,

Would be nice to make the module installable on D10!

Thanks

πŸ‡«πŸ‡·France afarsal

Hi,
With only Ckeditor 5 activated (Drupal 10). I applied the patch #3. I modified info.yml to have ckeditor5 as a dependency, the installation completes normally but we do not have the boxout button for Ckeditor 5.
Warning : foreach() argument must be of type array|object, null given in _boxout_update_editors() (../modules/custom/boxout/boxout.install ligne 29).
Could you please look at the installation with ckeditor 5 and open issue with Ckeditor 5 please.

Very thanks and best regards.

πŸ‡«πŸ‡·France afarsal

Hi,

It would be great to have a D10-compatible version please.

Very Thanks,

πŸ‡«πŸ‡·France afarsal

Hi, Thanks @sarwan. It now seems compatible after applying the patch.

πŸ‡«πŸ‡·France afarsal

Hello,

I have same error. I change to

{#% for key, item in content.bp_tab_section|filter(key => key|first != '#') %#}
{% for key, item in content.bp_tab_section %}
{% if key|first != '#' %}

  • {{ item['#paragraph'].bp_tab_section_title.value }}
  • {% endif %}
    {% endfor %}

    ...

    {# Loops through the tab sections again to print the tab section bodies. #}
    {#% for key, item in content.bp_tab_section|filter(key => key|first != '#') %#}
    {% for key, item in content.bp_tab_section %}
    {% if key|first != '#' %}

    And for accordion same error for paragraph--bp-accordion.html.twig
    and the same change

    {# Loop through all of the accordion sections. #}
    {#% for key, item in content.bp_accordion_section|filter(key => key|first != '#') %#}
    {% for key, item in content.bp_accordion_section %}
    {% if key|first != '#' %}

    ...

    {% endif %}
    {% endfor %}

    After this change no error and tabs and accordions works fine for tabs without error. But for accordion, the accordions list is not displayed and activated immediately. You have to select the first tab to display the accordions.

    Need a stable release and test also for bootstrap 5 (with barrio bootstrap 5 theme)

    Thanks very well.
    AFA

    Production build 0.69.0 2024