You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
919 B

  1. .modal#modal-editor-video
  2. .modal-background
  3. .modal-container
  4. .modal-content
  5. header.is-green Insert Video Player
  6. section
  7. label.label Enter the link to the video to be embedded:
  8. p.control.is-fullwidth
  9. input.input(type='text', placeholder='https://www.youtube.com/watch?v=xxxxxxxxxxx', v-model='link')
  10. span.help.is-red.is-hidden This URL is invalid or not supported!
  11. .note The following are supported:
  12. ul
  13. li
  14. i.icon-youtube-play
  15. span Youtube
  16. li
  17. i.icon-vimeo
  18. span Vimeo
  19. li
  20. i.icon-film
  21. span Dailymotion
  22. li
  23. i.icon-video
  24. span Any standard MP4 file
  25. footer
  26. a.button.is-grey.is-outlined(v-on:click='cancel') Discard
  27. a.button.is-green(v-on:click='insertVideo') Insert Video