Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / video_embed_field / src / Plugin / Field / FieldWidget / VideoTextfield.php
index 5a5d84c8100d8e4a0cb96a82b7d916423ce850d7..2659b5b34f9e7bdd7829f2e1f2f81b70a9a74978 100644 (file)
@@ -30,6 +30,7 @@ class VideoTextfield extends WidgetBase {
       '#maxlength' => $this->getFieldSetting('max_length'),
       '#attributes' => ['class' => ['js-text-full', 'text-full']],
       '#allowed_providers' => $this->getFieldSetting('allowed_providers'),
+      '#theme' => 'input__video',
     ];
     return $element;
   }