Add preview renderers for custom content elements

This commit is contained in:
Björn Fromme
2021-09-27 18:26:56 +02:00
parent beb9fbae04
commit 0262738c91
26 changed files with 596 additions and 141 deletions
@@ -16,6 +16,7 @@ call_user_func(function () {
'items' => [
['Keine Zuordnung', 0],
],
'default' => 0,
'minitems' => 0,
'maxitems' => 1,
]
@@ -31,6 +32,7 @@ call_user_func(function () {
'items' => [
['Keine Zuordnung', 0],
],
'default' => 0,
'minitems' => 0,
'maxitems' => 1,
]
@@ -46,6 +48,7 @@ call_user_func(function () {
'items' => [
['Keine Zuordnung', 0],
],
'default' => 0,
'minitems' => 0,
'maxitems' => 1,
]
@@ -61,6 +64,7 @@ call_user_func(function () {
'items' => [
['Keine Zuordnung', 0],
],
'default' => 0,
'minitems' => 0,
'maxitems' => 1,
]
@@ -76,6 +80,7 @@ call_user_func(function () {
'items' => [
['Keine Zuordnung', 0],
],
'default' => 0,
'minitems' => 0,
'maxitems' => 1,
]
@@ -91,6 +96,7 @@ call_user_func(function () {
'items' => [
['Keine Zuordnung', 0],
],
'default' => 0,
'minitems' => 0,
'maxitems' => 1,
]
@@ -101,7 +107,7 @@ call_user_func(function () {
'config' => [
'type' => 'input',
'size' => 12,
'eval' => 'date',
'eval' => 'date,int',
'renderType' => 'inputDateTime',
]
],
@@ -111,7 +117,7 @@ call_user_func(function () {
'config' => [
'type' => 'input',
'size' => 12,
'eval' => 'date',
'eval' => 'date,int',
'renderType' => 'inputDateTime',
]
],