Hi all!
I’m facing a bug when I add another field to existing component. So, let`s say I have “youtube”-component with “video_id”-field there. And now I need to have another field there, lets say “start_time”. And I want this field to be present in every “youtube”-block across the website (~100 posts/stories).
So, I go to “Components” in Storyblok-dashboard, find “youtube”-component, add “start_time” there with default value. Now if I create another Post/Story and add “youtube”-blok there it works, I can see that “start_time” field is there (example below):
{ "_uid": "i-be265918-c581-4202-8d77-e84fdd111a00", "video_id": "hLklfFPm1js", "component": "youtube", "start_time": "0", "_editable": "<!--#storyblok#{\"name\": \"youtube\", \"space\": \"153547\", \"uid\": \"i-be265918-c581-4202-8d77-e84fdd111a00\", \"id\": \"152283916\"}-->" }
But the problem is that there`s no “start_time”-property for existing “youtube”-blocks (example below):
{ "_uid": "i-f35dc49a-0f16-4875-9861-ad4de1f57df3", "video_id": "wFjDdA91aRo", "component": "youtube", "_editable": "<!--#storyblok#{\"name\": \"youtube\", \"space\": \"153547\", \"uid\": \"i-f35dc49a-0f16-4875-9861-ad4de1f57df3\", \"id\": \"140729265\"}-->" }
I noticed if I remove “youtube”-block and add it back “start_time”-appears, but I won`t do that, since I have “youtube”-blocks in many many places across the website.
Is there any workaround to make “start_time”-appear in every “youtube”-block?
Thanks in advance!