Patrick Murray-John
Patrick Murray-John
HTML media only appears as the empty thumbnail
Browse and Item Showcase pages
Same is true of an item with attached video
Same results for an Item With Metadata page.
Looks like a difference of block type. Media block works fine for me, too. Showcase block doesn't work for me.
Sounds like best to float it left. Centering would be nice, but if that's not available just rendering as it is to the left is good with me.
I'm generally in favor of adding an event at places where it might be useful, and this looks like a pretty useful place. Using that event to add the language...
Yeah, I was thinking of the interface for that switching. So a hook into the bar itself would make sense, but it might be weird to have to handle both...
Thanks. I ran apigen on just the directory where that file is: ``` ./vendor/bin/apigen generate /var/www/html/omekas/application/src/Entity --destination /var/www/html/apigendocs ``` The process ended successfully if I deleted all the properties, `id`,...
Little extra, deleting the properties one by one made the same error above happen on each of the remaining property names. It's like apigen thinks those properties should be, or...