From 71c28b2a4ce8ad51d45b602cd2047333fe5dfd4d Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Tue, 9 Feb 2016 16:45:19 +0900 Subject: [PATCH] Issue #2494131 by webchick, mgifford, mohit_aghera, LewisNyman, yoroy: Placeholder text for site name in installer can be confusing --- core/profiles/standard/standard.profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/profiles/standard/standard.profile b/core/profiles/standard/standard.profile index 887a9845bd5..4ea7656cab1 100644 --- a/core/profiles/standard/standard.profile +++ b/core/profiles/standard/standard.profile @@ -13,8 +13,6 @@ use Drupal\Core\Form\FormStateInterface; * Allows the profile to alter the site configuration form. */ function standard_form_install_configure_form_alter(&$form, FormStateInterface $form_state) { - // Add a placeholder as example that one can choose an arbitrary site name. - $form['site_information']['site_name']['#attributes']['placeholder'] = t('My site'); $form['#submit'][] = 'standard_form_install_configure_submit'; }