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:
Add Comment