Tarvo R.
Tarvo R.
Ah yes, the Nova image field sucks quite a bit. I'm not too sure if we'll ever get it working with nova-menu-builder. For now, you could try any of the...
The images are stored in a separate table. You can just query them using `Media::find($mediaId)` or `Media::findMany($mediaIds)`. When you get the media model, you can just gets its url like...
Hmm, I'm not even sure how to fix this to be honest. Maybe it's possible to unset the listener somehow?
Hi! Page manager 5.2.0 now has support for the Flexible Content package. Worked on my machine, even nested Flexibles seemed to work. I had to add a lot of fairly...
Do you have some conflicting styles that break this? I haven't seen it happen in any version of Nova in my projects.
What browser and operating system is this? And what other packages do you have installed?
That's what `overflow: hidden` does. Either make the overflow visible or put the tooltip in a parent view. Or place it at the end of the `body` element using Portals.
There were issues with people writing the panel names in localized languages. Imagine accessing a property that is in greek for example. So we had to give panels an explicit...
We are also experiencing this issue. This is a video of what happens when running undo on a piece of text that was just made bold. https://d.pr/v/lIgxeX
Heya @Alex-D! I am not using the history plugin.