Easier to understand

This commit is contained in:
Lance Pioch 2024-04-11 00:45:33 -04:00
parent 6689e796a7
commit f201a5eaf6

View File

@ -34,11 +34,10 @@ class EditNode extends EditRecord
Forms\Components\Placeholder::make('instructions') Forms\Components\Placeholder::make('instructions')
->columnSpanFull() ->columnSpanFull()
->content(new HtmlString(' ->content(new HtmlString('
This file should be placed in your daemon\'s root directory Save this file to your <span title="usually /etc/pelican/">daemon\'s root directory</span>, named <code>config.yml</code>
(usually <code>/etc/pelican</code>) in a file called <code>config.yml</code>.
')), ')),
Forms\Components\Textarea::make('config') Forms\Components\Textarea::make('config')
->label('Configuration File') ->label('/etc/pelican/config.yml')
->disabled() ->disabled()
->rows(19) ->rows(19)
->hintAction(CopyAction::make()) ->hintAction(CopyAction::make())