From f35b6a182602fac5f23248709125218851c1fee2 Mon Sep 17 00:00:00 2001 From: edalzell Date: Fri, 13 Jun 2025 15:18:42 -0700 Subject: [PATCH 01/29] video providers --- .../components/fieldtypes/VideoFieldtype.vue | 31 +++++++++++++++++-- src/Fieldtypes/Video.php | 10 ++++++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/resources/js/components/fieldtypes/VideoFieldtype.vue b/resources/js/components/fieldtypes/VideoFieldtype.vue index cd38e653e2e..900f1892eba 100644 --- a/resources/js/components/fieldtypes/VideoFieldtype.vue +++ b/resources/js/components/fieldtypes/VideoFieldtype.vue @@ -1,5 +1,14 @@