You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue when I use Embed in a structure field in Kirby 3. Once I add a video, the whole structure field is replaced by this error message "Cannot read properties of undefined (reading '$urls')":
The field still works on the front end, I can fetch info and diplay the video, but can no longer edit the structure in the panel.
I tried with an Object field instead for the sake of testing, and have the same issue.
Kirby version is 3.10.11, Embed is 1.1.2.
I also tried with a fresh Starterkit install, with only the embed plugin installed, and could reproduce it by adding this to an existing blueprint :
I have an issue when I use Embed in a structure field in Kirby 3. Once I add a video, the whole structure field is replaced by this error message "Cannot read properties of undefined (reading '$urls')":
The field still works on the front end, I can fetch info and diplay the video, but can no longer edit the structure in the panel.
I tried with an Object field instead for the sake of testing, and have the same issue.
Kirby version is 3.10.11, Embed is 1.1.2.
I also tried with a fresh Starterkit install, with only the embed plugin installed, and could reproduce it by adding this to an existing blueprint :
In Kirby 4 it works fine, but I cant upgrade this particular site right now.
The text was updated successfully, but these errors were encountered: