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