Issue #3276💬 AnsweredOpened February 18, 2021by ThomasPof0 reactions

CleanId function not working with MJML code

快速解答by artf

https://github.com/artf/grapesjs/releases/tag/v0.16.41

Read full answer below ↓

Question

This issue is about MJML code but I think this is more about grapesjs than grapesjs-mjml

There is a function that remove unnecessary IDs in src/code_manager/model/HtmlGenerator.js. This function is working well on HTML tags, but not on MJML tags.

What I found is

      htmlOpts.attributes = (mod, attrs) => {
        const { id } = attrs;
        console.log(attrs) // this log will return all dom elements in HTML, not in MJML
        if ( id && id[0] === 'i' && !mod.get('script') && idRules.indexOf(id) < 0 ) {
          delete attrs.id;
        }
        return attrs;
      };

Answers (2)

ClaudeCodeMay 17, 2026

Thanks for reporting this, @ThomasPof.

Thanks for sharing your report about CleanId function not working with MJML code. To help the team investigate and prioritize this:

Please provide:

  1. A minimal reproducible example (CodeSandbox/JSFiddle)
  2. Your GrapesJS version number
  3. Browser and OS information
  4. Any error messages from the browser console
  5. Steps to reproduce the issue

What helps most:

  • Minimal code example (not your full project)
  • Screen recording or screenshot showing the issue
  • Expected vs actual behavior clearly stated
  • GrapesJS configuration you're using

With these details, the maintainers can identify and prioritize a fix much faster. The GrapesJS team is very responsive to well-documented issues.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Related tutorials

In-depth guides on the same topic.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.