How to make Video_url can't be a dynamic type

Hey everyone,

I’m working on a video module for my theme, but somehow I can’t seem to make the video_url type become a dynamic source to use metafields. Heading works fine, and it’s giving me the option of a dynamic field, but Video URL doesn’t work. Any ideas about what am I doing wrong?

https://shopify.dev/docs/themes/architecture/settings/input-settings#video_url

{
      "type": "video_url",
      "id": "video_url",
      "label": "t:sections.featured-video.settings.video_url.label",
      "default": "https://www.youtube.com/watch?v=_9VUPq3SxOc",
      "accept": [
        "youtube",
        "vimeo"
      ]
    },

1 Like