@@ -101,7 +101,6 @@ class GatsbyAdminForm extends ConfigFormBase {
'#title'=>$this->t('Gatsby Server URL'),
'#description'=>$this->t('The URL to the Gatsby server (with port number if needed). Separate multiple values with a comma.<br />For Gatsby Cloud accounts this will be a URL in the format https://example12345.gatsbyjs.io.'),
'#default_value'=>$config->get('server_url'),
'#required'=>TRUE,
'#maxlength'=>250,
'#weight'=>0,
];
@@ -110,11 +109,9 @@ class GatsbyAdminForm extends ConfigFormBase {
'#title'=>$this->t('Preview Webhook URL(s)'),
'#description'=>$this->t('The URL to the Gatsby preview build webhook (if running locally it is likely "localhost:8000/__refresh"). Separate multiple values with a comma. The full node data packet will not be transmitted.'),