Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

Expand
titleJSON Schema

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

Code Block
languagejson
{
  "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:

View file
namehtml.json