Skip to end of banner
Go to start of banner

html

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

html section (make sure to set the format to html and the option “wysiwyg” to true (see JSON schema) so that the Narrative editor displays the SCEditor for easy edition of html content as rich text.

 JSON Schema

localized properties must be adapted to match your e-shop languages.

{
  "title": "HTML",
  "type": "object",
  "properties": {
    "html": {
      "type": "object",
      "title": "HTML",
      "properties": {
        "de": {
          "type": "string",
          "format": "html",
          "options": {
            "wysiwyg": true
          },
          "description": "Set HTML in German."
        },
        "fr": {
          "type": "string",
          "format": "html",
          "options": {
            "wysiwyg": true
          },
          "description": "Set HTML in French."
        }
      }
    }
  }
}

Complete Layout Block:

  • No labels