Module removes the id attribute in the html markup

Created on 1 August 2025, 3 days ago

Problem/Motivation

Sometimes we need edit HTML markup of accordion. For example add id attribute.
But the module removes the added attributes.

Steps to reproduce

1. Switched to HTML in CKEditor
2. Added to the accordion element (accordion-item) id attribute

<div class="accordion" data-accordion-id="ebb78f14dcd7c3ae771287492985f1db9">
    <div class="accordion-item" id="TEST">
        ...
    </div>
</div>

3. Switched back to Visual view in CKEditor

Proposed resolution

Implement the ability to add other attributes to the accordion markup.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024