From 540a7d22d1f6a6f7a8477b12791b9ed119e6b046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= Date: Thu, 10 Jul 2025 12:02:24 +0200 Subject: [PATCH] docs: improve single file config code snippter --- .../development/actor_definition/dataset_schema/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/platform/actors/development/actor_definition/dataset_schema/index.md b/sources/platform/actors/development/actor_definition/dataset_schema/index.md index d4299ed9a2..adff6ae50a 100644 --- a/sources/platform/actors/development/actor_definition/dataset_schema/index.md +++ b/sources/platform/actors/development/actor_definition/dataset_schema/index.md @@ -142,7 +142,9 @@ You have two choices of how to organize files within the `.actor` folder. "overview": { "title": "Overview", "transformation": {}, - "display": {} + "display": { + "component": "table" + } } } }