dataarchiteces/private/kirby/config/fields/headline.php

20 lines
317 B
PHP
Raw Normal View History

2026-02-09 08:36:12 +01:00
<?php
return [
2026-02-09 17:05:41 +01:00
'save' => false,
'props' => [
/**
* Unset inherited props
*/
'after' => null,
'autofocus' => null,
'before' => null,
'default' => null,
'disabled' => null,
'icon' => null,
'placeholder' => null,
'required' => null,
'translate' => null
]
2026-02-09 08:36:12 +01:00
];