Skip to content

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Nascimento committed May 22, 2024
1 parent eb33d42 commit f4c7644
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions config/filament-edit-profile.php
Original file line number Diff line number Diff line change
@@ -1,43 +1,5 @@
<?php

return [
// 'show_custom_fields' => true,
// 'custom_fields' => [
// 'custom_field_1' => [
// 'type' => 'text',
// 'label' => 'Custom Textfield 1',
// 'placeholder' => 'Custom Field 1',
// 'required' => true,
// 'rules' => 'required|string|max:255',
// ],
// 'custom_field_2' => [
// 'type' => 'select',
// 'label' => 'Custom Select 2',
// 'placeholder' => 'Select',
// 'required' => true,
// 'options' => [
// 'option_1' => 'Option 1',
// 'option_2' => 'Option 2',
// 'option_3' => 'Option 3',
// ],
// ],
// 'custom_field_3' => [
// 'type' => 'textarea',
// 'label' => 'Custom Textarea 3',
// 'placeholder' => 'Textarea',
// 'rows' => '3',
// 'required' => true,
// ],
// 'custom_field_4' => [
// 'type' => 'datetime',
// 'label' => 'Custom Datetime 4',
// 'placeholder' => 'Datetime',
// 'seconds' => false,
// ],
// 'custom_field_5' => [
// 'type' => 'boolean',
// 'label' => 'Custom Boolean 5',
// 'placeholder' => 'Boolean',
// ],
// ],

];

0 comments on commit f4c7644

Please sign in to comment.