CKEditor5.Components.Cloud.Stylesheets (ckeditor5 v0.1.0)

A component for rendering stylesheet link tags in Phoenix. This component generates link tags for CSS stylesheets. It can be used to load CKEditor 5 styles in a Phoenix application.

⚠️ Warning

This component can only be used if the preset has the Cloud option enabled, which is not available under the GPL license key. You must specify your own Cloud or use a commercial license to utilize this feature.

Summary

Functions

Renders the stylesheet link tags. This component can be customized with a :preset assign to specify which preset's stylesheets to use.

Functions

render(assigns)

Renders the stylesheet link tags. This component can be customized with a :preset assign to specify which preset's stylesheets to use.

Attributes

  • preset (:string) - The name of the preset to use. Defaults to "default".
  • nonce (:string) - The CSP nonce to use for the link tags. Defaults to nil.