html

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.

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: