Merge pull request 'Added string value in forms and tables' (#38) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

Reviewed-on: #38
This commit was merged in pull request #38.
This commit is contained in:
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')