wip
This commit is contained in:
@@ -100,6 +100,9 @@ class Channel extends Resource
|
||||
Text::make(__('Description'), 'description')
|
||||
->rules(['nullable', 'string', 'max:255']),
|
||||
|
||||
Text::make('Daswtawka bahasy', 'shipping_price')
|
||||
->rules('nullable', 'numeric'),
|
||||
|
||||
URL::make('URL'),
|
||||
Hidden::make('is_default')->default(true),
|
||||
Hidden::make('timezone')->default('Asia/Ashgabat'),
|
||||
|
||||
Reference in New Issue
Block a user