From 42ba2ef213515d08ca7ae2e2b851225a646a656d Mon Sep 17 00:00:00 2001 From: Tom Gobich Date: Tue, 11 Jun 2024 20:55:24 -0400 Subject: [PATCH] displaying both bunny video id and youtube url fields so we can start filling in both to conditionally display based on access level --- resources/views/studio/posts/createOrEdit.edge | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/studio/posts/createOrEdit.edge b/resources/views/studio/posts/createOrEdit.edge index c12519a..1d91b6b 100644 --- a/resources/views/studio/posts/createOrEdit.edge +++ b/resources/views/studio/posts/createOrEdit.edge @@ -207,7 +207,7 @@
@form.input.alt({ type: 'select', - label: 'Video Source', + label: 'Video Source (being deprecated)', help: 'Where is your video coming from?', name: 'videoTypeId', value: post?.videoTypeId, @@ -218,7 +218,7 @@ @end -
-
+
@form.input.alt({ - label: 'Video URL', + label: 'YouTube Video URL', name: 'videoUrl', help: 'Add a YouTube video url to feature a video', placeholder: 'Example: https://www.youtube.com/watch?v=kfSGzUcddjU',