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
The release notes indicate there is no replacement, so I'm not certain what needs to be do fix. Though, a vague recommendation is made that "MediaHandler provides for customizable media rendering", which may or may not prove useful here.
The text was updated successfully, but these errors were encountered:
returnisset( $gallery ) ? array_map( function ( $image ) {
return [
'label' => $image[1],
'title' => $image[0]
];
}, $gallery->getimages() ) : [];
}
I guess I could scrape parsed HTML, just like in tabber (same file; method below), but I would prefer a more elegant approach, so I leave that as a last resort.
The release notes indicate there is no replacement, so I'm not certain what needs to be do fix. Though, a vague recommendation is made that "MediaHandler provides for customizable media rendering", which may or may not prove useful here.
The text was updated successfully, but these errors were encountered: