GrapesJS / preset-webpage

GrapesJS Plugin Webpage Preset
http://grapesjs.com/demo.html
BSD 3-Clause "New" or "Revised" License
335 stars 291 forks source link

override block label of form elements by using i18n module will cause its icon missing #58

Closed archerbj closed 2 years ago

archerbj commented 3 years ago

hi @artf, I just followed the instruction to add i18n messages for blocks like below

editor.I18n.addMessages({
        zh:{
          blockManager:{
            labels:{
              form:'override form label'
            }
          }
        }
      })

image

the label is correctly changed, but its icon is missing. Any advice to solve this?

artf commented 2 years ago

Should be fixed in the new release https://github.com/artf/grapesjs-preset-webpage/releases/tag/v1.0.1