Added string value in forms and tables #38

Merged
jothi merged 1 commits from ranjith-dev into master 2025-12-22 12:09:51 +00:00

View File

@@ -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')