mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-03-07 12:13:18 +00:00
⚙️ Make community a required field in meetup create/edit forms
🛠️ Add “Keine” placeholder option to community select ✏️ Translate community values (“bitcoin”, “einundzwanzig”) on landing page 🌍 Update German locale strings for community names
This commit is contained in:
@@ -79,7 +79,7 @@ class extends Component {
|
||||
'nostr' => ['nullable', 'string', 'max:255'],
|
||||
'simplex' => ['nullable', 'string',],
|
||||
'signal' => ['nullable', 'string', 'max:510'],
|
||||
'community' => ['nullable', 'string', 'max:255'],
|
||||
'community' => ['required', 'string', 'max:255'],
|
||||
'visible_on_map' => ['boolean'],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user