...
Codeblock | ||||||
---|---|---|---|---|---|---|
| ||||||
{
"coreType": "print-core",
"friendlyName": {
"de": "Name",
"en": "Name"
},
"extra": {
"print": {
"types": [
"element"
],
"children": [],
"parents": [
"content",
"container",
"column"
],
"variants": [
"content-neutral"
],
"features": [
"default",
"PrintFeatureKeyword"
]
}
}
}
|
Die config.json dient zur Konfiguration des Elements im Context des PrintDesigners. Damit das Element gefunden wird, muss eine config.json mit den coreType print-core in dem view-Ordner (src/View/MyView/views/myviewelement/config.json) existierten.
...