Motivation

Support html input via ckeditor in props.

This is what SDC/canvas does:

  type: string
  contentMediaType: text/html
  x-formatting-context: block

and

  type: string
  contentMediaType: text/html
  x-formatting-context: inline

context block is default. We need to make sure that is supported nicely also.

Comments

fago created an issue. See original summary.

fago’s picture

Status: Active » Fixed

this is fixed via https://github.com/drunomics/nuxt-component-preview/releases/tag/v1.0.0-... - more specifically https://github.com/drunomics/nuxt-component-preview/pull/65

It defaults to the block context, so it's enough to add @contentMediaType: text/html

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.