mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-07-04 10:39:19 +00:00
Added Input objects
This commit is contained in:
14
src/AdminPanel/Form/DateInput.php
Normal file
14
src/AdminPanel/Form/DateInput.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace AdminPanel\Form;
|
||||
|
||||
class DateInput extends TextInput
|
||||
{
|
||||
public function getOptions(): array
|
||||
{
|
||||
return array(
|
||||
'label',
|
||||
'value',
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user