I'm using the layout_paragraphs module, and the WYSIWYG functionality does not work nicely because the client side CSS is not applied.
my current trick is to use the module asset_injector and inject the necessary CSS when editing a node.
limit it to /node/*/edit* and inject your CSS.
I guess it could be even more elegant and automated to import a CSS file containing all CSS applied to content.
I wonder if stylesheets linked from paragraph templates are applied in WYSIWYG or not?
- Read more about WYSIWYG Paragraphs preview
- Log in to post comments