|
|
@@ -79,6 +79,7 @@ class Keyboard extends Controller
|
|
|
'explain' => 'nullable|string',
|
|
|
'language' => 'required|string',
|
|
|
'image' => ['nullable', 'url'],
|
|
|
+ 'button' => ['nullable', 'string'],
|
|
|
'buttons' => ['array'],
|
|
|
'buttons.*' => ['array', 'min:1'],
|
|
|
'buttons.*.*.text' => ['required', 'string', 'min:1'],
|