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
As far as I understand, dimsav/laravel-translatable gives us the option to fall back to the default translation if the specified translation doesn't exist, when retrieving instances/entities etc.
Is there any such way in AsgardCms/Blog?
I would like to display all blog posts (via $latestPosts) regardless of the current lang.
The text was updated successfully, but these errors were encountered:
As far as I understand,
dimsav/laravel-translatable
gives us the option to fall back to the default translation if the specified translation doesn't exist, when retrieving instances/entities etc.Is there any such way in AsgardCms/Blog?
I would like to display all blog posts (via
$latestPosts
) regardless of the current lang.The text was updated successfully, but these errors were encountered: