Added string value in forms and tables
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Gemini PR Review / Gemini PR Review (pull_request) Successful in 21s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 11s
Laravel Pint / pint (pull_request) Failing after 2m17s
Laravel Larastan / larastan (pull_request) Failing after 2m57s

This commit is contained in:
dhanabalan
2025-12-22 17:39:40 +05:30
parent 832c482da2
commit 9913df30c6

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