英文:
Style Manager: Individual border for mjml elements ( border left,border right, border bottom, border top)
问题
以下是翻译好的部分:
Used packages Details:
- "grapesjs": "^0.20.2",
- "grapesjs-mjml": "^1.0.3",
我尝试为 mjml 元素部分 (mj-section) 获取单独的边框
当选择 mj-section 时,我需要在装饰部分下显示单独的边框样式,
这个功能非常重要,请检查并更新。
期望结果:
(在旧版本中使用)
<hr />
实际结果:
英文:
Used packages Details:
- "grapesjs": "^0.20.2",
- "grapesjs-mjml": "^1.0.3",
I trying get individual border for mjml element section (mj-section)
while select mj-section i need to show individual border styles under decoration section,
This feauture is really important kind check and update.
Expected Result:
(Its used in old version )
<hr />
Actual Result:
答案1
得分: 0
在初始情况下,重置了stylemanager的sectors数组,然后在sectors数组内添加了所需的样式属性。我将其制作为自定义插件。需要自定义样式管理器的人可以使用这个。
链接:https://gist.github.com/mkandanmk7/8accda4816de472e9a42cc9888fe9a08
英文:
here Initialy reset stylemanager sectors array, then added needed style properties inside the sectors array. I make it as custom plugin .People who need custom style manager use this .
https://gist.github.com/mkandanmk7/8accda4816de472e9a42cc9888fe9a08
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论