codevise / pageflow

Multimedia story telling for the web.
http://pageflow.io
MIT License
688 stars 125 forks source link

Allow registering additional editor packs with stylesheets #2083

Closed tf closed 5 months ago

tf commented 5 months ago

Core editor styles are inserted as inline style tags via rollup-plugin-postcss which relies on style-inject.

For additional editor packs in the host application, this mechanism does not work with Shakapacker's default setup. We thus add an option to also add links to additional stylesheet packs.

REDMINE-20374