Added string value in forms and tables #38
@@ -54,6 +54,10 @@ class StickerDetailResource extends Resource
|
||||
'Static' => 'Static',
|
||||
'Dynamic' => 'Dynamic',
|
||||
]),
|
||||
Forms\Components\TextInput::make('string_value')
|
||||
->label('String Value'),
|
||||
Forms\Components\TextInput::make('string_font')
|
||||
->label('String Font'),
|
||||
Forms\Components\TextInput::make('string_size')
|
||||
->label('String Size'),
|
||||
Forms\Components\TextInput::make('element_colour')
|
||||
|
||||
Reference in New Issue
Block a user