+
+
Kategorie *
+
+
+
+
+
Subkategorie
+
setFormData({ ...formData, subcategory: e.target.value })}
+ placeholder="z.B. running, hypertrophy, meditation"
+ style={{ width: '100%' }}
+ />
+
+
+
+
Name (Deutsch) *
+
setFormData({ ...formData, name_de: e.target.value })}
+ placeholder="z.B. Laufen"
+ style={{ width: '100%' }}
+ />
+
+
+
+
Name (English) *
+
setFormData({ ...formData, name_en: e.target.value })}
+ placeholder="e.g. Running"
+ style={{ width: '100%' }}
+ />
+
+
+
+
Icon (Emoji)
+
setFormData({ ...formData, icon: e.target.value })}
+ placeholder="🏃"
+ maxLength={10}
+ style={{ width: '100%' }}
+ />
+
+
+
+
Sortierung
+
setFormData({ ...formData, sort_order: parseInt(e.target.value) })}
+ style={{ width: '100%' }}
+ />
+
+
+
+
+
+
+