Hide this for now

This commit is contained in:
Lance Pioch 2024-03-30 20:32:48 -04:00
parent db9b3e9b67
commit e276a07f1b

View File

@ -98,7 +98,10 @@ class CreateNode extends CreateRecord
->regex('/[a-zA-Z0-9_\.\- ]+/') ->regex('/[a-zA-Z0-9_\.\- ]+/')
->helperText('Character limits: [a-zA-Z0-9_.-] and [Space]') ->helperText('Character limits: [a-zA-Z0-9_.-] and [Space]')
->maxLength(100), ->maxLength(100),
Forms\Components\Textarea::make('description')->columnSpanFull()->rows(5), Forms\Components\Textarea::make('description')
->hidden()
->columnSpanFull()
->rows(5),
]); ]);
} }
} }