2022-06-17 17:51:59 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2022-08-31 15:02:43 +02:00
|
|
|
'save' => false,
|
|
|
|
'props' => [
|
|
|
|
/**
|
|
|
|
* Unset inherited props
|
|
|
|
*/
|
|
|
|
'after' => null,
|
|
|
|
'autofocus' => null,
|
|
|
|
'before' => null,
|
|
|
|
'default' => null,
|
|
|
|
'disabled' => null,
|
|
|
|
'icon' => null,
|
|
|
|
'placeholder' => null,
|
|
|
|
'required' => null,
|
2025-04-21 18:57:21 +02:00
|
|
|
'translate' => null
|
2022-08-31 15:02:43 +02:00
|
|
|
]
|
2022-06-17 17:51:59 +02:00
|
|
|
];
|