Unknown SDUI Component: "entity_grid"
%{
"props" => %{
"columns" => ["title", "excerpt", "published_at", "category"],
"display_mode" => "blog_cards",
"entity_slug" => "drosite_blog_posts",
"filter" => %{"status" => "published"},
"per_page" => 12,
"sort" => %{"direction" => "desc", "field" => "published_at"}
},
"type" => "entity_grid"
}