Add preview renderers for custom content elements
This commit is contained in:
@@ -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',
|
||||
]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user