From b05860c3ed26ae4175792e9c99518af32c043663 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Wed, 10 Jan 2024 15:31:04 +1100 Subject: [PATCH] increases the maxlength to 1024 --- modules/tide_ckeditor/src/Plugin/EmbeddedContent/TideIframe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tide_ckeditor/src/Plugin/EmbeddedContent/TideIframe.php b/modules/tide_ckeditor/src/Plugin/EmbeddedContent/TideIframe.php index 2af1f58d0..7ba339b64 100644 --- a/modules/tide_ckeditor/src/Plugin/EmbeddedContent/TideIframe.php +++ b/modules/tide_ckeditor/src/Plugin/EmbeddedContent/TideIframe.php @@ -59,7 +59,7 @@ public function buildConfigurationForm(array $form, FormStateInterface $form_sta '#type' => 'url', '#title' => $this->t('Url'), '#default_value' => $this->configuration['url'], - '#maxlength' => 512, + '#maxlength' => 1024, '#required' => TRUE, ]; $form['width'] = [