Loading cloud.install +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ function cloud_update_8124(): void { ->setLabel(t('Icon')) ->setDescription(t('Upload an icon representing the cloud service provider.')) ->setSettings([ 'file_directory' => 'IMAGE_FOLDER', 'file_directory' => 'cloud/icon', 'alt_field_required' => FALSE, 'file_extensions' => 'png jpg jpeg', ]) Loading modules/cloud_service_providers/aws_cloud/src/Form/Config/AwsCloudAdminSettings.php +1 −1 Original line number Diff line number Diff line Loading @@ -325,7 +325,7 @@ class AwsCloudAdminSettings extends ConfigFormBase { 'fids' => $config->get('aws_cloud_cloud_config_icon'), ], '#description' => $this->t('Upload the default image to represent Amazon EC2'), '#upload_location' => 'public://images/icons', '#upload_location' => 'public://images/cloud/icons', '#upload_validators' => [ 'file_validate_is_image' => [], ], Loading modules/cloud_service_providers/cloud_cluster/cloud_cluster.module +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ function cloud_cluster_form_cloud_admin_settings_alter(array &$form, FormStateIn 'fids' => $config->get('cloud_cluster_cloud_config_icon'), ], '#description' => t('Upload an image to represent Cloud Orchestrator.'), '#upload_location' => 'public://images/icons', '#upload_location' => 'public://images/cloud/icons', '#upload_validators' => [ 'file_validate_is_image' => [], ], Loading modules/cloud_service_providers/k8s/src/Form/Config/K8sAdminSettings.php +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ class K8sAdminSettings extends ConfigFormBase { 'fids' => $config->get('k8s_cloud_config_icon'), ], '#description' => $this->t('Upload an image to represent K8s.'), '#upload_location' => 'public://images/icons', '#upload_location' => 'public://images/cloud/icons', '#upload_validators' => [ 'file_validate_is_image' => [], ], Loading modules/cloud_service_providers/openstack/src/Form/Config/OpenStackAdminSettings.php +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ class OpenStackAdminSettings extends ConfigFormBase { 'fids' => $config->get('openstack_cloud_config_icon'), ], '#description' => $this->t('Upload the default image to represent OpenStack.'), '#upload_location' => 'public://images/icons', '#upload_location' => 'public://images/cloud/icons', '#upload_validators' => [ 'file_validate_is_image' => [], ], Loading Loading
cloud.install +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ function cloud_update_8124(): void { ->setLabel(t('Icon')) ->setDescription(t('Upload an icon representing the cloud service provider.')) ->setSettings([ 'file_directory' => 'IMAGE_FOLDER', 'file_directory' => 'cloud/icon', 'alt_field_required' => FALSE, 'file_extensions' => 'png jpg jpeg', ]) Loading
modules/cloud_service_providers/aws_cloud/src/Form/Config/AwsCloudAdminSettings.php +1 −1 Original line number Diff line number Diff line Loading @@ -325,7 +325,7 @@ class AwsCloudAdminSettings extends ConfigFormBase { 'fids' => $config->get('aws_cloud_cloud_config_icon'), ], '#description' => $this->t('Upload the default image to represent Amazon EC2'), '#upload_location' => 'public://images/icons', '#upload_location' => 'public://images/cloud/icons', '#upload_validators' => [ 'file_validate_is_image' => [], ], Loading
modules/cloud_service_providers/cloud_cluster/cloud_cluster.module +1 −1 Original line number Diff line number Diff line Loading @@ -178,7 +178,7 @@ function cloud_cluster_form_cloud_admin_settings_alter(array &$form, FormStateIn 'fids' => $config->get('cloud_cluster_cloud_config_icon'), ], '#description' => t('Upload an image to represent Cloud Orchestrator.'), '#upload_location' => 'public://images/icons', '#upload_location' => 'public://images/cloud/icons', '#upload_validators' => [ 'file_validate_is_image' => [], ], Loading
modules/cloud_service_providers/k8s/src/Form/Config/K8sAdminSettings.php +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ class K8sAdminSettings extends ConfigFormBase { 'fids' => $config->get('k8s_cloud_config_icon'), ], '#description' => $this->t('Upload an image to represent K8s.'), '#upload_location' => 'public://images/icons', '#upload_location' => 'public://images/cloud/icons', '#upload_validators' => [ 'file_validate_is_image' => [], ], Loading
modules/cloud_service_providers/openstack/src/Form/Config/OpenStackAdminSettings.php +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ class OpenStackAdminSettings extends ConfigFormBase { 'fids' => $config->get('openstack_cloud_config_icon'), ], '#description' => $this->t('Upload the default image to represent OpenStack.'), '#upload_location' => 'public://images/icons', '#upload_location' => 'public://images/cloud/icons', '#upload_validators' => [ 'file_validate_is_image' => [], ], Loading