Skip to content

Commit

Permalink
Add author fields to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Goudriaan committed Nov 28, 2024
1 parent 1fce68f commit b043a4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Controller/Admin/NetworkSiteCrudController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ public function configureFields(string $pageName): iterable
->hideOnIndex();
yield TextareaField::new('description')
->hideOnIndex();
yield TextField::new('displayUri');
yield TextField::new('uri');
yield TextField::new('displayUri');
yield TextField::new('author');
yield TextField::new('authorUri');
yield IntegerField::new('priority');
}
}

0 comments on commit b043a4e

Please sign in to comment.