twitter_username added

This commit is contained in:
Benjamin Takats
2023-01-18 18:00:33 +01:00
parent 4bc57ac7b1
commit 33f16f6d8f
3 changed files with 40 additions and 0 deletions

View File

@@ -88,6 +88,13 @@ class Lecturer extends Resource
Text::make('Name')
->rules('required', 'string'),
Text::make('Twitter username', 'twitter_username')
->help(__('Without @'))
->rules('nullable', 'string'),
Text::make('Website', 'website')
->rules('nullable', 'url'),
Markdown::make(__('Subtitle'), 'subtitle')
->help(__('This is the subtitle on the landing page.')),