mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
migrate custom field management to filament
fix xss
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'type' => [
|
||||
'text' => '短文本',
|
||||
'textarea' => '长文本',
|
||||
'radio' => '横向单选',
|
||||
'checkbox' => '横向多选',
|
||||
'select' => '下拉单选',
|
||||
'image' => '图片',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user