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: