tab's name is not support Chinese?
niunaiyi opened this issue · 2 comments
niunaiyi commented
new Tabs('投放点详情', [
'详情' => [
Text::make('名称', 'name')
->sortable()
->rules('required', 'max:20'),
],
'视频' => [
HasMany::make('视频','videos',Video::class)
],
]),
then layout is wrong.
marcfil commented
You can always submit a PR that would fix it.
I don't use or know Chinese, so can't help you.