Class GrapesJsPostcssParserPlugin
java.lang.Object
io.jmix.messagetemplatesflowui.kit.component.GrapesJsPlugin
io.jmix.messagetemplatesflowui.component.plugin.GrapesJsPostcssParserPlugin
- All Implemented Interfaces:
Serializable
@Component("msgtmp_GrapesJsPostcssParserPlugin")
public class GrapesJsPostcssParserPlugin
extends GrapesJsPlugin
The plugin enables custom CSS parser via PostCSS.
If you import templates from HTML/CSS or embed custom codes (e.g. by using
GrapesJsCustomCodePlugin
)
you definitely need to use this one to avoid issues with styles.-
Field Summary
FieldsFields inherited from class io.jmix.messagetemplatesflowui.kit.component.GrapesJsPlugin
name, options
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.messagetemplatesflowui.kit.component.GrapesJsPlugin
getName, getOptions, setOptions
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
GrapesJsPostcssParserPlugin
public GrapesJsPostcssParserPlugin()
-