From 1bcb936f472ca12e35b458dc2ec0b47d11a54e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Sun, 26 Oct 2025 18:00:05 +0100 Subject: [PATCH] Change placeholder --- src/Form/EditorType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/EditorType.php b/src/Form/EditorType.php index 6aa54d5..3cc7a56 100644 --- a/src/Form/EditorType.php +++ b/src/Form/EditorType.php @@ -25,7 +25,7 @@ class EditorType extends AbstractType 'required' => false, 'help' => 'Leave empty to auto-generate from title. When editing an existing article, changing the slug will fork the article.', 'sanitize_html' => true, - 'attr' => ['placeholder' => 'awesome-article-slug', 'class' => 'form-control'] + 'attr' => ['placeholder' => 'decent-article-slug', 'class' => 'form-control'] ]) ->add('title', TextType::class, [ 'required' => true,