mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
migrate custom field management to filament
fix xss
This commit is contained in:
12
resources/lang/en/field.php
Normal file
12
resources/lang/en/field.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'type' => [
|
||||
'text' => 'Short text',
|
||||
'textarea' => 'Long text',
|
||||
'radio' => 'Horizontal single select',
|
||||
'checkbox' => 'Horizontal multiple select',
|
||||
'select' => 'Vertical single select',
|
||||
'image' => 'Image',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user