Skip to content

Commit

Permalink
package updates & improve settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannonb4ll committed Jan 10, 2024
1 parent 4956b2b commit 04f82da
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 560 deletions.
3 changes: 2 additions & 1 deletion app/Filament/Pages/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@ public function form(Form $form): Form
->options(InboxWorkflow::getSelectOptions())
->default(InboxWorkflow::WithoutBoardAndProject)
->helperText('This allows you to change which items show up in the inbox in the sidebar.'),
TextInput::make('password')->helperText('Entering a password here will ask your users to enter a password before entering the roadmap.'),
]),

TextInput::make('password')->helperText('Entering a password here will ask your users to enter a password before entering the roadmap.'),


RichEditor::make('welcome_text')
->columnSpan(2)
Expand Down
Loading

0 comments on commit 04f82da

Please sign in to comment.