@@ -166,14 +166,6 @@ class GatsbyAdminForm extends ConfigFormBase {
'#description'=>$this->t('What entities should be sent to the Gatsby Preview and Build Server?'),
'#weight'=>2,
];
$form['preview']['preview_target']=[
'#type'=>'textfield',
'#title'=>$this->t('Preview target'),
'#description'=>$this->t('With Gatsby v4 the Content Sync URL provides an alternative solution for previewing content changes. Do not include a trailing slash.'),
'#default_value'=>$config->get('preview_target'),
'#maxlength'=>250,
'#weight'=>3,
];
$form['advanced']=[
'#type'=>'fieldset',
@@ -186,6 +178,14 @@ class GatsbyAdminForm extends ConfigFormBase {
'#description'=>$this->t('On Gatsby Cloud this module only works with gatsby-source-drupal by default. If you are building a custom plugin or using gatsby-source-graphql (not recommended), you can enter the full source plugin name here (such as "gatsby-source-graphql"). This is experimental and not officially supported.'),