matrix_group

This commit is contained in:
Benjamin Takats
2023-01-20 18:01:59 +01:00
parent 9b2f996bf0
commit 5e3565466a
2 changed files with 33 additions and 0 deletions

View File

@@ -87,6 +87,9 @@ class Meetup extends Resource
Text::make(__('Website'), 'webpage')
->rules('url', 'nullable')->hideFromIndex(),
Text::make(__('Matrix Group'), 'matrix_group')
->rules('url', 'nullable')->hideFromIndex(),
Text::make(__('Twitter Username'), 'twitter_username')
->help(__('Without @'))
->rules('string', 'nullable')->hideFromIndex(),