mirror of
https://github.com/nihonbuzz/nihonbuzz-academy.git
synced 2026-01-26 05:25:37 +07:00
feat: implement Phase 7 (Course Player v2, Furigana, XP System, Integrated Vocab)
This commit is contained in:
@@ -41,6 +41,12 @@ class LessonForm
|
||||
->default(0),
|
||||
Textarea::make('metadata')
|
||||
->columnSpanFull(),
|
||||
Select::make('vocabularies')
|
||||
->relationship('vocabularies', 'word')
|
||||
->multiple()
|
||||
->searchable()
|
||||
->preload()
|
||||
->label('Focus Vocabularies'),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user